$OperatorDomain system tag
- Last UpdatedJun 17, 2024
- 1 minute read
Contains a different value depending on the type of security used:
-
If operating system-based security is selected and an operator has successfully logged on, the $OperatorDomain tag contains the domain or node name that was specified at log on.
-
If ArchestrA security is selected and a user is logged on, the $OperatorDomain contains "ArchestrA."
-
If InTouch security is selected, the $OperatorDomain tag contains the string "InTouch".
-
If "None" is selected, it is a empty string ("").
Category
Security
Data Type
String
Examples
IF $OperatorDomain == "PRODUCTION" THEN
{Allow change to setpoint}
ELSE
{Change denied}
ENDIF;
See Also
$Operator