Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I use a ref. trig. to start DAQ for multi-channels?

I have bought a PCI-6259 which is capable of 16 double-ended channels and analog triggering. I want to be able to use one of the analog channels to trigger a reference trigger such that when the data is recorded, a certain percentage of the data points before the trigger are included as well. I have gotten to this far with one channel, but now I want to use the same trigger for that one channel to trigger the other 15 channels in the same manner. How would I go about doing this?
0 Kudos
Message 1 of 2
(2,578 Views)
Matt,

Assuming that you are using LabVIEW, (or any other programming environment as a matter of fact) you can lump all of your channels into one task and apply the triggering to that one task.  All the parameters would be applied to all the channels.  For example, in LabVIEW, if you have a task you can just enter multiple channels into the "Physical Channels" control like ai0:8.  Once you do that the trigger will be applied to all the channels in the task.

Hope that helps.

Regards,
Raajit L
National Instruments
0 Kudos
Message 2 of 2
(2,563 Views)