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
Format of Float Value
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Format of Float Value
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
[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
Yes, i solved problem, after i did write "littleEndianRegister = 0/1"
Thank you so much..
Thank you so much..