Hello,
I have a question for the following concept:
Data A: XXXX XNNN (I don't need to use NNN bits, so I want to logical shift >>3)( that's mean ---X XXXX)
Data B: XXXX XXXX (All bits will be used)
SO I would like to add these two data as follow:
Final data: X XXXX XXXX XXXX
(A) (B)
Can I do that in LabVIEW 5.1?
Thanks in advance.