Add a digital state set using multiple istructure lines
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
This method uses multiple istructure command lines.
-
Select the digital state table:
(Ls - PIDS) piconfig> @table pids
-
Prepare to write to the table:
(Ls - PIDS) piconfig> @mode create
-
Specify an input data format that consists of a digital state set name followed by any number of states in the set:
(Cr - PIDS) piconfig> @istructure set
(Cr - PIDS) piconfig> @istructure state
(Cr - PIDS) piconfig> @istructure ...The input lines are the set name followed by any number of states. For example:
(Cr - PIDS) piconfig> ValveStateSet
ValveStateSet
(Cr - PIDS) piconfig> Open
Open
Cr - PIDS) piconfig> Closed
ClosedSubsequent lines are treated as input until the next piconfig command is issued.