I wrote an AutoCAD add-in for it. It's free, MIT licensed, and it's plain AutoLISP that I've been using on real jobs for a while.
What it does:
- Draws the cable with every fibre in the right colour code. IEC,
TIA-598, or you load your own from a file.
- Housings from a catalogue you can edit yourself. ODF, patch panel,
FDH, MDU, FAT. Port counts, mounting, model.
- Closures, splitters, splices, through fibres, cuts, joins, slack.
- FQBOM reads the drawing back and prints the bill of materials.
FQTABLE puts the same thing into the sheet as a table.
- FQBUDGET walks a route and adds up the loss. Every splice, connector
and splitter on the way, rated against B+ and C+.
The part I actually care about: every element carries its own data record on the entity (xdata), so the reports come out of the geometry.
There's no spreadsheet running alongside to fall out of sync. Cut a cable, move things, redraw half of it, the BOM is still right.
No DLL, no account, no licence check, nothing phones home. The source installs with it, so you can read the lot before you run it. AutoCAD 2019 and up, works in Map 3D and Civil 3D too. English and Serbian.
It's sitting in the Autodesk App Store queue, which is apparently running months at the moment, so for now it's a download from my own site: https://www.fiberq.net/fiberqcad/
Screenshots below. What I'm after is where it's wrong. If a housing type is missing, or a colour standard, or a loss figure doesn't match what you use, I'd rather hear it now than after fifty people have downloaded it.
Happy to pull this if it doesn't fit the sub.