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.
libiec61850/examples/server_example_basic_io
Romain Naour dcbd9f94ab examples/server_example_basic_io
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 - added missing examples 8 years ago
Makefile - server_example_basic_io: fixed ICD/CID file 7 years ago
server_example_basic_io.c examples/server_example_basic_io 5 years ago
simpleIO_direct_control.cid - examples: changed SCL file extensions to reflect the correct file type 7 years ago
simpleIO_direct_control.icd - merged latest changes to the server reporting module from 1.3 branch 7 years ago
static_model.c - merged latest changes to the server reporting module from 1.3 branch 7 years ago
static_model.h - merged latest changes to the server reporting module from 1.3 branch 7 years ago