mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
828 stars 444 forks source link

DATASETS VARIABLES LIST #467

Open darkjhesus opened 11 months ago

darkjhesus commented 11 months ago

Is it possible to discover from a IED all DataSets whit its variables list and Report Control with its datasets assigned like in commercial softwares? For example, the result of DataSets discover should be a list like is showed in the attached image and each datasets should has a list of logical nodes added to the dataset.

Sin título

mzillgith commented 10 months ago

Yes. You can do so with the discovery functions in the client API. E.g. to get the entries of a data set you can use the _IedConnectiongetDataSetDirectory function.

CarlosMC124 commented 8 months ago

Hi mzillgith, this function dont work in c#, maybe can you let me a one example please