<Project>$WIRE.DBF
The default field structure for the wires IMAGE file, <Project>$WIRE.dbf, is as follows:
| Field Name | Width | Description |
|---|---|---|
| DRAWING | 255 | The name of the drawing file that the component is from. |
| BLOCK | 25 | The partial name of the block representing the component. |
| HANDLE | 20 | The AutoCAD handle for the symbol. |
| MFG | 5 | The manufacturer code. |
| CATNO | 50 | The part number. |
| CATDESC | 59 | Text description. |
| WIRENAME | 35 | The name of the wire. |
| WIRENET | 25 | Used to explicitly pair or group wire extension markers with the same wire name. See Conductor naming and continuation (Ebase). |
| REFERENCE | 59 | The cross-reference for the component. |
| RSTATUS | 64 | Report status - keywords that control the reporting for the component. |
| X | 10 | X co-ordinate of the symbol insertion point. |
| Y | 10 | Y co-ordinate of the symbol insertion point. |
| STATUS | 59 | Custom field. The current status of the component. Can contain FIXED, MIXED,FLUID. |
| EE_USER1 to EE_USER7 | 40 | User configurable fields to contain any additional user-defined data. |
