Skip to main content
Home
for DLMS smart meters

Main navigation

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

Breadcrumb

  1. Home
  2. How To Fetch Obis Code of Instantaneous Profile

How to fetch Obis code of Instantaneous Profile

By sirishalv72@gm…, 7 February, 2025
Forums
Gurux.Net

Hi,

I am trying to fetch the OBIS code (Logical Name) of the Instantaneous Profile using the following code. However, every time I execute it, I only get the values instead of the OBIS code. I have also tried using attributes 1 and 2, but I still receive only the values.

Could you please help me retrieve the OBIS code (Logical Name) correctly?

Here is my code

GXDLMSProfileGeneric profileGeneric = new GXDLMSProfileGeneric(obj.LogicalName);
// Define list of captured objects
var capturedObjectsList = new List<GXKeyValuePair<GXDLMSObject, GXDLMSCaptureObject>>();

// Define capture object
var c = new GXKeyValuePair<GXDLMSObject, GXDLMSCaptureObject>();
GXDLMSData gxobject = new GXDLMSData();
gxobject.LogicalName = obj.LogicalName;
GXDLMSCaptureObject captureObject = new GXDLMSCaptureObject();
captureObject.AttributeIndex = 3;
captureObject.DataIndex = 0;
c.Key = gxobject;
c.Value = captureObject;

// Add the capture object to the list
capturedObjectsList.Add(c);

// Assign the list to the profileGeneric object
profileGeneric.CaptureObjects = capturedObjectsList;
var a = Client.Settings.Objects.GetObjects(ObjectType.ProfileGeneric);

// Start reading
res = Client.ReadRowsByRange(profileGeneric, DateTime.Now.AddDays(-2), DateTime.Now.AddDays(-1), capturedObjectsList);
conn.ReadDataBlock(res, reply);

Every time I run this, I only receive the values, but I need to fetch the OBIS code (Logical Name) instead.

Thanks!

Profile picture for user Kurumi

Kurumi

5 months ago

Hi, If you want to know the…

Hi,

If you want to know the logical name for profile generic you need to read attribute index #1 like this:

res = Client.Read(profileGeneric, 1);
conn.ReadDataBlock(res, reply);

https://gurux.fi/Gurux.DLMS.Objects.GXDLMSProfileGeneric

BR,
Mikko

  • Log in or register to post comments
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 07/09/2025 - 16:41
    Gurux.Serial.Android 2.0.13
  • Wed, 07/09/2025 - 12:07
    gurux.dlms.c 9.0.2507.0901
  • Sat, 07/05/2025 - 15:04
    Gurux.DLMS.Python 1.0.188
  • Tue, 07/01/2025 - 10:09
    Gurux.DLMS.Python 1.0.187
  • Tue, 07/01/2025 - 09:54
    gurux.dlms.c 9.0.2507.0101

New forum topics

  • Authentication issues (AARQ) with WASION IM300
  • Regarding the dlms android project
  • Unable to read attribute =3 (1.0.94.91.0.255) IC=7 for Indian Metering, while I'm able to read attribute 3 for other Profile generic class
  • Register Activation class (class_id = 9) attribute index 3 data is not visible
  • Load profile
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin