Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to syncronize two data acquisition boards?

I would like to know how I can use two Multifunction Boards simultaneously? For example, I had two NI6024 boards and I would like to use 16/DI channels. I want to syncronize them. Thank you.
0 Kudos
Message 1 of 2
(2,672 Views)
Youngkey,

You can synchronize the two data acquisition boards, by using the RTSI bus that is part of the architecture of the boards. I am attaching the text of a Knowledge Base which describes how to accomplish this goal:

/****************************************

Title:
Synchronizing data acquisition between two or more MIO-16 series boards

Problem:
How can I synchronize data acquisition between two or more MIO-16 series boards?

Solution:
First, place a special Real-Time System Integration (RTSI) cable on the RTSI connector. Then, determine what trigger pulse signals need to transmitted to the trigger inputs of each MIO-16 series board. The board which sends the trigger signal becomes a 'master' and the board that rec
eives becomes a 'slave'. Finally, start the data acquisition on both boards. Make sure you call the data acquisition functions or VIs on the slave board first to arm the acquisition. Below is a list of necessary function calls.
* In NI-DAQ or LabWindows: Call the function RTSI_Conn for each counter or trigger signal you wish to connect up to a RTSI Trigger Line. Then call the regular functions to perform a data acquisition on both boards. Call the function RTSI_Clear at the end of the program.
* In LabVIEW: Call the RTSI Control VI with control code set to Connect for each counter or trigger signal you wish to connect up to a RTSI Trigger Line. Then call the regular VIs to perform a data acquisition on both boards. Call the RTSI Control VI with Control Code set to Clear at the end of the program.

/****************************************

Hope this information is helpful.

L Aguila
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,672 Views)