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

Assign values to the EquipStateTransitioningActive 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 open or closed. EquipStateTransitioningActive=valveCfg1==2 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. EquipStateTransitioningActive=mv>PVMin and mv<PVMax |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean InTouch tag that evaluates to True when a valve in a passive state begins transitioning to active. EquipStateTransitioningActive=Valve2Active |
Related Wizard options and custom properties
The EquipmentStatusLabel Wizard options must be set to Advanced to the show the EquipStateTransitioningActive custom property.