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

function ControlObjectClient_select here the "$SBO"node name should be "$SBOw" #520

Closed tangkai-prc closed 1 month ago

tangkai-prc commented 1 month ago

https://github.com/mz-automation/libiec61850/blob/519b0208cc79d1af09d5ca40fb9ad1fd93822e93/src/iec61850/client/client_control.c#L895

mzillgith commented 1 month ago

The code is correct. If you need select-with-value ("SBOw") then your application has to call ControlObjectClient_selectWithValue instead of ControlObjectClient_select