EquipStateActivePortC custom property
- Last UpdatedAug 06, 2024
- 1 minute read
Boolean value that indicates if port C of a valve is active or not. The default is False to indicate a non-active state.
Assign values to the EquipStateActivePortC 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 Port C is open. EquipStateActivePortC=valveCfg1==3 For analog valve symbols that use a PVMax value to indicate a valve in a fully open position, create an expression that is interpreted as a Boolean True when the value of PVMax is reached. Usually 100. EquipStateActivePortC=MV==PVMax |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipStateActivePortC=PortCState |
Related Wizard options and custom properties
No other Wizard options or custom properties need to be configured to show the EquipStateActivePortC custom property.