Format of Float Value

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
fatih_oez
Posts:5
Joined: Mon May 02, 2016 9:22 am

Format of Float Value

Post by fatih_oez »

Hi All,

I have a problem, when i read foat value.

I read float value from some sensors via ModBUS TCP. when I read the values on ModBus Poll Test software, I can read value true and its format is ABCD but I can read this value on WinCC OA as format CDAB. How can I shift tihs format?

Thanks in advance...
Have a nice day,
Fatih Öz

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Format of Float Value

Post by leoknipp »

Maybe the problem can be solved with the config-entry "littleEndianRegister" for the Modbus-driver.
[mod]
littleEndianRegister = 0/1

1 is the default value.
After defining the config entry you have to restart the Modbus driver.

Best Regards
Leopold Knipp
Senior Support Specialist

fatih_oez
Posts:5
Joined: Mon May 02, 2016 9:22 am

Re: Format of Float Value

Post by fatih_oez »

Yes, i solved problem, after i did write "littleEndianRegister = 0/1"

Thank you so much..

3 posts • Page 1 of 1