LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read 2 simultaneous channels, with a CTR Out on pxi-6025E

Im trying to read two channels on my pxi-6025E simultaneously as well as put out a pulse train. Both sampling at about the cards max rate, I need to put out a pulse train while they are reading, for about a second. How would I go about doing this?

-Mark
0 Kudos
Message 1 of 2
(2,105 Views)
Hello,

I have attached two programs to this post. They should give you an idea of how to do this. You want to sync the start of the two different operations at once. For this we will use a digital trigger.

If you do not have a trigger signal, you can generate one in software, or you could modify the pulse generation to use /DevX/ai/SampleClock instead of /DevX/ai/StartTrigger. Then use a regular acquisition vi, it�s first scan will start the digital pulse.

Look over these VIs and let me know if you have any further questions.

Best regards,

Justin T.
National Instruments
0 Kudos
Message 2 of 2
(2,105 Views)