We have downloaded latest stack(29-04-2020) from github and trying to compile DLMSClientProject. Failed. Below is the compilation log. Looks like lot of places data type is changed.
We are trying to write clock object using DLMSDirector. DLMSDirector thorws message like "Access Error:Device reports a inconsistent Class or object"
Below is the trace of DLMSDirector.
please help to resolve.
I want execute the action of GXDLMSRegister (reset) but simulator always returns the error "DataAccessResultReadWriteDenied"
This is the code:
var testAction = new GXDLMSRegister("1.0.1.7.0.255");
testAction.SetAccess(2, AccessMode.ReadWrite);
testAction.SetMethodAccess(0, MethodAccessMode.Access);
testAction.SetMethodAccess(1, MethodAccessMode.Access); // I suppose only this one is necessary
testAction.SetMethodAccess(2, MethodAccessMode.Access);
currentServer.Items.Add(testAction);
I am using the gurux c library to read a meter profile in "DLMS_INTERFACE_TYPE_WRAPPER" mode.
I receive the first frame but the protocol don't ask for the next frame and give an error.
When I call "cl_getData" with the response I cant seem to find the code that request next frame for the wrapper mode.
I am getting an error when I tried to log in using the Mechanism ID with a Dedicated key.
See the log below. The function of S to C must be encrypted with the Block Cipher key. But it is encrypting using the Dedicated key.