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. Gurux.DLMS

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.

Description

Questions and comments about
Gurux DLMS/COSEM Protocol Component.

Image
By Shehryar , 17 April, 2017

Problem Reading a Single parameter after successful AARE

Forums
Gurux.DLMS

Hi Team Gurux,

I'm trying to read "Total Active Energy" by using this code:

GXDLMSObject obj = new GXDLMSObject();
obj.LogicalName = "1.0.1.8.0.255";
Object x = Read(obj, 2);

What my code is sending:
00 01 00 11 00 01 00 0D C0 01 C1 00 00 01 00 01 08 00 FF 02 00

What I need to send:
00 01 00 11 00 01 00 0D C0 01 81 00 03 01 00 01 08 00 FF 02 00

How can I set Priority and classID.
Why I'm not able to read "Total Active Energy" ?

Thanks,
Shehryar khan,

By ykhristo , 27 March, 2017

Retrieving multiple attributes at once

Forums
Gurux.DLMS

Dear sir,
is it possible to retrieve multiple attributes (e.g. entries in use, capture objects, and data buffer of a profile generic) of a certain object in a single order using Gurux C++?

best regards.

By PMPF , 22 March, 2017

Read from Itron SL700

Forums
Gurux.DLMS

Hello, I want to read the information of one Itron SL7000 with the software map110, but until now I can't. I can't connect with the device, but not donwload the information.

Someone can help me?

By Nitin Sethi , 22 March, 2017

Sclaer And units for Profile Generics

Forums
Gurux.DLMS

Hi,

While reading values from meter, we are able to read values with scaler and units but only for Registers, Extended Registers Object Type but when it comes to Profile Generics Object Type , it is not reading any scalers and units. I don't know why. Please guide us about this.

Thanks,

Regards,

Nitin Sethi

By Goutam , 20 March, 2017

How to write DateTime in HPL 3 Phase Meter

Forums
Gurux.DLMS

Object MeterDatetime= grxComm.ReadObject(new GXDLMSClock("0.0.1.0.0.255"),
2);
**Result: Date = {3/17/2017 6:52:36 PM -05:30}
DateTime FromDate = DateTime.Now.AddDays(-2);
DateTime ToDate = DateTime.Now.AddDays(2);
Client.Write("0.0.1.0.0.255", ToDate , DataType.DateTime, ObjectType.Clock,
2);
Client.Write("0.0.1.0.0.255", FromDate , DataType.DateTime, ObjectType.Clock,
5);
Client.Write("0.0.1.0.0.255", ToDate, DataType.DateTime, ObjectType.Clock,
6);

By e.ahmedsherif , 8 March, 2017

Gurux.DLMS support for Windows Mobile 6

Forums
Gurux.DLMS

Does Gurux.DLMS components works with Windows Mobile 6?
if yes, which project or library is needed to work on windows mobile 6 professional?

By coppice , 7 March, 2017

SHA256 and ECDSA support

Forums
Gurux.DLMS

MD5, SHA1 and GMAC authentication finally seem to be working OK in the gurux .net code. Are there plans to add SHA256 and ECDSA support?

By orim , 7 March, 2017

Writing day_profile_action.start_time using other types than time (27)

Forums
Gurux.DLMS

Hi!

I'm having a bit of trouble with a meter that does not support certain time types (time, date-time etc.) it only supports octet-string as a time type.

This does not work (Gurux.DLMS):

0x02 : day_profile structure
0x03 : length
0x1b : start_time
0x06, 0x00, 0x00, 0x00 : start_time value
0x09 : script_logical_name
0x06 : length
0x00, 0x00, 0x0a, 0x00, 0x64, 0xff : script_logical_name value (0.0.10.0.10.255)
0x12 : script_selector
0x00, 0x00 : script_selector value

This works (custom implementation):

By orim , 22 February, 2017

SetArray throws exception while trying to parse a structure object

Forums
Gurux.DLMS

Hi!

Is this method, SetArray, working as it should or am I doing something wrong?

https://github.com/Gurux/Gurux.DLMS.Net/blob/0e05275a0a81e468a9dcb92d87…

I can't get it to work it is called during the following packet:

GxDlmsClient.Method(<a GXDLMSSpecialDaysTable object>, 1, <a GXDLMSSpecialDay object>, DataType.Structure)

The error I'm getting is:

By savasgultekin , 13 February, 2017

SL7000 loadprofile

Forums
Gurux.DLMS

Hello,

I try read load profile from ITRON SL7000.

I build frame this:

pg = new GXDLMSProfileGeneric("0.0.99.128.1.255");
pg.SortObject = new GXDLMSClock("0.0.1.0.0.255");
pg.From = new GXDateTime(r.Date1);
pg.To = new GXDateTime(r.Date2);
var CommandArray = dlms.ReadRowsByRange(pg, r.Date1, r.Date2);
byte[] command = CommandArray[0];

I send command (bytearray), and received some answer.

Pagination

  • Previous page
  • 121
  • Next page
Gurux.DLMS
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701
  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200

New forum topics

  • Version mismatch between Gurux.DLMS 9.x and Gurux.Common/Gurux.Serial 8.x
  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
More

Who's new

  • Kak_zqKr
  • Kak_maKr
  • Marciaannem
  • Scottstike
  • rcprociG
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin