8.5.7 StartProductionOrder Method
The StartProductionOrder Method starts a production order at the machine module.
The signature of this Method is specified below. Table 35 specifies the Arguments representation.
Signature
StartProductionOrder (
[in] ProductionOrderType POToStart,
[in] 0:String[] SourceMaterialLoadingPointIDs,
[in] 0:String[] DestinationMaterialOutputPointIDs,
[out] MethodExecutionFeedbackType ExecutionFeedback);| Argument | Description |
| POToStart | 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. |