LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Concecating 2 bytes into one


@Mark_Yedinak wrote:

@crossrulz wrote:

@Mark_Yedinak wrote:

@Dennis_Knutson wrote:

No, the front panel says he wants 022F.


I could swear that I saw 0x22. If not I stand corrected and I should go get my eyes checked. Smiley Very Happy


Then stand corrected.

 


Anyone know a good eye doctor?


I have an appointment on the 28th. My arms have grown too short to read well...

 

If he is good, I'll send you his contact info... Smiley Tongue

Message 11 of 12
(338 Views)

@dg_lbe wrote:

Want to combine 2 bytes into one.  Having a brain fart.

 

Please help..........................


The first problems is that your number are I32 arrays with one element. If you have bytes, as you say you do, make them U8 (right-click..representation..U8). Now use the join number primitive to create a U16 value with the desired result.

 

 

 

0 Kudos
Message 12 of 12
(329 Views)