ComputerOperatingMode custom property
- Last UpdatedAug 06, 2024
- 1 minute read
The Boolean value of ComputerOperatingMode indicates if a piece of equipment is under the control of an HMI application. A computer monitor icon appears on the symbol when the equipment is under HMI control. The default is False to hide the icon.
Typically, a computer mode icon is used with a hand switch icon. When the handswitch icon appears with a computer mode icon, the valve has been placed into manual mode by the controlling HMI application. When the handswitch icon appears by itself, the valve has been placed in manual mode locally at the valve and is no longer controlled by the HMI application.
Assign values to the ComputerOperatingMode custom property
|
Application Type |
Data Type |
Custom Property Type |
Default Value |
Example Custom Property Values |
|
ArchestrA Automation Object |
Boolean |
Input |
False |
Assign a Boolean ArchestrA object attribute as a reference value. ComputerOperatingMode=ODA1.computercontrol |
|
InTouch Tags |
Boolean |
Input |
False |
Assign a Boolean InTouch tag as a reference value. CompuerOperatingMode=computercontrol |
Related Wizard options and custom properties
The ComputerModeStatusIndicator Wizard option must be set to True to show the ComputerOperatingMode custom property.