E_BA_Priority
TYPE E_BA_Priority :
(
Invalid := 0,
eDefault := 1,
eProgram := 2,
eManualRemote := 3,
eManualLocal := 4,
eCritical := 5,
eLifeSafety := 6,
) BYTE;
END_TYPE
Name | Description |
---|---|
Invalid | No significance for the user. |
eDefault | Default setting if no priority is selected. |
eProgram | Control by the program. |
eManualRemote | Manual override by parameters. |
eManualLocal | Manual override, e.g. via switch. |
eCritical | Settings for the operation of critical parts of the plant |
eLifeSafety |
|