The Method GetDatasetList returns the list of descriptions for parameters of the dataset filtered by the dependency and subset created by the user. Typically, the method GetDatasetList is used for clients to visualise the parmeters’ descriptions and other metadata.
Signature
GetDatasetList (
[in]Boolean CompleteSet
[in]ParameterDependencyEnumeration Dependency
[in]Boolean UserSubset
[out]DatasetListType DatasetList
[out]MethodExecutionFeedbackType ExecutionFeedback
);
Argument |
Description |
CompleteSet |
If CompleteSet is True then the method returns the complete dataset without considering the input parameters Dependency and UserSubset. |
Dependency |
The method filters parameters that have the required dependency and per this input parameter. |
UserSubset |
The method filters parameters that are in the user subset as required by this input parameter. |
DatasetList |
The list of parameter descriptions filtered by the input parameters: dependency, user subset. |
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 |