We use Gurux DLMS Translator to translate the following from XML to PDU:
XML:
<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="81" />
<AttributeDescriptor>
<ClassId Value="000F" />
<InstanceId Value="0000280000FF" />
<AttributeId Value="02" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>
PDU:
C0 01 81 00 0F 00 00 28 00 00 FF 02 00
But when we use Gurux.DLMS.XmlClient to send the same XML, we received error.
Then we use Gurux.DLMS.XmlClient to send the following XML, the PDU same as above is sent:
<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="81" />
<AttributeDescriptor>
<ClassId Value="0015" />
<InstanceId Value="0000280000FF" />
<AttributeId Value="02" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>
We think this is an error, maybe you can check it.
XML content error
Hi,
We have fixed this:
http://www.gurux.fi/node/6501
Get the latest version.
BR,
Mikko