8.5.3 AssignProductionOrder Method

The AssignProductionOrder Method is used to transfer the information of an upcoming production order to the machine module.

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

Signature

	AssignProductionOrder (
	  [in]  ProductionOrderType			POToAssign,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
	
Table 31 – AssignProductionOrder Method Arguments
Argument Description
POToAssignThe production order to assign to the machine module for later execution.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.