04-03-2007 03:22 PM


04-03-2007 05:10 PM
Well you are close but you can do away with the for loop and just have the +1 in a case statement like you already have then put a while loop around the whole thing and use a shift register to keep the value. Also be sure to wire the false case all the way thru because as you have it right now when the case is false it outputs the default value which is zero. I will try to provide an example for you tomorrow.
You can find some good examples of this in the example finder.
04-03-2007 07:35 PM
04-04-2007 07:39 AM - edited 04-04-2007 07:39 AM
Here is a really simple VI. The count boolean is set to latched when pressed.
Message Edited by Jhoskins on 04-04-2007 08:40 AM
04-04-2007 01:01 PM
04-04-2007 01:28 PM