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 3 months 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 3 months 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 2 months 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

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More

Who's new

  • lh
  • abuw.01
  • Anaglyfos Trading CC
  • cyby
  • Metin Onan
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin