8.5.8 UnassignProductionOrder Method

The UnassignProductionOrder method is used to remove the specified production order from AssignedProductionOrders[] of an infeed machine module.

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

Signature

	UnassignProductionOrder (
	  [in]  ProductionOrderHeaderType		POToUnassign,
	  [out] MethodExecutionFeedbackType		ExecutionFeedback);
Table 36 – UnassignProductionOrder Method Arguments
Argument Description
POToUnassignThe production order to be unassigned at the machine module.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.