From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Multichannel acquisition: Missing triggers on PCI 6052E

Hi !
I am performing a triggered multi-channel acquisition using PCI-6052E DAQ card.I am writing the data acquired on each of these input channels in to a file. I am attaching the vi. Any help from NI engineers is appreciated.
Thanks,
-Shiv
0 Kudos
Message 1 of 2
(2,305 Views)
Hello,

If you want to trigger analog input and output using the same external TTL signal, in LabVIEW, you can do this by calling the AI Trigger Config.vi and AO Trigger and Gate Config.vi to setup the desired PFI line as the trigger source.

I would recommend to see, modify and try the LabVIEW example "Simul AI/AO Buffered Trigger (E-series MIO)" located in C:\Program Files\National Instruments\LabVIEW\examples\daq\anlog_io\anlog_io.llb library. Although this example does not write to the file, it will let you test if the trigger signals are actually being received through the hardware.

There is also a good place in our website that has detailed documentation on how to implement this: 0067f3cc/c950062fc4ed92888625661b004bd621?OpenDocument>Synchronizing Analog Output and Input to Star...


Now, if you want to do retriggerable acquisition, I recommend that you visit the following webpage: Performing Retriggerable Analog Input Using Two Counters


Hope this helps. Good luck with your application!
0 Kudos
Message 2 of 2
(2,305 Views)