EquipStateOutOfRange custom property - Valves
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates if the measured value of an analog valve is out of range or not. The default is False to indicate the valve's measured value is within a normal range.
Note: Only analog valves include the EquipStateOutOfRange custom property.
When EquipStateOutOfRange becomes True, fill animation changes the color and pattern of the analog valve body to the following:

Assign values to the EquipStateOutOfRange custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Boolean |
Input |
False |
For analog valve symbols that use the PVMin and PVMax custom properties to set a valve open percentage range, create an expression that evaluates to a Boolean True when the measured value is less than PVMin and greater than PVMax. EquipStateOutOfRange=mv>PVMax or mv<PVMin |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean expression that evaluates to True when an analog valve's measured value is outside of the normal range defined by PVMin and PVMax. EquipStateOutOfRange=mv>PVMax or mv<PVMin |
Related Wizard options and custom properties
The ValveType Wizard option must be set to Analog and the EquipmentStatusLevel Wizard option must be set to Advanced to show the EquipStateOutOfRange custom property for analog valves.