We are doing testing with Indian standard IS16444 smart meter. In that, we are able to receive events from the meter.
Also decoded and found which alert has been received by reading ESWF (0.0.94.91.26.255) OBIS code.
Now In profile generic, there are also OBIS Codes available for all types of events. Now, How can I sync received event with profile generic event obis code?
e.g Bit no 3 is set in ESWF. It means Overvoltage event received. At that time in profile generic also one entry made under 0.0.99.98.0.255 (Voltage related event) obis code.
we have downloaded the latest stack and compiled successfully.
connection is success in ciphered meter. but failed to write clock object. please find the trace below
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.