LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you join more than 2 numbers? Such as, three U16's where there's a High, Mid, and Low?

Solved!
Go to solution

Subject says it all really. I'd like Join Numbers to be scalable, but it isn't. So, What's the easiest way to do this?

0 Kudos
Message 1 of 5
(86 Views)
Solution
Accepted by topic author rds2112

snip.png

Message 2 of 5
(73 Views)

I was so close. Your method doesn't have the coercion dot! Thanks!

0 Kudos
Message 3 of 5
(65 Views)

@rds2112 wrote:

I was so close. Your method doesn't have the coercion dot! Thanks!


I assume you just connected your High to the top hi input. It is just coercing the value to a U32. The upper bits of that should all be zeros if you are using a U16, so it should not matter in this case. If you are in a tight loop, the coerce maybe faster.

0 Kudos
Message 4 of 5
(59 Views)

I was getting a lot of zeros where I didn't want them. Your method makes more sense for parsing while displayed in binary.

0 Kudos
Message 5 of 5
(56 Views)