LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of a float to IEEE 754 hexa (and vice versa)

I was doing the same but using a cast to single instead of the "to single" VI and the result wasn't good. I prefered change everything to single.

0 Kudos
Message 11 of 13
(654 Views)

They are two different functions.  Typecasting is taking a piece of memory and telling LabVIEW to interpret it differently, even if that changes the value.

 

The conversion bullets tell it to take the value, and redefine it so it is saved in memory as a different datatype.

0 Kudos
Message 12 of 13
(648 Views)

Thank you, I didn't know this distinction

0 Kudos
Message 13 of 13
(642 Views)