LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Case Structure using Byte Array

Thanks for suggestion 

 

There are 9 bytes which mean they are 72 commands.   If I did it your way I will only be able to do one command per bytes.  What happen if one byte has two high bits?  Like if byte 2 (element 1) has two high bits

0 Kudos
Message 11 of 15
(764 Views)

That's what my post above attempts to address.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 15
(754 Views)

sticyfinger wrote:

There are 9 bytes which mean they are 72 commands.   If I did it your way I will only be able to do one command per bytes.  What happen if one byte has two high bits?  Like if byte 2 (element 1) has two high bits


You can easily create a boolean array with 72 elements using some trivial modifications and do exactly want I described.

0 Kudos
Message 13 of 15
(736 Views)

I used a combination of Altenbach and Jcardmody (jim) suggestions.

Thanks.

0 Kudos
Message 14 of 15
(699 Views)

@sticyfinger wrote:

I used a combination of Altenbach and Jcardmody (jim) suggestions.

Thanks.


You know what would really show your appreciation to these guys?  Giving them kudos for taking the time to help you.  Checkout this link and the When you get the help you want section.

Message 15 of 15
(658 Views)