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. Write a Command For DLMS Meter

Write a command for DLMS meter

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 GianniS , 18 June, 2019
Forums
General discussion

Hi,
I had download from GitHub the "Gurux.DLMS.Android".
I have a question:
- I have a meter manufacturer "Actaris GAS"
- I want to implement a command:
OBIS Code: 0:94.39.14.255
Authorization bit: 00000010
Duration in minutes: 30
How can I do ?
Please, Can you give me an example or how I must write ?

Thank for your help
Gianni

Profile picture for user Kurumi

Kurumi

7 years 1 month ago

Hi,

Hi,

Try to read it first. After that change read-method to write-method.

read(it, pos);
to:
write(it, pos);

BR,

Mikko

GianniS

7 years 1 month ago

Hi,

Hi,
I try with this code:
GXDLMSObject obj = new GXDLMSObject();//ObjectType.NONE,"0.94.39.14.255",2);
obj.setObjectType(ObjectType.NONE);
obj.setDescription("0.94.39.14.255");

GXWriteItem w = new GXWriteItem();
w.setParameters(new String[] {"02","30"});
w.setDataType(DataType.OCTET_STRING);
w.setIndex(0);
w.setSelector(0);
w.setTarget(obj);
mClient.write(w,"0.94.39.14.255", DataType.OCTET_STRING, ObjectType.DATA, 2);

But, I have some problems.

Please, Can you help me ?

Profile picture for user Kurumi

Kurumi

7 years 1 month ago

Hi Gianni,

Hi Gianni,

You can't use GXDLMSObject. It's a base object. Use GXDLMSDirector to read 0.94.39.14.255 and check what is data type.

Then you can read or write it like this:

GXDLMSDataObject it = new GXDLMSDataObject("OBIS code");
mClient.read(it, 2);
mClient.write(it, 2);

BR,
Mikko

  • 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

  • Possible memory leak in file dlms.c, getCompactArrayItem(), getCompactArrayItem2()
  • Official Gurux.DLMS.Client.Example.Net fails during High GMAC secure association (Invalid PDU), while Gurux Director connects successfully
  • gurux_dlms.GXDateTime.GXDateTime object Error in Python
  • 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
More

Who's new

  • ArthurDaype
  • Warrenbef
  • ScottTib
  • WbHYgvbktYrtsW…
  • qNlgdUCZDFBohxEzP
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin