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

POType

Structure

Description of a production order (PO)

Number

String

PO identification number

ProducedMaterial

MaterialType

The finished good that the material is produced under the current PO.

TargetQuantity

Double

The quantity of material that is requested by the PO

ContinueAtJobEnd

Boolean

When ContinueAtJobEnd is True, then the operator may continue production (overproduction) after fulfilling the required order quantity

TargetStartTime

DateTime

The target time for the PO to be started according to the planning

TargetEndTime

DateTime

The target time for the PO to be completed according to the planning

DatasetID

String

The ID of the parameters’ dataset to be used for this PO

DatasetDescription

String

The description of the parameters’ dataset to be used for this PO

The Type MaterialType is defined in Table 22.