EquipXStateActive custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The Boolean value of EquipXStateActive indicates if the specified (by X) piece of equipment is On/Running/Open or not.
When set to True, fill animation of the Equipment Status indicator shows the specified piece of equipment is running.
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 EquipXStateActive 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. EquipXStateActive=Pump1.motoractive |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean InTouch tag as the reference value. EquipXStateActive=MotorActive. |
Related Wizard options and custom properties
No Wizard options need to be changed from their default values to show the EquipXStateActive custom property.
While an application is running, the EquipXStatePassive custom property should be set to the complementary Boolean value of the EquipXStateActive custom property.