I am reading rows of a profile generic object by range
dlmsClient.ReadRowsByRange(
profileGeneric,
new DateTime(2020, 10, 15, 0, 0, 0),
new DateTime(2020, 10, 16, 0, 0, 0)
)
And receiving 8 frames in response with 974 bytes of data.
I can see that response contains the real data, but unable to parse it:
dlmsClient.UpdateValue(profileGeneric, 2, replyData.Value);
always gives empty buffer.
The data can be translated into readable xml with GXDLMSTranslator and it seems to be ok.
Still to find out why it is not correctly parsed into the buffer.
I'm glad that this is solved. I'm sorry that I was not able to answer faster, but we have fighted with the new release from GXDLMSDirector and it's finally released.
The data can be translated
The data can be translated into readable xml with GXDLMSTranslator and it seems to be ok.
Still to find out why it is not correctly parsed into the buffer.
Hello,
Hello,
The problem is solved. There were several data blocks, but I was reading only the first, so the data was not read fully.
Hi,
Hi,
I'm glad that this is solved. I'm sorry that I was not able to answer faster, but we have fighted with the new release from GXDLMSDirector and it's finally released.
BR,
Mikko