LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

convert ascii string to hex string

I'm having trouble converting an ascii string to a hex string and parse.  For example, if the input string is EQ36 (length = 4) the output string should be 45513336 (length 8).  Any suggestions how this conversion can be done?  Thanks in advance. 
0 Kudos
Message 1 of 4
(9,108 Views)
Hi, this should do it.



Greets, dave


Message Edited by daveTW on 06-30-2008 02:12 PM
Greets, Dave
Message 2 of 4
(9,105 Views)
If it is only a "display-thing", there is an even simpler solution!
Just display the string in a string indicator and set it as "Hex-display"....

hope this helps,
Norbert
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 4
(9,098 Views)
Thanks a bunch, worked perfectly!
 
0 Kudos
Message 4 of 4
(9,097 Views)