I reading from meter 15 attribute Account and use for it function from GXDLMSReader is ReadDLMSPacket, but in result i have exception Invalid data type.
When i read info from object Account in GXDLMSDirector, then i have exception too.
In GXDLMSDirector on tab Access rights 15 attribute is AccountClosureTime, but 15 attribute in DLMS Blue Book 12th edition for object Account is Structure Currency. This error or not? And if this error, then it's will be repaired?
In ReplyData (second param in ReadDLMSPacket) property Data have "{02 03 0C 03 6B 57 68 0F FE 16 01}" value have null and exception on this function ReadDLMSPacket is "Invalid data type"
Why it's not correct? In DLMS BlueBook 12th edition 15 attribute Currency, and attribute have this structure by BlueBook:
currency ::= structure
{
currency_name: utf8-string,
currency_scale: integer,
currency_unit: enum
}
Hi,
Hi,
The description is wrong. Can you read attribute 15 and add bytes to here? I'll check the bytes.
BR,
Mikko
TX: 7E A0 19 03 0F 54 7C 67
TX: 7E A0 19 03 0F 54 7C 67 E6 E6 00 C0 01 C1 00 6F 00 00 13 00 00 FF 0F 00 46 18 7E
In ReplyData (second param in ReadDLMSPacket) property Data have "{02 03 0C 03 6B 57 68 0F FE 16 01}" value have null and exception on this function ReadDLMSPacket is "Invalid data type"
Hi,
Hi,
In the future return all frames, but meter returns invalid data. This is not correct.
02 03 0C 03 6B 57 68 0F FE 16 01
Ask your meter manufacturer to fix it.
BR,
Mikko
Hi,
Hi,
Why it's not correct? In DLMS BlueBook 12th edition 15 attribute Currency, and attribute have this structure by BlueBook:
currency ::= structure
{
currency_name: utf8-string,
currency_scale: integer,
currency_unit: enum
}
It is not correctly?
Hi,
Hi,
currency_name should be utf8-string, not octet-string.
BR,
Mikko
Hi,
Hi,
You are right. There is an error. I check the wrong bytes. This is now fixed and the new version is released today.
BR,
Mikko
Yes, octet_string is 0x09,
Ok, thanks for help
Hi,
Hi,
This is now fixed. Restart GXDLMSDirector and update it to the new version.
BR,
Mikko