04-03-2006 05:22 PM
04-03-2006 05:31 PM
04-04-2006
04:39 PM
- last edited on
05-17-2026
02:31 PM
by
Content Cleaner
Hello Taylor,
Have you been able to successfully start acquisition from an analog trigger (at your specified level), on just the master device? Verify that you can do this first before trying to send that start trigger line over a RTSI line. Take a look at the Traditional NI-DAQ shipping example (Help >> Find Examples) titled Acquire N Scans Analog Hardware Trig.vi, located in the NI Example Finder under Hardware Input and Output > Traditional DAQ > Analog Input > General. Verify that this works correctly for you.
Have you ever considered programming with the NI-DAQmx functions? If your device supports them (which most do), the NI-DAQmx API is much easier to use, and actually operates more efficiently on a driver level than most Traditional NI-DAQ functions. There is a good NI-DAQmx shipping example titled Multi-Device Synch - Analog Input – Finite Acq – Analog Start.vi, that can be found in the NI Example Finder under Hardware Input and Output > DAQmx > Synchronization > Multi-Device. This example shows how to do exactly what you are trying to do in NI-DAQmx. I hope this helps.
Regards,
Travis G.
Applications Engineering
04-04-2006 06:14 PM
04-04-2006 06:31 PM
04-05-2006 10:25 AM
04-05-2006
05:42 PM
- last edited on
05-17-2026
02:34 PM
by
Content Cleaner
Hello Taylor,
Yes, you must have LabVIEW 7.0 or later to use the NI-DAQmx API. You must upgrade your LabVIEW software to take advantage of this driver. You can download the NI-DAQmx software for free from our website here:
NI-DAQmx Download
I also came across this Knowledgebase, that discusses why sometimes slow moving trigger signals can sometimes be filtered out accidentally. Take a look at this document, and try the workarounds listed in the solutions portion to see if this solves your problem:
KB 2ZD9B3W3: Analog Trigger Not Working for PFI 0 on a PCI-61xx Device [link removed; article no longer available]
Let me know if this works. I'd be interested to know if that's the cause of this issue.
Regards,
Travis G.
Applications Engineering