Little Endian or Big Endian with Modbus TCP?

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
2 posts • Page 1 of 1
daniel.ponader
Posts: 34
Joined: Tue Jan 10, 2012 1:40 pm

Little Endian or Big Endian with Modbus TCP?

Post by daniel.ponader »

Dear All,

unfortunatelly we have a little problem to establish communication between WinCC OA 3.10 and a Sentron PAC 4200 Multimeter over Modbus TCP. The data format of double integer values of the PAC is Little endian, the WinCC OA reads the value as big endian :

e.g.

Value sent by PAC : 1 , 00000000 00000000 00000000 00000001
Value read by WinCCOA: 65536, 00000000 00000001 00000000 00000000

Is there a possibilty to change the endian format? We tried to change the "endianity" value of the internal DP (_Mod_Plc) but this was not successful.

Thanks a lot for your support

Gertjan van Schijndel
Posts: 634
Joined: Mon Aug 02, 2010 10:37 am

Re: Little Endian or Big Endian with Modbus TCP?

Post by Gertjan van Schijndel »

The '_Mod_Plc.Endianity' internal datapunt element is not used since 3.9 anymore. It has been replaced by the config file entry 'littleEndianRegister'.

Post Reply
2 posts • Page 1 of 1