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

POToUnassign

The production order to be unassigned at the machine module.

ExecutionFeedback

The extended feedback returning a detailed message in case of execution failure.

When the machine module is not an infeed machine module in the current configuration, the following StatusCode Bad_NotSupported is reported back.