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. Reading All Insta Profile Parameters Only Using Read Method

Reading all insta profile parameters only using read method

By hajikhan , 16 July, 2023
Forums
Gurux DLMS for Java

Hello Team,

Can you please let me know how we can read all instantaneous parameters(1.0.94.91.0.255) using the read method and check the updated values?

I just want to read the above object group. Please guide me how I can do that.

Profile picture for user Kurumi

Kurumi

2 years 10 months ago

Hi, You need to read the…

Hi,

You need to read the profile generic object using the read method. You can do it something like this:

GXDLMSProfileGeneric pg = new GXDLMSProfileGeneric("1.0.94.91.0.255");
//Read capture objects.
read(pg, 3);
//Read buffer.
read(pg, 2);

You can get more information from profile generic from here:
https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSProfileGeneric

BR,
Mikko

hajikhan

2 years 10 months ago

Thank you for the reply it's…

Thank you for the reply it's worked for Billing, insta, LP, Daily load profile, and power events.

But the Same is not working voltage, current and other events. For this buffer is getting a null value.

And same is not working with GXDlmsdirector too.

Please let me know how to read other events.

Profile picture for user Kurumi

Kurumi

2 years 10 months ago

Hi, That depends on the…

Hi,

That depends on the meter model. Some meters expect that some profile generics are read using start and end time and some with index and count. Some meters allow only read-all for some profile generic objects.

You need to check how you can read this meter. That is not defined in the DLMS standard.

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
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin