LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi array to single array

Hi all,

 

I would like to convert 4 separate arrays containing a DBL number into a single array of U8.

 

Array1     Array2    Array3    Array4                  Output Array (in binary)

1                 1            1              0                             1110

0                 1            0              0                             0100

1                 0            1              1                             1011

1                 0            1              0                             1010

 

Can anyone help?

 

 

0 Kudos
Message 1 of 2
(1,849 Views)

Hi,


Try this..

 

Regards,

Nitz

(Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved:smileywink: 

0 Kudos
Message 2 of 2
(1,847 Views)