EquipXStatePassive custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The Boolean value of EquipXStatePassive indicates if the specified (by X) piece of equipment is in a Passive/Off/Stopped/Closed state.
When set to True, fill animation of the Equipment Status indicator shows the specified piece of equipment is stopped.
Only one equipment state custom property should be True at any moment during run time. If more than one equipment state custom property is True, the selected equipment state is determined by the following precedence rules:
-
Out of Service takes precedence over all other equipment states
-
Interlocked takes precedence over equipment states 3-6
-
Transitioning Passive takes precedence over equipment states 4-6
-
Transitioning Active takes precedence over equipment states 5-6
-
Active takes precedence over equipment state 6
-
Passive is superseded by all other equipment states
Assign values to the EquipXStatePassive custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Objects |
Boolean |
Input |
False |
Assign a Boolean object attribute as the reference value. EquipXStatePassive.Pump1.motorstop |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipXStatePassive=MotorStop. |
Related Wizard options and custom properties
No Wizard options need to be changed from their default values to show the EquipXStatePassive custom property.
While an application is running, the EquipXStateActive custom property should be set to the complementary Boolean value of the EquipXStatePassive custom property.