EquipStateActive custom property - Valves
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates whether a valve is active or not.
When EquipStateActive becomes True, fill animation changes the color of the valve body to the following
Assign values to the EquipStateActive custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Boolean |
Input |
False |
Assign an expression that is interpreted as a Boolean True when a discrete valve is open. EquipStateActive=valveCfg1==3 For analog valve symbols that use a PVMax value to indicate a valve in a fully open position, create an expression that is interpreted as a Boolean True when the value of PVMax is reached. Usually 100. EquipStateActive=MV==PVMax |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipStateActive=ValveActive |
Related Wizard options and custom properties
No other Wizard options or custom properties need to be configured to show the EquipStateActive custom property.