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.
What the DEXPI export carries.
DEXPI (Data Exchange in the Process Industry) is an open ISO 15926-aligned format for exchanging process-engineering data between authoring tools and operations / digital-thread systems. Tagsight emits DEXPI 1.3.
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.
From I/O list to digital thread.
- 01UploadI/O list
- 02BuildAsset hierarchy
- 03EmitDEXPI XML
- 04Hand offTo downstream system
How the columns map.
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 | Target field | Notes |
|---|---|---|
| Tag | Instrument.tagName string | auto Carried verbatim. |
| Service description | Instrument.serviceDescription string | preserved Free-text service description. |
| Loop | ControlLoop.id integer | derived Each unique loop number generates a ControlLoop entity with the constituent instruments referenced. |
| Signal class | Instrument.signalClass enum | auto AI/AO/DI/DO carried as ISA 5.1 signal-class codes. |
| Sub-class | Instrument.functionalClass enum | auto BPCS or SIS. |
| Range / units | Instrument.measurementRange structured | preserved Range emitted as a Quantity with low, high, and unit subfields. |
| Set point / Trip | ControlLoop.setPoint / Instrument.tripValue number | optional Carried when specified. |
| Linked equipment | Instrument.attachedTo reference | auto Equipment reference from the same DEXPI payload. |
| Notes / revisions | Instrument.notes string | preserved Free-text annotation. |
Other targets.
Common questions
What is DEXPI?
What entities are included in the export?
Is the schema strict or lenient?
Can the DEXPI payload be re-imported into Tagsight?
Which downstream systems consume DEXPI?
Are revisions tracked in the DEXPI payload?
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.