LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

count out of pulse train on 6025E,labview(pc)

hi!!
I need monitoring continuos count out from
puse train on mine 6025E
Thanks for all
0 Kudos
Message 1 of 2
(2,382 Views)
If you are generating a continuous pulse train then you are probably using only one of the counters on the 6025E. Depending on the speed of the pulse train being generated, you will want to use simple event counting or buffered event counting. There are shipping examples within LabVIEW that perform both operations. The Count Edges (DAQ-STC) VI would work if the pulse train was slow enough. If the pulse train has a high frequency, you will want to use the Count Buffered Edges (DAQ-STC) VI so you'll be sure not to miss any edges. I hope this helps.

Regards.

Todd D.
0 Kudos
Message 2 of 2
(2,382 Views)