Greetings, I am consulting index 3 of a record where I get the following
7E A0 19 23 00 02 10 99 52 BD 80 E6 E7 00 C4 01 C1 00 02 02 0F FE 16 23 28 A2 7E
<HDLC len="18" >
<TargetAddress Value="11" />
<SourceAddress Value="444C" />
<FrameType Value="52" />
<PDU>
<GetResponse>
<GetResponseNormal>
<InvokeIdAndPriority Value="C1" />
<Result>
<Data>
<Structure Qty="02" >
<Int8 Value="FE" />
<Enum Value="23" />
</Structure>
</Data>
</Result>
</GetResponseNormal>
</GetResponse>
</PDU>
</HDLC>
The scalar value I get is 0.01 according to DLMS Director, could you tell me how to convert the hexadecimal value to obtain this value.
thank you very much for your valuable help
Hi, 0xFE is -2 as an integer…
Hi,
0xFE is -2 as an integer value. 10^-2 = 0.01.
BR,
Mikko