Status Tags
- Last UpdatedJan 31, 2023
- 1 minute read
- PI System
- PI Connector for CygNet 1.7.0
- Connectors
Status tags are created of type Digital with the same naming convention as the value tags point plus ".STATUS" appended to the end of the name. The table below shows the Digital State Set associated with the Status tags, which depends on the point type of the corresponding CygNet point.
|
CygNet point type |
PI Point Digital State Set |
|---|---|
|
Analog Input/Output |
CygNet Connector.CygNetAnalogPointState |
|
Digital Input/Output |
CygNet Connector.CygNetDigitalPointState |
|
Enumeration Input/Output |
CygNet Connector.CygNetEnumPointState |
|
String Input/Output |
CygNet Connector.CygNetStringPointState |
The value of the Status tag will either be the alarm with the highest precedence as defined in the CvsMetadata.xml file for the CygNet server or "Normal" if no alarms are triggered for the CygNet point.
Note: Changing the alarm states or their precedence in the CvsMetadata.xml file are not supported.