The ProductionOrderHeaderType structure contains the header information for a production order.
The ProductionOrderHeaderType structure is defined in the following table.
Table 223 – ProductionOrderHeaderType Structure
Name |
Type |
Description |
ProductionOrderHeaderType |
structure |
Subtype of Structure defined in OPC 10000-5 |
Number |
0:String |
The production order number. |
ProducedMaterial |
MaterialDefinitionType |
The finished good that the material is produced by the production order. |
TargetQuantity |
0:Double |
The quantity of ProducedMaterial that is requested by the production order. |
ContinueAtJobEnd |
0:Boolean |
When ContinueAtJobEnd is True, then the operator may continue production (overproduction) after fulfilling the required TargetQuantity. |
TargetStartTime |
0:UtcTime |
The planned start date and time. |
TargetEndTime |
0:UtcTime |
The planned end date and time. |
DataSetID |
0:String |
The identifier of the dataset to be used for the production order, when the dataset is late-bound. The DataSetID will be NULL when the dataset is not late-bound. |
DataSetDescription |
0:LocalizedText |
The description of the dataset. |
MaterialListID |
0:String |
The identifier of the material list to be used for the production order, when the material list is late-bound. The DataSetID will be NULL when the dataset is not late-bound. |
MaterialListDescription |
0:LocalizedText |
The description of the material list. |