The GetDataset Method is used to retrieve the data set from a production order header. The primary intended use is for a memory constrained underlying system to retrieve the production order information just in time without storing it for all assigned production orders.

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

POHeader

The Production Order Header of the dataset to be retrieved.

MachineModuleUserName

The 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.

DataSet

The DataSet for the production order with Production Order Header.

ExecutionFeedback

The result of the execution of the method.