I/O list to PLCCreator.
Convert a Tagsight I/O list into a PLCCreator Device IO List CSV. One row per signal, with the device address, signal type, and engineering range filled in the format PLCCreator expects for import into the project tree.
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 PLCCreator destination. Auto-mapped fields derive from signal class; derived fields combine address components into the format PLCCreator expects.
| # | I/O list column | PLCCreator field | Data type | Mapping | Rule |
|---|---|---|---|---|---|
| 01 | Tag | Device Name | string | auto | Tag carried verbatim. |
| 02 | Service description | Description | string | preserved | Service text carried verbatim with equipment tag prepended when present. |
| 03 | Signal class | Signal Type | enum | auto | AI/AO/DI/DO mapped to PLCCreator's Analog Input / Analog Output / Digital Input / Digital Output codes. |
| 04 | Range | Engineering Range | string | preserved | Range carried as a min:max pair separated by colon. |
| 05 | Units | Engineering Units | string | preserved | Units carried verbatim. |
| 06 | Set point | Set Point | number | optional | Set point carried when specified in the I/O list. |
| 07 | Trip / alarm | Trip Value | number | optional | Trip or alarm value carried when specified. |
| 08 | Cabinet | Cabinet | string | preserved | Marshalling cabinet ID for the device. |
| 09 | Card slot / Channel | Address | derived | derived | Card slot and channel combined into the PLCCreator address string in the form Cabinet:Slot:Channel. |
| 10 | Sub-class (BPCS / SIS) | IO Category | enum | optional | BPCS rows take Standard, SIS rows take Safety. |
Other targets.
The same reviewed I/O list reshapes to every other PLC platform and data-exchange format your project might use.
- PLCCreator
.csvDevice IO List CSV for PLCCreator project scaffolding - 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 - Excel
.xlsxI/O list, equipment list, and line list on linked sheets - DEXPI
.xmlISO 15926-aligned payload for asset-information systems
From I/O list to project tree.
- 01UploadI/O list
- 02MapSignal types
- 03GeneratePLCCreator CSV
- 04ImportInto PLCCreator project
Bring it into your project.
Upload an I/O list or a P&ID set, review the rows, export a Device IO List CSV ready for PLCCreator import.