LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Appending LSB to MSB

Hello,
 
I've been working all day and it seems I can't come around to solve following problem.
 
I have an array with 2 elemets, e.g. first one is 1E and second is 8F, they are both in hex.
Now I'd like to append those two together to get 1E8F hex number and convert it into decima.
 
I've searched forums, I've found similar stuff but still cant put these two together.
 
Your help would greatly be appriciated.
 
cheers
0 Kudos
Message 1 of 3
(2,918 Views)
The function you seek is "Join Numbers" it is in the "Data manipulation" palette.

Qoute from LV help:
"Creates a number from the component bytes or words. The connector pane displays the default data types for this polymorphic function."
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 3
(2,913 Views)

Thank you very much Andrew, that has helped me and answerd my question.

 

 

0 Kudos
Message 3 of 3
(2,889 Views)