LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I generate synchronized pulse trains with 6602?

Hi,


I would like to generate multiple pulse trains with different frequencies with the 6602 TIO card. Currently I am able to generate pulse trains with different frequencies. But is there any way to synchronize all the pulse trains? For example, I'd like to have all pulse trains with their first low-to-high at the same moment.


Thanks!


Dan
0 Kudos
Message 1 of 3
(2,553 Views)
Dan,

Absolutely, the NI-TIO chip on the PCI-6602 supports a start trigger. If you configure all of the counters that are generating a pulse train to use this start trigger, they will be synchronized. The example Generate Pulse Train - Start Trig (NI-TIO).vi demonstrates this process for one counter. In LabVIEW 7, this example can be found in the following location:

Examples >> Hardware Input and Output >> Traditional DAQ >> Counters >> NI-TIO

You will need to add code for the other counters, but this example should give you the general idea. Furthermore, this example demonstrates how you can use one of the digital lines to generate the start trigger.

Good luck with your application.

Spencer S.
Message 2 of 3
(2,553 Views)
Hi Spencer,

Got it. Thanks!

Dan
0 Kudos
Message 3 of 3
(2,553 Views)