By Kostya , 12 July, 2019 Forums Gurux.DLMS In Gurux.DLMS.Client.Example.Net method GetAssociationView reads the association view of all objects from the meter. Reading takes a lot of time. How to read association only for one object? For example for "0.0.96.1.0.255" (meter serial number). Hi, Hi, You can add object and read only it. Like this: GXDLMSData it = new GXDLMSData("0.0.96.1.0.255"); read(it, 2); Note! OBIS code and object type must be correct or meter returns an exception. BR, Mikko
Hi, Hi, You can add object and read only it. Like this: GXDLMSData it = new GXDLMSData("0.0.96.1.0.255"); read(it, 2); Note! OBIS code and object type must be correct or meter returns an exception. BR, Mikko
Hi,
Hi,
You can add object and read only it.
Like this:
GXDLMSData it = new GXDLMSData("0.0.96.1.0.255");
read(it, 2);
Note! OBIS code and object type must be correct or meter returns an exception.
BR,
Mikko