Import tags and device points from AutoCAD DXF and DWG drawings.
Reference → Solution → Designer → Settings and Tools → Import Tags → AutoCAD File
The AutoCAD File Tag Importer creates FrameworX tags, channels, nodes, and device points from block references (INSERT entities) in AutoCAD drawings. Each block reference becomes one tag; the block's ATTRIB values become feature attributes available in the naming patterns.
Typical use: an electrical or process engineer has a one-line diagram or P&ID drawing with standard equipment symbols tagged with their identifiers (ISA-5.1 or site naming), and wants FrameworX tags created for every piece of equipment in the drawing.
Access: Solution → Import Tags → AutoCAD File
| Format | Extensions | Notes |
|---|---|---|
DXF | .dxf | AutoCAD Drawing Exchange Format. ASCII or binary. |
DWG | .dwg | AutoCAD native binary format. Contact support for specific version compatibility. |
The wizard extracts every INSERT entity (block reference) in the drawing and emits one feature per INSERT:
{FeatureType} — used for equipment-type-based naming (PUMP, VALVE, FT, etc.).{Layer} — useful for per-layer channels.{Attr:TagName}.{Name}; if none is found, the block name is used.The wizard has the same five steps as the GIS File Tag Importer — File Select, Protocol, Mapping, Preview, Generate — with differences noted below.
All standard tokens apply. For CAD the most useful are:
| Token | Typical Source | Example |
|---|---|---|
| Block name |
|
| AutoCAD layer |
|
| ATTRIB named TAG |
|
| Custom ATTRIB |
|
A process and instrumentation diagram with three layers (Pumps, Valves, Instruments) and standard ISA-5.1 tag ATTRIBs on each block.
Protocol | ModbusTCPIP (or OPC UA, depending on plant comms) |
Tag Name Pattern |
|
Channel Name Pattern |
|
Node Name Pattern |
|
Address Pattern |
|
Description Attribute | SERVICE or DESCRIPTION |
Use {Layer}/{Attr:TAG} to produce asset-tree folders per drawing layer: Pumps/P-101, Valves/V-102A, Instruments/FT-103.