04-20-2005 12:03 PM
04-21-2005
04:37 PM
- last edited on
07-02-2025
04:11 AM
by
Content Cleaner
Hunter,
I took a look at your VI. While it used to take some tinkering to get this going using the older "Traditional" DAQ driver (as you know), NI-DAQmx 7.4 has made multi-device DSA synchronization almost trivial in a single chassis. If you're using LabVIEW 7.0 or 7.1 I highly recommend that you download DAQ 7.4 (linked below). I've attached a screenshot of an example VI that implements synchronization, internal 4mA excitation, and AC coupling across three boards. As you can see, all of the devices can be included in a single DAQmx task. As long as one of the devices is in slot 2 of your chassis (the only slot capable of driving the star trigger), this will do the trick. The example screenshot also configures all 24 channels from the boards with the same parameters -- but could be easily modified such that each individual input could be configured independantly. If you're using LabVIEW 6.1 or earlier you'll have to stick with Traditional DAQ.
I highly recommend updating to DAQ 7.4 (as long as you have LabVIEW 7+). If this is not an option, please let me know.
Best Regards,
Alan L
Applications Engineer
National Instruments
04-21-2005 06:15 PM
04-22-2005 12:03 PM
04-25-2005 08:45 AM
04-25-2005 10:47 AM
04-25-2005 12:55 PM
04-25-2005 05:36 PM
03-13-2023 03:27 AM - edited 03-13-2023 03:40 AM
@Alan_L wrote:
I've attached a screenshot of an example VI that implements synchronization, internal 4mA excitation, and AC coupling across three boards. As you can see, all of the devices can be included in a single DAQmx task. As long as one of the devices is in slot 2 of your chassis (the only slot capable of driving the star trigger), this will do the trick.
Reviving this thread - is this still valid in 2023? I have trouble adding two NI-4472, which are now considered legacy hardware, to one DAQmx task. I simply followed the provided screenshot, I connected one of the modules to 2nd slot while the other is in slot 7 and I get the error -89136 (route cannot be satisfied because the hardware doesn't support it) on DAQmx Start Task:
Property: SampClk.Timebase.Src
Source Device: PXI1Slot2
Source Terminal: SampleClockTimebase
I have never run into synchronisation problems so far..
03-13-2023 05:33 AM
I don't use the 44xx series of boards, but have you tried routing the SampleClock itself, rather than the SampleClockTimebase used to derive it?
-Kevin P