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 saberm , 3 August, 2016

Read Profile ACE6000

Forums
Gurux.DLMS

Hi
I want to read profile(without parse) of ACE6000 meter, I followed the example code in:
https://github.com/Gurux/Gurux.DLMS.cpp/blob/master/GuruxDLMSClientExam…
but i was not successful.
I wrote this code:

By Balkrishna , 27 July, 2016

DLMS Limiter Interface Class

Forums
Gurux.DLMS

Need guidance to implement the Limiter Interface Class of DLMS, in C++

By marco_semax , 19 July, 2016

Execute a method

Forums
Gurux.DLMS

Hey Mikko

Why do I have to execute a method this way?

public void RebootReset()
{
if (connection.IsOpen)
{
byte[][] a = client.Method("0.128.10.0.0.255", ObjectType.ScriptTable, 1, 1, DataType.UInt16);
GXReplyData reply = new GXReplyData();
bool c = connection.ReadDataBlock(a, reply);
}
}

By keenangeorge , 13 July, 2016

Read ACE6000 Meters

Forums
Gurux.DLMS

Hi All

I am new to the Gurux library and im failing to understand where to specify the meter ip address and port in the code.

Code

GXDLMSClient client_0 = new GXDLMSClient();
client_0.UseLogicalNameReferencing = true;
client_0.InterfaceType = InterfaceType.HDLC;
client_0.ClientAddress = 16;
client_0.ServerAddress = 1;

Does the server address defines the meter ip address or am i looking at this wrong.

By miacovella , 28 June, 2016

Read LDN

Forums
Gurux.DLMS

I'm tryng to read LDN drom a meter .
The APDU Text generate from Gurux C# is:
7e a0 19 03 21 54 5f de e6 e6 00 c0 01 81 00 00 00 00 2a 00 00 ff 02 00 ea 00 7e
No response.

But the ic class must be set at "01":
The correct sequence is:
7e a0 19 03 21 54 5f de e6 e6 00 c0 01 81 00 01 00 00 2a 00 00 ff 02 00 17 4d 7e
and the response is:
7e a0 22 21 03 74 ba d5 e6 e7 00 c4 01 81 00 09 10 53 4d 47 52 30 33 36 31 31 36 30 32 39 33 34 36 cf 31 7e
The source is:

By danilodesouzapereira , 24 June, 2016

Filling server with data

Forums
Gurux.DLMS

Hello

I'm working with a software that simulates a power network running in real time. We've developed interface with extern C++ softwares for acquiring data from this simulator. I wonder what's the best suited object to fill with demand data. The purpose is not accumulate energy data, but store a load profile along the day. For example, every single minute I want to store the load's voltage, current or its power.

Thanks in advance,

Danilo

By thkim0519@gmail.com , 14 June, 2016

optical sensor issue

Forums
Gurux.DLMS

Hi?
Thanks for your help
testing an optical sensor in the dlms.cpp version newly
The sample applications are randomly stopped(in windows)
(See Attachment)
Other case..
Then an error has occurred , such as
‘Assertion failed: 0, file c:\sites\amstechx32\dev\visual studio 2013\gurux.dlms.cpp\development\src\gxdlmsvariant.cpp, line 1408’

Testing of the serial cable is no problem
I analyze packet-analysis-tool…
I guess that client did not receive, But The meter has responded correctly

By thkim0519@gmail.com , 9 June, 2016

some issue...

Forums
Gurux.DLMS

Hi!!
This is Seoul, Republic of Korea
I can not write English well, please understand

I am interested in the DLMS of GURUX
I was studying DLMS, Java and Cpp version

I tested a example program you provided in java and cpp version lately
Test function is GetObjects() in example
The results were different

Java version is no problem, but cpp versions are stopped (error
code: 252)
I would like to know that why difference between the versions as same
function, same meter

By Swapnil , 6 June, 2016

CGXDLMSData Class setting Value & Discription

Forums
Gurux.DLMS

Hi,

I am using DLMS C++ server code, and i am not able to set value and discription for CGXDLMSData class object.
I tried
CGXDLMSData* d = new CGXDLMSData("1.1.0.2.1.128", id);
d->SetDescription("Interval data");
d->SetValue(1,id);
But not able to get the value & Discription on Director.

kindly let us know what is the way to set the value and discription for the same.

Thanks,
Swapnil.

By orim , 26 May, 2016

Superfluous byte in ActionResponse. Most likely a meter bug, right?

Forums
Gurux.DLMS

Hi!

I just wanted to check with your whether this is a meter bug or something that needs to be interpreted differently in the DLMS library.

This is the final challenge response I get from the meter:

c7 <- ActionResponse
01 <- ActionResponseNormal
81 <- InvokeAndPriority
00 <- ActionResult (OK)
01 <- ?
00 <- Data
09 <- OctetString
10 <- Length
64 a3 75 84 d2 d3 59 9d e4 6a 6f e2 2a 24 f7 7c <- Challenge Response

Pagination

  • Previous page
  • 124
  • 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

  • T_APPL_DATA_LN_N1 subtest 3 fails on an LN-only server regardless of the response to a non-existing-object GET
  • 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
More

Who's new

  • eloisedc16
  • OlegVoiva
  • Martaepili
  • Vegazone-Alini
  • Curtistig
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin