MANAGE_TEMPLATE
The template-management dialog for JobEngine admins: Audit (read-only structural report of the open drawing, including drift against the current data contract), Stamp (writes the template's identity into the drawing so LOAD_DT can recognize it), and Register (uploads and registers a new template version, stamping it in the process).
On the ribbon: JobEngine → Drawing Tools → Manage Template
Who can run it
JobEngine admins only — the command checks your account's permission and won't open the dialog without it. If you're an engineer, you never need this: an admin stamps and registers each template once, and you receive the finished file. If LOAD_DT warns about an unrecognized template, that's the cue to ask your admin to re-stamp it.
3LD beta controls
The dialog also carries the Enable 3LD beta checkbox — it shows the 3LD Import button on the Drawing Tools ribbon panel for this machine.
With the beta on, a 3LD Engine section appears for managing the ELDCOMPILE drawing engine (the LISP routine that will place three-line diagrams):
- Loaded (this drawing) — whether the engine is loaded in the active drawing, and which version, when the plugin did the loading. An engine loaded by hand (APPLOAD) shows as version unknown — the current engine has no way to report its version.
- Latest on server — the newest published engine version, who uploaded it, and when.
- Load — downloads the latest engine (integrity-checked) and loads it into the current drawing. LISP loads are per-drawing: switching drawings means loading again there.
- Upload new version… — publishes a new engine
.lspto the server so every admin's Load button picks it up. This is the maintainer's release path; the version is read from the filename when possible.
Prerequisites
Admin role, signed in (the command starts sign-in itself if needed), and the template DWG open as the active drawing. Save the drawing after stamping.