04-19-2006 07:07 AM
04-19-2006 07:10 AM
Labview has both an if/than/else as well as a case structure. To determine if a bit is set you can do a logic/bitwise and opperation with that bit (ie to see if 00001111 third bit is set and with 00000100) if the answer is >0 then the bit is set else it is not set.
Paul
04-19-2006 08:26 AM
04-19-2006 10:52 AM
04-19-2006 10:54 AM
the zero does not refer to the bit but the value of the 8 bit result of the bitwise and operation.
Paul
11-04-2006 12:01 AM