The Property ProductionOrder contains information about the currently running production order. The Type POType is defined in Table 27.
Table 27 – POType Definition
Name |
Type |
Description |
Structure |
Description of a production order (PO) |
|
String |
PO identification number |
|
MaterialType |
The finished good that the material is produced under the current PO. |
|
Double |
The quantity of material that is requested by the PO |
|
Boolean |
When ContinueAtJobEnd is True, then the operator may continue production (overproduction) after fulfilling the required order quantity |
|
DateTime |
The target time for the PO to be started according to the planning |
|
DateTime |
The target time for the PO to be completed according to the planning |
|
String |
The ID of the parameters’ dataset to be used for this PO |
|
String |
The description of the parameters’ dataset to be used for this PO |
The Type MaterialType is defined in Table 22.