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
857 stars 459 forks source link

How can i get iedname by client? #271

Open w7lau opened 3 years ago

w7lau commented 3 years ago

I want to get iedname from others server by my client, how can i do that?

Tachiguishi commented 3 years ago

See example/iec61850_client_example2

mzillgith commented 3 years ago

As far as I know it is not always possible. You can only get the LD names. These may include the IED name when not using functional naming.

w7lau commented 3 years ago

As far as I know it is not always possible. You can only get the LD names. These may include the IED name when not using functional naming.

Yes, we use LD names to find iedname, but we want to get iedname from icd file by ied connection, so i try to ask this question.