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);
Table 35 – StartProductionOrder Method Arguments
Argument Description
POToStartThe production order to be started.
SourceMaterialLoadingPointIDsThe list of material loading points that are going to be used by the production order to be started.
DestinationMaterialOutputPointIDsThe list of material output points that are going to be used by the production order to be started.
ExecutionFeedbackThe extended feedback returning a detailed message in case of execution failure.