EquipStatePassive custom property Valves
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates if a valve is passive or not. When EquipStatePassive becomes True, fill animation changes the color of the valve body to the following:

Assign values to the EquipStatePassive 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 valve is closed. EquipStatePassive=valveCfg1==0 For analog valves that use a PVMin value to indicate a valve in a fully closed position, create an expression that is interpreted as a Boolean True when the value of PVMin is reached. Usually 0. EquipStatePassive=MV==PVMin |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipStatePassive=ValvePassive |
Related Wizard options and custom properties
The EquipmentStatusLevel Wizard options must be set to Advanced to show the EquipStatePassive custom property.