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);
| Argument | Description |
| POToAssign | The production order to assign to the machine module for later execution. |
| ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |