LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert a hex string to a Hex number

Need a vi [using LV6.1] that converts a hex string [FD9E] to a Hex number [FD9E]
thanks
0 Kudos
Message 1 of 3
(2,946 Views)
On you block diagram, select Functions - String - String/Number Conversion - Hexidecimal String to Number. Wire in the string. The output will be a number. If using a number indicator to display the number, be sure to select hexidecimal as the format.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 3
(2,937 Views)
LV6.1 vi attached. And it shows how for the case if the "hex string [FD9E]" is really ascii (i.e. 4 bytes rather than 2)
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 3 of 3
(2,930 Views)