EquipStateTransitioningPassive custom property
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates if a valve is transitioning to a passive state or not. The default value is False to indicate the valve is in a non-passive state.
When EquipStateTransitioningPassive becomes True, fill animation changes the color of the valve body to the following:

Assign values to the EquipStateTransitioningPassive custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Objects |
Boolean |
Input |
False |
For discrete valves assign an expression that is interpreted as a Boolean True when a discrete valve is neither active or passive. EquipStateTransitioningPassive=valveCfg1==6 For analog valves that use the PVMin and PVMax custom properties to define the limits of a valve in a fully closed or open position, create an expression that evalutes to True when the measured value is greater than PVMin and less than PVMax. EquipStateTransitioningPassive=mv>PVMin and mv<PVMax |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean InTouch tag that evaluates to True when a valve in an active state begins transitioning to passive. EquipStateTransitioningActive=Valve2Passive |
Related Wizard options and custom properties
The EquipmentStatusLabel Wizard options must be set to Advanced to the show the EquipStateTransitioningPassive custom property.