You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() There is an access error while using iec61850_client_example1 with server_example_basic_io. From [1]: /* write a variable to the server */ value = MmsValue_newVisibleString("libiec61850.com"); IedConnection_writeObject(con, &error, "simpleIOGenericIO/GGIO1.NamPlt.vendor", IEC61850_FC_DC, value); The error code is IED_ERROR_ACCESS_DENIED = 21. By default access to variables with FC=DC and FC=CF is not allowed, fix this by changing the access policy as suggested by [2]. [1] https://github.com/mz-automation/libiec61850/blob/v1.4.2.1/examples/iec61850_client_example1/client_example1.c#L71 [2] https://libiec61850.com/libiec61850/documentation/iec-61850-client-tutorial/#comment-61994 Signed-off-by: Romain Naour <romain.naour@smile.fr> |
5 years ago | |
---|---|---|
.. | ||
CMakeLists.txt | 8 years ago | |
Makefile | 7 years ago | |
server_example_basic_io.c | 5 years ago | |
simpleIO_direct_control.cid | 7 years ago | |
simpleIO_direct_control.icd | 7 years ago | |
static_model.c | 7 years ago | |
static_model.h | 7 years ago |