This enumeration JobExecutionMode describes the execution mode of the machine for the job order. The enumeration is defined in Table 6.
Table 6 – JobExecutionMode Items
Name
Value
Description
SimulationMode
0
Machine running in simulation mode with no item involved.
TestMode
1
Machine running in test mode with an item involved.
ProductionMode
2
Machine running in production mode.
Its representation in the AddressSpace is defined in Table 7.
Table 7 – JobExecutionMode Definition
Attribute
Value
BrowseName
JobExecutionMode
IsAbstract
False
References
Node Class
BrowseName
DataType
TypeDefinition
Other
Subtype of the Enumeration type defined in OPC 10000-5
0:HasProperty
Variable
0:EnumValues
0:EnumValueType[]
0:PropertyType
Conformance Units
Machinery Job Management Planned ExecutionMode
Machinery Job Management Result ExecutionMode
9.2 JobResult
This enumeration JobResult describes the high-level result of an executed job order. The enumeration is defined in Table 8.
Table 8 – JobResult Items
Name
Value
Description
Unknown
0
Unknown state. Used when result is not known, e.g. because job order is still running.
Successful
1
Job order was executed successfully.
Unsuccessful
2
Job order was not executed successfully.
Its representation in the AddressSpace is defined in Table 9.
Table 9 – JobResult Definition
Attribute
Value
BrowseName
JobResult
IsAbstract
False
References
Node Class
BrowseName
DataType
TypeDefinition
Other
Subtype of the Enumeration type defined in OPC 10000-5
0:HasProperty
Variable
0:EnumValues
0:EnumValueType[]
0:PropertyType
Conformance Units
Machinery Job Management Result JobResult
9.3 OutputInformationDataType
This structure contains identification information. The structure is defined in Table 10.
Table 10 – OutputInformationDataType Structure
Name
Type
Description
Optional
OutputInformationDataType
structure
ItemNumber
String
ItemNumber defines an Identifier to identify the type of the item (Material Identifier).
False
OutputInfo
OutputInfoType
Bitmask indicating which of the optional fields are used for identification. If none is selected, only ItemNumber is used. Each selected optional field shall provide a value.
False
OrderNumber
String
OrderNumber defines an Identifier to identify the order. Shall be provided if defined in OutputInfo.
True
LotNumber
String
LotNumber defines an Identifier to identify the production-group of the item (Lot Identifier). Shall be provided if defined in OutputInfo.
True
SerialNumber
String
SerialNumber defines an Identifier to identify the one entity of the item (Product Identifier). Shall be provided if defined in OutputInfo.
True
Its representation in the AddressSpace is defined in Table 11.