Let the framework generate the frames and use XML client to only read the data. There are several different things that might affect the generated frames.
What you need to do is something like this:
<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="C1" />
<AttributeDescriptor>
<ClassId Value="0001" />
<InstanceId Value="00002A0000FF" />
<AttributeId Value="02" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>
You can use XMLClient to read data from the meter. You define COSEM object (Ex. clock) that you want to read and read it. You can't define what kind of frames the client is sent.
Hi,
Hi,
Let the framework generate the frames and use XML client to only read the data. There are several different things that might affect the generated frames.
What you need to do is something like this:
<GetRequest>
<GetRequestNormal>
<InvokeIdAndPriority Value="C1" />
<AttributeDescriptor>
<ClassId Value="0001" />
<InstanceId Value="00002A0000FF" />
<AttributeId Value="02" />
</AttributeDescriptor>
</GetRequestNormal>
</GetRequest>
Change interface type and OBIS code.
BR,
Mikko
Hi, Kurumi, sorry my english,
Hi, Kurumi, sorry my english, but if i don't misinterpret can i test the XML code using XMLClient?
thank you answer my questions.
Hi,
Hi,
You can use XMLClient to read data from the meter. You define COSEM object (Ex. clock) that you want to read and read it. You can't define what kind of frames the client is sent.
BR,
Mikko