LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

floating point number using Modbus RTU DSC LV 8.2

I'm reading temperature from a Modbus conrolled device. I need to convert a temperature value (17053) read as a double type Shared Variable (SV) and convert it to ieee 754 type to show temp of 79 deg F as shown on the control front panel.
 
I'm using DSC module LV 8.2. I'm wondering if the conversion is already done in DSC LV 8.5???
0 Kudos
Message 1 of 3
(6,994 Views)
seem to find my own answers after putting the post....
 
I use a typecast to single but I had to change the double to 16 bit integer for the type cast to convert correctly.... see attached png
0 Kudos
Message 2 of 3
(6,991 Views)
for the record here's the undo, see attached
0 Kudos
Message 3 of 3
(6,972 Views)