This subtype of Int32 provides information about the current state of a result. This status can change during recipe processing.
It is deliberately not an Enumeration, allowing for system-specific extensions.
Table 152 – Definition of ResultStateDataType
Attribute |
Value |
||||
BrowseName |
ResultStateDataType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the Int32 DataType defined in OPC 10000-5 |
Table 153 – Values of ResultStateDataType
Allowed Value |
Description |
< 0 |
Application-specific states |
0 |
Undefined: Initialization value. When returned by access methods of ResultManagementType it indicates an error. |
1 |
Completed: Processing was carried out correctly. |
2 |
Processing: Processing has not been finished yet. |
3 |
Aborted: Processing was stopped at some point before completion. |
4 |
Failed: Processing failed in some way. |