HmiStates
Underlying type: default
Components
| Name | Value | Comment |
|---|---|---|
| STOPPED | 0 | - |
| HOME | implicit | - |
| RUNNING | implicit | - |
| PAUSE | implicit | - |
| STOP_PENDING | implicit | - |
| OFFLINE | implicit | - |
Code
Declaration
{attribute 'qualified_only'}
{attribute 'strict'}
{attribute 'to_string'}
TYPE HmiStates :
(
STOPPED := 0,
HOME,
RUNNING,
PAUSE,
STOP_PENDING,
OFFLINE
);
END_TYPE