8.5.6 StartAssignedProductionOrder Method
The StartAssignedProductionOrder Method starts a production order whose state is Assigned at the machine module.
The signature of this Method is specified below. Table 34 specifies the Arguments representation.
Signature
StartAssignedProductionOrder (
[in] ProductionOrderHeaderType POHeaderToStart,
[in] 0:String[] SourceMaterialLoadingPointIDs,
[in] 0:String[] DestinationMaterialOutputPointIDs,
[out] MethodExecutionFeedbackType ExecutionFeedback);| Argument | Description |
| POHeaderToStart | The header of the production order to be started. |
| SourceMaterialLoadingPointIDs | The list of material loading points that are going to be used by the production order to be started. |
| DestinationMaterialOutputPointIDs | The list of material output points that are going to be used by the production order to be started. |
| ExecutionFeedback | The extended feedback returning a detailed message in case of execution failure. |