Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Forums
  3. Unable To Read Identifiers For India

Unable to read Identifiers for India

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By Sachin Ambre , 3 September, 2019
Forums
Gurux.Net

Hello,

I am able to read EDMI MK 6 meter with .net code and read the parameter with Low authentication.

When I tried to read generic profile 1.0.94.91.4.255 with read by range and row it does n't work. So I tried with Read(it,2) and read(it,3) as suggested.

with data index =2, I got the result as {1, frequency}, {1, Voltage} and so on..
But in case of 3, I get list of objects. and value column in it return null.

Kindly help me to read this data from meter.

Profile picture for user Kurumi

Kurumi

6 years 9 months ago

Hi Sachin,

Hi Sachin,

I believe that your meter is using attribute 0.
It means that your meter is saving all values from the register to one cell and there are there in array.

You need to access data selecting the cell and then get wanted data using array index.

BR,

Mikk

Sachin Ambre

6 years 9 months ago

Hi Mikko,

Hi Mikko,

Thanks for your reply.. Can you provide code sample for same.

Regards,
Sachin Ambre

Profile picture for user Kurumi

Kurumi

6 years 9 months ago

Hi,

Hi,

When you have data in to the buffer you can access it something like this:

object[] row = pg.Buffer[0];
//Update correct cell index.
object[] cell = (object[]) row[1];
object[] value = cell[0];

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin