07-08-2011 02:53 PM
I am trying to make some modification to an already existing code. I would like to add a counter to the main VI (_cop_tracker.vi) that would increment everythime the variable base_time(out) change. Any help / suggestion will be appreciated.
-P
07-08-2011 03:49 PM - edited 07-08-2011 03:52 PM
Your VI is missing subVI's, and is too complicated for me to figure out where you are trying to put a counter.
But counters are a basic concept. You just need a shift register and a Select condition on whether to pass the value through a loop unchanged, or increment the value by 1.