Currently I have a setup where I am reading real time float values through ModbusTCP. I am running into an issues at random times in launch, the program shows a weird absurd value as the read value. When I close the compiled app and relaunch it, sometimes it fixes. I am not sure what's causing the issue.
When I looked around the past thread, I found some documentation on SwapBytes and SwapWords. Playing around with those values did not fix the issue either. Currently, SwapBytes is set to True and SwapWords is set to False. I have attached a picture showing the weird values being read.