EquipmentRequestActive custom property
- Last UpdatedAug 06, 2024
- 1 minute read
When True, EquipmentRequestActive submits a request to change the current equipment state of a discrete valve to active. The default is False to not submit a request to change the equipment state.
When a request to active state command is submitted, fill animation changes the color of the head of a discrete valve symbol. The following discrete valve symbol indicates a request to active state command has been submitted.
Assign values to the EquipmentRequestActive custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Boolean |
Input |
False |
Assign a Boolean object attribute as the reference value. EquipmentRequestActive=ODA1.RequestActive EquipmentRequestActive can be associated with a graphic user element to submit a request for an equipment state during run time by clicking a button or selecting a checkbox from an application window. EquipmentRequestPassive=Runtime.ValvetoActive.Checked |
|
InTouch Tags |
Discrete |
Input |
False |
Assign a Boolean tag as the reference value. EquipmentRequestPassive=RequestActive |
Related Wizard options and custom properties
The following Wizard options must be set to their listed values to show the EquipmentRequestActive custom property.
Type: Discrete
DiscreteCmdType: SingleCmd or DualCmd
When DiscreteCmdType is set to DualCmd, the EquipmentRequestPassive custom property can be used to submit a request to change the current equipment state of a discrete value to passive.