The GetProductionOrder Method is used to retrieve the complete production order information starting with a production order header as an input argument. The primary intended use is for a memory constrained underlying system to retrieve the production order information just in time without storing it for many assigned production orders. In the memory constrained case, it is the responsibility of the underlying system to retrieve the production order information on time without delaying the production order execution start.

The signature of this Method is specified below. Table 108 specifies the Arguments representation.

Signature

GetProductionOrder(

[in] ProductionOrderHeaderType POHeader,

[in] 0:String MachineModuleUserName,

[out] ProductionOrderType ProductionOrder,

[out] MethodExecutionFeedbackType ExecutionFeedback);

Table 108 - GetProductionOrder Method Arguments

Argument

Description

POHeader

The Production Order Header of the Material List to be retrieved.

MachineModuleUserName

The user name of the machine module for which the information is requested. The machine module identifier is exposed in the UserName in the MachineModuleConfiguration of the machine module.

ProductionOrder

The complete Production Order with header Production Order Header.

ExecutionFeedback

The result of the execution of the method.