LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Counter

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

Download All
0 Kudos
Message 1 of 2
(2,352 Views)

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.

 

0 Kudos
Message 2 of 2
(2,347 Views)