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. How To Send Multiple Requests From One Xml File?

How to send multiple requests from one xml file?

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 karlpy , 2 June, 2018
Forums
Gurux.DLMS

I didn't know how to search the forum for this question. I need to read active_energy and reactive_energy from meters. Which is the best way to do so? Should I just pass multiple xml files as command line arguments? I tried to pass multiple actions in one xml document like this but it isn't working.

<?xml version="1.0" encoding="utf-8"?>
<Messages>

<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="193" />

<AttributeDescriptor>
<!--REGISTER-->
<ClassId Value="3" />
<!--1.0.15.8.0.255-->
<InstanceId Value="01000F0800FF" />
<AttributeId Value="2" />
</AttributeDescriptor>

<AttributeDescriptor>
<!--REGISTER-->
<ClassId Value="3" />
<!--1.0.5.8.0.255-->
<InstanceId Value="0100050800FF" />
<AttributeId Value="2" />
</AttributeDescriptor>

</GetRequestNormal>
</GetRequest>

</Messages>

karlpy

8 years 1 month ago

any updates?

Hello, could somebody help me please?

Profile picture for user Kurumi

Kurumi

8 years 1 month ago

How to send multiple requests from one xml file?

Hi,

You should be able to read multiple values with one XML file. What is the problem?

BR,

Mikko

karlpy

8 years 1 month ago

I solved it, my question was

I solved it, my question was about the format, I wasn't able to find the documentation but figured it out by trial and error. Thanks for the answer!
<?xml version="1.0" encoding="utf-8"?>
<Messages>

<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="193" />
<AttributeDescriptor>
<!--REGISTER-->
<ClassId Value="3" />
<!--1.0.15.8.0.255-->
<InstanceId Value="01000F0800FF" />
<AttributeId Value="2" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>

<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="193" />
<AttributeDescriptor>
<!--REGISTER-->
<ClassId Value="3" />
<!--1.0.5.8.0.255-->
<InstanceId Value="0100050800FF" />
<AttributeId Value="2" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>

</Messages>

Profile picture for user Kurumi

Kurumi

8 years 1 month ago

How to send multiple requests from one xml file?

Hi,

We have improved GuruxDLMSTranslator. Do actions what you want with GXDLMSDirector.
Then get a log and paste it to GuruxDLMSTranslator and press "To conformance Test" button.

http://www.gurux.fi/GuruxDLMSTranslator

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

  • 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

  • rcprociG
  • helloworld
  • Kak_nvKr
  • Geraldtup
  • Kak_jhKr
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin