05-26-2008 04:08 PM
05-26-2008 04:13 PM - edited 05-26-2008 04:17 PM
05-26-2008 05:12 PM
05-26-2008 06:43 PM
Whatever you do, try to get rid of the stacked sequence and go with a state machine instead. You'll save yourself and whoever ends up with the code lots of headaches..
Do a search on state machines or do into the example finder and search state machine. The beauty of a state machine is that you can store the value in a wire which goes to shift registers at the edge of the loop. You last value becomes the active value in the next iteration of the loop.
RayR