04-22-2008 07:54 AM
04-22-2008 07:59 AM
Not sure what you mean....
you mean turn bit 1 on then off, then turn bit 2 on then off?
Or turn bit 1 on, then 2, then 3, etc... THEN turn 1 off, 2 off, 3 off, etc...
04-22-2008 08:03 AM
04-22-2008 09:10 AM
I think 2 for loops would work. The outer for loop set to 8 interations (numbers of bits) and the inner set to two (on, off). Inner loop would use a shift register initilized to ON, then flip it to OFF on the next interation.
Used in a sub VI called three times.
04-22-2008 10:21 AM - edited 04-22-2008 10:29 AM
04-22-2008 12:10 PM
04-25-2008 07:54 AM
04-25-2008 08:08 AM
Hi Vmrak,
Perhaps you could post your vi?
Also, just for clarification, are you saying bit 1 on 1 second, all off 1 second, bit 2 on 1 second, all off 1 second; OR
Bit 1 on 1 second, then bit 1 off and bit 2 on 1 second, then bit 2 off and bit 3 on 1 second......
In other words do you need all bit to go off before you turn a new bit on?
04-25-2008 08:15 AM
04-25-2008 08:50 AM