This structure contains the id and state priority of a single SEMI E10 state. The structure is defined in Table 70.
Table 70 – SEMI_E10SystemStateDataType Structure
Name |
Type |
Description |
SEMI_E10SystemStateDataType |
structure |
Subtype of Structure defined in OPC 10000-4 |
Id |
0:UInt32 |
System wide unique identifier for the SEMI E10 state |
Priority |
0:UInt32 |
The priority of the state in relation to other parallel states contained in the same variable. This priority can be used to create the most relevant cause path string using the SEMI E10 schema. |
This structure contains the state information in order to allow the complete mapping of all the possible SEMI E10 states of the item. The structure is defined in Table 71.
Table 71 – SEMI_E10SystemStateInfoDataType Structure
Name |
Type |
Description |
SEMI_E10SystemStateInfoDataType |
structure |
Subtype of Structure defined in OPC 10000-4 |
Id |
0:UInt32 |
System wide unique identifier for the SEMI E10 state |
Name |
0:LocalizedText |
Human readable name of the state |
ParentStateId |
0:UInt32 |
The id of the parent state if applicable. The parent state is used to generate the complete tree of states base on the SEMI E10 schema. |
Description |
0:LocalizedText |
Optional short description of the meaning of the state |