Export or import digital state sets
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2023
- PI Server
You can export digital state sets to or import digital state sets from the following file formats.
-
Column-based CSV, where the Data Archive server name, digital state set name, and each individual state are represented by separate columns. For example:
server name,state set,state1,state2...
rex,CHIPALARM,No Alarm,C alarm,B alarm,A alarm,D alarm
rex,CHIPMODE,Off,On -
Row-based CSV, where the server name, digital state set name, and each individual state are represented by separate rows, with the state index comma-separated to the left of the state. For example:
* PI Server rex
CHIPALARM
0,No Alarm
1,C alarm
2,B alarm
3,A alarm
4,D alarm
rex
CHIPMODE
0,Off
1,On