
Drawing List Manager
Win64, EnglishGeneral Usage Instructions
The app consists of two modules:
- The administrator module, where the project administrator may configure the project and predefine drawing data in the drawing data table.
- The general AutoCAD module, which mostly works in the background and collects and handles drawing data as attribute values in one or more project title blocks
The administrator module handles all the needed project data and holds all the drawing data. Data is saved in an XML database file, always named project.dlmdb
The project administrator uses the administrator module to ...
Define general project data such as which title blocks to use, which attribute tags to handle inside the title blocks, and which Excel document to eventually contain the public drawing list.
Define drawing data in the drawings data table.
Please note!
When a DLM project is open in the administrator module and a user saves an AutoCAD document at the same time, the database may be updated without the administrator module being updated in parallel!
If the administrator then saves the project data, the administrator version will take effect, and updates made from AutoCAD while the project was open in the administrator module will be overwritten!
In the AutoCAD module, the users may decide when to let the app update drawing title block data.
Automatically read the central DLM project data file and update when opening a drawing (database to drawing) and saving a drawing (drawing to the database).
or …
Automatically read the central DLM project data file and update only when opening a drawing (database to drawing).
or …
Automatically read the central DLM project data file and update only when saving a drawing (drawing to the database).
or …
Disable automatic updates.
If automatic updates are disabled, the user may update manually from the database to the drawing or from the drawing to the database.
Commands
Ribbon/Toolbar Icon | Command | Command Description |
---|---|---|
![]() |
DLM-MSGMODE |
Choose the scope of notifications. 0 = No notifications 1 = Show on the command line 2 = Show in alert dialog |
![]() |
DLM-UPDATEMODE |
Select update mode: 0 = Manual updates 1 = Update from the database to the drawing at start 2 = Update from the drawing to the database when saving 3 = Update at start and when saving |
![]() |
DLM-DB-TO-DRAWING |
Manual update: Database to drawing |
![]() |
DLM-DRW-TO-DB |
Manual update: Drawing to the database. |
![]() |
DLMADMIN |
Open the administrator module. |
Installation/Uninstallation
The installer that ran when you downloaded this app/plug-in from the Autodesk App Store will start installing the app/plug-in. OR, simply double-click the downloaded installer to install the app/plugin. You may need to restart the Autodesk product to activate the app/plug-in. To uninstall this plug-in, exit the Autodesk product if you are currently running it, rerun the installer, and select the "Uninstall" button. OR, click Control Panel > Programs > Programs and Features (Windows 10/11) and uninstall as you would any other application from your system.
Additional Information
We’d love to hear your thoughts! Have ideas, questions, or run into any issues with the app? Your feedback helps us improve.
Leave a review on the App Store or reach out directly at grenov@outlook.com.
Known Issues
When accessing Excel from the administrator module, you may need to open the DLM administrator module as a Windows administrator.
Contact
Author/Company Information
Support Information
Contact: grenov@outlook.com
Version History
Version Number | Version Description |
---|---|
1.1.0 |
1 - This version works only in AutoCAD version 2025 and its verticals! 2 - As the AutoLISP function acet-ui-message is not available in AutoCAD 2025, some code has been altered accordingly. 3 - The Administrator Module is now included in the AutoCAD app. Separate download and installation of the administrator module is no longer needed. |
1.0.0 |
Initial release |