LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview counter

are there any examples of automated counter programs in labview which allow you to count for an alloted amount of time then reset the counter and start again automatically? i have searched the website but there are far to many examples to check into
0 Kudos
Message 1 of 3
(2,919 Views)
Check in Labview functions palette Time&Dialog VI's:
there are 2 vi's "Wait (ms)" and "Wait until next (ms)multiple". I think you can use as time counter.
0 Kudos
Message 2 of 3
(2,919 Views)
What type of functionality do you want? For a "kitchen timer" just use the wait function. For a "stop watch", call the Get Date/Time in Seconds function once when you start and once when you stop, then substract the two values.

Ray Kong
NI Applications Engineer
0 Kudos
Message 3 of 3
(2,919 Views)