8.38.5 GetDataSet Method

The signature of this Method is specified below. Table 106 specifies the Arguments representation.

Signature

	GetDataSet(
	 	[in]  ProductionOrderHeaderType		POHeader,
		[in]  0:String						MachineModuleUserName,
	[out] DataSetType					DataSet,
	 	[out] MethodExecutionFeedbackType     ExecutionFeedback);
Table 106 - GetDataSet Method Arguments
Argument Description
POHeaderThe Production Order Header of the dataset to be retrieved.
MachineModuleUserNameThe user name of the machine module for which the information is requested. The machine module identifier is exposed in the UserName in the MachineModuleConfiguration of the machine module.
DataSetThe DataSet for the production order with Production Order Header.
ExecutionFeedbackThe result of the execution of the method.