I need to add new user defined object to my device. If I use from menu "Tools/OBIS Codes.../New" I am able to make new OBIS code (for example 1.1.192.128.0.255), but for class Id I have only combobox contains predefined values. How can I define new "manufacturer specific" class Id to use it?
Cite from blue book:
class_id-s from 8 192 to 32 767 are reserved for manufacturer specific ICs.
Forums
Hi, You can't add…
Hi,
You can't add manufacturer-specific ICs to GXDLMSDirector. GXDLMSDirector doesn't know the structure of the attributes and can't show them.
You can add manufacturer-specific objects to the client example and read your meter.
Check OnCustomObject
https://github.com/Gurux/Gurux.DLMS.Net/blob/3b7c4a0a63f2395f362b4897d5…
Check also this:
https://gurux.fi/Gurux.DLMS.Objects.custom
BR,
Mikko
Thank you Mikko. I…
Thank you Mikko.
I understand, the only usable solution is to implement a user-defined object in the code. Thanks for the links.
Pavel
Hi, DLMS standards recommend…
Hi,
DLMS standards recommend ignoring manufacturer-specific ICs for this reason.
BR,
Mikko