Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Which RTSI pins are being used for automatic channel expansion synhronization.

Hi,

 

I am exploring automatic channel expansion synchronization for DSA devices as metioned in this knowlegebase. I would like to know if there is a way I can find which RTSI line ( for PCI devices ) or trigger lines ( for PXI devices ) are being used for synchronization purpose when I use channel expansion.

 

I know that using device routes I can find which all possible lines can be used, but I would like to know which one was choosen by the NIDAQmx driver . I am using ANSI C NIDAQmx driver version 9.3 and would like a programmatic way of finding this information.

 

 

Thanks,

 

Regards,

Manisha

The MathWorks

 

0 Kudos
Message 1 of 3
(2,802 Views)

Hey Manisha.

 

In general, getting more complex configuration data is better done by manually synchronizing the different cards. By doing so, you can set which trigger/RTSI lines are being used and therefore know exactly what lines are available. While really convenient and easy to use, channel expansion can make advanced functionality more difficult in some cases.

 

One thing you can try doing is reading from some of the DAQmx property nodes. A couple properties you might try:

 

DAQmx Timing Property Node >> More >> Sunchronization Pulse >> Source

 

DAQmx Timing Property Node >> Sample Clock >> Source

 

DAQmx Export Signal Property Node >> Events >> Synchronization Pulse Event >> Output Terminal

 

 

-Chris

Applications Engineer
National Instruments
Message 2 of 3
(2,782 Views)

Hi Chris,

 

Thanks a lot for your detailed reply. I will try to read the properties you mentioned after my channel expansion issue gets resolved.

 

Thanks,

Manisha

0 Kudos
Message 3 of 3
(2,774 Views)