06-01-2010 12:52 PM
Hi
I want to know how to convert a 8 byte data string to a floating point double.
data (HEX): 40 02 4F 70 40 00 00 00
Thanks.
DP
Solved! Go to Solution.
06-01-2010 01:08 PM - edited 06-01-2010 01:09 PM
06-01-2010 01:15 PM
I think typecast is your friend:
Ton
06-01-2010 01:18 PM
I often use this functions because I can select endianess for non Labview native data
Unflatten From String Function
Owning Palette: Data Manipulation Functions
Requires: Base Package
Converts binary string to the type wired to type. binary string should contain flattened data of the type wired to type. You also can use this function to specify the byte order, or endian format, of the data in the binary string.