EquipStatePassivePortC custom property
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates if Port C of a valve is passive or not.The default is False to indicate that Port C is in a non-passive state.
Assign values to the EquipStatePassivePortC custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Discrete |
Input |
False |
Assign an expression that is interpreted as a Boolean True when a discrete valve is closed. EquipStatePassivePortC=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. EquipStatePassivePortC=MV==PVMin |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipStatePassivePortC=ValvePassive |
Related Wizard options and custom properties
The EquipmentStatusLevel Wizard option must be set to Advanced to show the EquipStatePassivePortC custom property.
For 3-way and 4-way valves, the EquipStatePassivePortA, EquipStatePassivePortB, and EquipStatePassivePortD custom properties must be configured.