From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert and split Hexa number into ASCII

Hai
      How to convert Hexa number to equivalent ASCII number
 i attached my VI
thanks
sk
 
 
 
I am using LabVIEW 7.1
 
0 Kudos
Message 1 of 4
(5,614 Views)
Hi developer,
if I understood you right, this could help.
Dave


Message Edited by daveTW on 05-17-2006 11:34 AM

Greets, Dave
0 Kudos
Message 2 of 4
(5,605 Views)

Hi

I have modified your block diagram to show how to use the flatten to string, convert to hex and string subset functions to get what you want, hopefully.

David

Message Edited by David Crawford on 05-17-2006 10:49 AM

0 Kudos
Message 3 of 4
(5,600 Views)
It really depends on what you want. For example you want to "split the hexa number 1A into 1 and A". Should the output be a string or another U8 number?
 
Attached are a few possibilities.
0 Kudos
Message 4 of 4
(5,583 Views)