I/O list.
Fourteen columns. Extracted directly from a P&ID package in whatever tag dialect it was drawn (ISA 5.1, KKS, IEC 81346, NORSOK, or an in-house standard), signal class per ISA 5.1, exported into whichever PLC vendor format your team works in. The same row data, every downstream target.
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
Schema.
| # | Column | Type | Origin | Description |
|---|---|---|---|---|
| 01 | Tag | string | drawing | Instrument tag per ISA 5.1 dialect. Instrument identifier as it appears on the drawing. |
| 02 | Service description | string | drawing | Process service the instrument measures or controls. |
| 03 | P&ID sheet | string | drawing | Source drawing number and revision. Traces every row back to its origin sheet. |
| 04 | Loop | integer | drawing | Control-loop number for grouping and loop-folder organisation. |
| 05 | Signal class | enum | drawing | AI, AO, DI, or DO per ISA 5.1. You confirm the class on every row before export. |
| 06 | Sub-class | enum | drawing | BPCS or SIS. Splits basic process control from safety per IEC 61511 separation. |
| 07 | Range | string | datasheet | Engineering range when the drawing or attached datasheet shows it. |
| 08 | Units | string | datasheet | Engineering units paired with the range, preserved exactly as on the drawing. |
| 09 | Set point | number | datasheet | Process set point when specified. Blank otherwise. |
| 10 | Trip / alarm | number | datasheet | Trip or alarm value for protective signals. Blank when not yet defined. |
| 11 | Cabinet | string | downstream | Marshalling cabinet ID. Owned by the controls engineer. |
| 12 | Card slot | string | downstream | PLC card slot assignment. Owned downstream during the I/O assignment pass. |
| 13 | Channel | integer | downstream | Channel number within the card slot. Same downstream pass. |
| 14 | Notes / revisions | string | audit | Revision marker, MOC reference, free-text note. |
From drawing to PLC.
- 01UploadP&ID PDF or image
- 02ReadTags, lines, equipment
- 03ReviewConfirm and edit
- 04ExportVendor format
Vendor targets.
The same row data, reshaped to the file format each downstream tool expects. Click a row to read the per-vendor mapping.
- TIA Portal
.xmlTag list and signal class mapped to TIA Portal symbol table format - Studio 5000
.L5XRockwell L5X import with module, slot, and channel assignments - PLCCreator
.csvPLCCreator-compatible CSV with tag, signal class, and I/O address - Excel
.xlsxPopulated workbook with the I/O list on the first sheet - DEXPI
.xmlISO 15926-based DEXPI interchange format for plant data handover
Run it on your drawings.
Upload a P&ID set, get the schema above populated and classified, export to the PLC vendor target your team uses.