Hello Mikko,
Here is a sample of FRMR with information field included
7E A0 0D 61 02 23 97 B3 D2 54 08 24 13 86 7E
<HDLC len="C" >
<TargetAddress Value="30" />
<!-- Logical address:1, Physical address:17 -->
<SourceAddress Value="91" />
<!-- S frame. -->
<FrameType Value="97" />
<PDU>
<Data="540824" />
</PDU>
</HDLC>
where 54 08 24 is an information field as described in iso13239 5.5.3.4.2 Figure 18a
(rejected frame control field, N(S), C/R, N(R), w,x,y,z)
Is it possible to implement information field data translation functionality?
Best regards, Andre
btw, this FRMR sample can't…
btw, this FRMR sample can't be translated at all even in form of "Data" field value representation
7e a0 0d 61 02 23 97 b3 d2 1c 08 0e ff c8 7e
Hi, You can use…
Hi,
You can use GXDLMSTranslator to convert it.
https://www.gurux.fi/translator/?translate=7EA00D61022397B3D25408241386…
It will be added to the supported programming languages in upcoming releases.
BR,
Mikko
Thanks a lot! Gurux.DLMS.Net…
Thanks a lot! Gurux.DLMS.Net 9.0.2604.2101 update works fine.