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. How To Read Profile Generic Values In Gurux Dlms Android

How to read Profile generic values in gurux dlms android

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 Binu S Pillai , 6 November, 2017
Forums
Gurux DLMS for Java

Hai,

I am developing android application which is communicate with the meter using Optical Probe. I need to know how to get values of obis codes under profile generic obis codes in my case 1.0.98.1.0.255,1.0.99.1.0.255,1.0.99.2.0.255 those are my obis codes to read in profile generic. When i want to read those values in android application i am getting empty object array named as Object[0]@4636,LIFO,....like wise data was printing in android app or some times it is showing 'READ CAPTURE OBJECTS FIRST'. But when i read the profile generic data in DLMS Director by selecting time range to 'ALL' i am getting all the data perfectly. So please tell me how to read profile generic values like DLMS Director in android application. I am facing this issue from past 2 days please help me with is

Thank you

Profile picture for user Kurumi

Kurumi

8 years 7 months ago

How to read Profile generic values in gurux dlms android

Hi,

You need to read attribute index 3 first. It describes captured columns. Then you can read attribute 2. It contains data rows. It's array.

BR,
Mikko

Binu S Pillai

8 years 7 months ago

In reply to How to read Profile generic values in gurux dlms android by Kurumi

How to read Profile generic values in gurux dlms android

Hai,
Will you explain me clearly. Attribute index 3 means third value in the list of populated obis codes correct.??

Profile picture for user Kurumi

Kurumi

8 years 7 months ago

How to read Profile generic values in gurux dlms android

Hi,

You need to read captured objects (attribute index 3) first. Then you can read buffer (attribute index 2).
After you have read data from the meter you can see read values in the buffer.

Like this:
GXDLMSProfileGeneric p = new GXDLMSProfileGeneric("OBIS code");
//Read captured objects.
readObject(p, 2);
//
readRowsByRange(p, start time, end time);
//You can get data from here:
b.getBuffer();

BR,

Mikko

Binu S Pillai

8 years 7 months ago

In reply to How to read Profile generic values in gurux dlms android by Kurumi

How to read Profile generic values in gurux dlms android

Hai,

Ok i'll try and get back to you

  • 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