NodeId | ns=1;i=7034 |
NodeClass | Method |
BrowseName | 1:ValidateDataSet |
DisplayName | ValidateDataSet |
Description | The ValidateDataSet Method transfers a dataset, complete when IsCompleteDataSet is True, to the underlying system and returns the result of the validation, i.e. verifying that the dataset is complete and can run in production. |
Parent | 1:MachineModuleSetupType |
Name | DataType | Description | |
---|---|---|---|
DataSet | [in] | 1:DataSetType | The dataset to be validated by the underlying system. |
IsCompleteDataSet | [in] | 0:Boolean | When true, the DataSet argument is a complete dataset, meaning all DataSet entries are included. |
FailedValidationEntries | [out] | 1:DataSetEntryType[] | The dataset items that failed the validation. |
FailedValidationMessages | [out] | 1:MessageType[] | The detailed reasons the validation failed. |
ExecutionFeedback | [out] | 1:MethodExecutionFeedbackType | The extended feedback returning a detailed message in case of execution failure. |
Reference | NodeClass | BrowseName | TypeDefinition | DataType | Other |
---|---|---|---|---|---|
0:HasProperty | Variable | 0:InputArguments | 0:PropertyType | 0:Argument[2] | M |
0:HasProperty | Variable | 0:OutputArguments | 0:PropertyType | 0:Argument[3] | M |