03-27-2006 08:51 PM
03-28-2006 12:39 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
03-28-2006 07:14 AM
03-28-2006
03:28 PM
- last edited on
07-11-2024
08:20 AM
by
Content Cleaner
Hi John,
First you will need to connect your cards with a RTSI cable and then create that cable in MAX.
Sounds like all you need to do is a multi device synchronization. You can find examples for doing that by going to
Help > Find Examples > Hardware Input and Output > DAQmx > Synchronization > Multi Device
Once you see how to synchronize multiple devices you can either share the sample clock, or share the trigger.
In your case I think you will want to share the trigger over the RTSI line. For the 6052 it sounds like you want to do an analog start trigger. For the 6123 though you said that you want pre-trigger samples. That means you will have to set up a Reference Trigger for the 6123, and then have it trigger off of the ai/StartTrigger signal from your 6052.
You can find all of the examples with triggering in a similar path as before:
Help > Find Examples > Hardware Input and Output > DAQmx > Analog Measurements
Sharing the signals is a breeze and most everything is done automatically by the DAQmx drivers.
For more details on synchronization check out this Tutorial:
Advanced Data Acquisition Series - Synchronization with NI LabVIEW and NI-DAQmx