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
883 stars 470 forks source link

Client side data access (multi dataObject) #50

Open codebuks opened 6 years ago

codebuks commented 6 years ago

How to read or write multi dataObject,there is only IedConnection_readObject IedConnection_writeObject function in the client side.

codebuks commented 6 years ago

i got it, following functions in mms_client_connection.h may help me, i will have a try. MmsConnection_readMultipleVariables MmsConnection_writeMultipleVariables

mzillgith commented 6 years ago

I will add such functions to the 61850 API also so that the variable names don't need to be converted. But these functions (MmsConnection_...) are more efficient.