LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convertion Hex String to 32bits Decimal floating point??

Hi,
 
I would like to know how to convert hexa like: 416b0ac3 in decimal 32bits floating-point. The result of this string is suppose to be 14.690127.
So i must be able to do:
From 32-bit Hexadecimal Representation To Decimal Floating-Point
 
Thanks for your support
RiderMerlin
0 Kudos
Message 1 of 5
(7,618 Views)
RiderMerlin
 
You can use the typecast function to do this.
 
 
David

Message Edited by David Crawford on 09-06-2006 03:31 PM

0 Kudos
Message 2 of 5
(7,606 Views)
Hi,
 
First thanks for your fast answer,
Just for a information (i'm new around Labview); what's the SGL icon? Is it a numeric value?
 
Thanks
Ridermerlin
0 Kudos
Message 3 of 5
(7,592 Views)
Sorry,
 
I got my answer!
Thanks for your support it's working very good! Smiley Happy
 
Ridermerlin
0 Kudos
Message 4 of 5
(7,587 Views)
Its a numeric constant. You can find a numeric constant in the numeric palette but its blue which is integer so that might be throwing you. Drop the constant onto the block diagram, right click on it and change its representation to single.
 
David
0 Kudos
Message 5 of 5
(7,584 Views)