Active custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The Boolean value of Active indicates if a 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 status custom property should be True at any moment during run time. If more than one equipment status custom property is True, the following precedence rules apply in the order that the custom properties are listed:
-
Out of Service takes precedence over all other equipment states
-
Interlocked
-
Transitioning Passive
-
Transitioning Active
-
Active
-
Passive superseded by all other equipment states
Assigning values to the Active 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. Active=PUMP_001.motoractive |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean InTouch tag as the reference value. Active=MotorActive. |
Related Wizard options and custom properties
No Wizard options need to be changed from their default values to show the Active custom property.
While an application is running, the Passive custom property should be set to the complementary Boolean value of the Active custom property.