I/O list to DEXPI.
Convert a Tagsight I/O list into a DEXPI 1.3 XML payload. Every instrument, every loop, every equipment item is emitted as an ISO 15926-aligned entity ready for handover to a downstream digital-thread or asset-information system.
Read one of your own drawings.
Drop a P&ID, instrument index, or schedule. Tagsight reads it to the tag and opens a workspace you keep when you sign in.
PDF · DWG · DXF · TIFF · PNG · XLSX
Column mapping.
Every I/O list column has a DEXPI entity destination. Auto-mapped fields carry signal-class codes directly; derived fields build structural relationships such as loop membership and equipment attachment.
| # | I/O list column | DEXPI field | Data type | Mapping | Rule |
|---|---|---|---|---|---|
| 01 | Tag | Instrument.tagName | string | auto | Carried verbatim. |
| 02 | Service description | Instrument.serviceDescription | string | preserved | Free-text service description. |
| 03 | Loop | ControlLoop.id | integer | derived | Each unique loop number generates a ControlLoop entity with the constituent instruments referenced. |
| 04 | Signal class | Instrument.signalClass | enum | auto | AI/AO/DI/DO carried as ISA 5.1 signal-class codes. |
| 05 | Sub-class | Instrument.functionalClass | enum | auto | BPCS or SIS. |
| 06 | Range / units | Instrument.measurementRange | structured | preserved | Range emitted as a Quantity with low, high, and unit subfields. |
| 07 | Set point / Trip | ControlLoop.setPoint / Instrument.tripValue | number | optional | Carried when specified. |
| 08 | Linked equipment | Instrument.attachedTo | reference | auto | Equipment reference from the same DEXPI payload. |
| 09 | Notes / revisions | Instrument.notes | string | preserved | Free-text annotation. |
Other targets.
The same reviewed I/O list reshapes to every other PLC platform and data-exchange format your project might use.
- DEXPI
.xmlISO 15926-aligned payload for asset-information systems - TIA Portal
.xmlGlobalDB block and PLC tag-table CSV for S7-1200 and S7-1500 - Studio 5000
.L5XLogix5000 controller tag file for ControlLogix and CompactLogix - PLCCreator
.csvDevice IO List CSV for PLCCreator project scaffolding - Excel
.xlsxI/O list, equipment list, and line list on linked sheets
From I/O list to digital thread.
- 01UploadI/O list
- 02BuildAsset hierarchy
- 03EmitDEXPI XML
- 04Hand offTo downstream system
Bring it into your project.
Upload an I/O list or a P&ID set, review the rows, export a DEXPI 1.3 XML payload ready for handover to your asset-information system.