I am using a Wago 750 PLC, actually I am reading thru ModBus a 32bit register from other device and I saving the value into a var POINT TO REAL, in this specific case the value is 0000 40A0. I am inverting MSW and LSW to have 40A0 0000 (IEEE 754) with in decimal is 5.0. My problem is that I don't know how to format this POINTER TO REAL into a REAL variable with CODESYS for converting it in a STRING.
Thanks in advance.