By andre538, 19 January, 2026 Forums DLMSDirector Hello Mikko, any news about GetRequestWithList Translator error? Unfortunately can't comment old post, so decided to create new one. Br, Andrew Initial question dated as 25… Initial question dated as 25 November, 2025 Hi Andrew, This is fixed in… Hi Andrew, This is fixed in the next version. The expected release data is 4. February. The updated code is below. Thank you for pointing this out. BR, Mikko if (reply.Xml != null) { GXDataInfo di = new GXDataInfo(); di.xml = reply.Xml; //Data. reply.Xml.AppendStartTag(Command.ReadResponse, SingleReadResponse.Data); GXCommon.GetData(settings, reply.Data, di); reply.Xml.AppendEndTag(Command.ReadResponse, SingleReadResponse.Data); reply.ReadPosition = reply.Data.Position; }
Hi Andrew, This is fixed in… Hi Andrew, This is fixed in the next version. The expected release data is 4. February. The updated code is below. Thank you for pointing this out. BR, Mikko if (reply.Xml != null) { GXDataInfo di = new GXDataInfo(); di.xml = reply.Xml; //Data. reply.Xml.AppendStartTag(Command.ReadResponse, SingleReadResponse.Data); GXCommon.GetData(settings, reply.Data, di); reply.Xml.AppendEndTag(Command.ReadResponse, SingleReadResponse.Data); reply.ReadPosition = reply.Data.Position; }
Initial question dated as 25…
Initial question dated as 25 November, 2025
Hi Andrew, This is fixed in…
Hi Andrew,
This is fixed in the next version. The expected release data is 4. February.
The updated code is below. Thank you for pointing this out.
BR,
Mikko
if (reply.Xml != null)
{
GXDataInfo di = new GXDataInfo();
di.xml = reply.Xml;
//Data.
reply.Xml.AppendStartTag(Command.ReadResponse, SingleReadResponse.Data);
GXCommon.GetData(settings, reply.Data, di);
reply.Xml.AppendEndTag(Command.ReadResponse, SingleReadResponse.Data);
reply.ReadPosition = reply.Data.Position;
}