LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting dec to hex in non-string format?

To All:

I need to convert decimal to hex and extract bits of the hex string into an integer format (i.e., I8, or I16) while retaining the hex characters.

For example, converting 1500d to a 05DCh string is the easy part, I then just need to extract (and retain) the characters 05 and DC into integer format.

Is this possible?
0 Kudos
Message 1 of 4
(2,721 Views)
Hi.

Here is a small demo vi in labview 6.1 to take your 05dch and split it into 05 and dc

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(2,721 Views)
Hello Ray,

I don't suppose you also have that in 6.0 format do you? I wasn't able to open it.

Thanks
0 Kudos
Message 3 of 4
(2,721 Views)
Hi,

Find attached

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 4
(2,721 Views)