The Method ValidateDataSet passes a dataset to the underlying system and returns the result of the validation.
Signature
ValidateDataSet (
[in] DataSetType DataSet
[out] DataSetType ValidationFailedDataSet
[out] MessageType[] FailedValidationMessages
[out] MethodExecutionFeedbackTypeExecutionFeedback
);
Argument |
Description |
DataSet |
The dataset to be valdated by the underlying system. |
ValidationFailedSet |
The list of parameters (in a dataset) that failed the validation by the underlying system. |
FailedValidationMessages |
The list of messages describing the problems encountered with the parameters in the ValidationFailedSet. |
ExecutionFeedback |
The extended feedback returning a detailed message in case of execution failure. |
Method Result Codes
ResultCode |
Description |
BadNodeIdUnknown |
See table 173 in OPC 10000-4 for the description of these result codes. |
BadTypeMismatch |
|
BadOutOfRange |
|
BadNotWritable |
|
BadNotFound |