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

6 years 12 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

6 years 11 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

6 years 11 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

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin