Wiring the modules
First, you need to wire the modules in one of the supported patterns to allow them to recognize each other and communicate properly.
To achieve this, there are two basic confugurations, star and daisy-chain. Please note that on the NI-9469 modules, port 0 is an input, while ports 1 and 2 are outputs.
 |  |
Daisy-chain configuration | STAR configuration |
Configuration in NI-MAX
After wiring the modules properly, the connections need to be configured in NI-MAX:
- Open NI-MAX
- Navigate to My System -> Devices and Interfaces -> Network Devices -> a cDAQ chassis, and select the NI-9469 module node.

- Click the newly visible Synchronization tab in the properties area
- Click Discover connections or use the Manually Add Connection option
- Verify that all connections appear correctly in the connection table and the status is Connected
Using synchronization in LabVIEW
After setting the synchronization properties as described above, you can start developing your LabVIEW DAQ project. Experience has shown, that it is not sufficient to simply wire the DAQmx Create Task VIs together. Additionally, a DAQmx Auto-Configure cDAQ Sync Connections VI (Palette:
Measurement I/O ->
DAQmx - Data Aqcuisition ->
DAQmx Advanced ->
DAQmx System Setup ->
DAQmx cDAQ Sync) should be put in front to force-initialize the modules.
Please refer to the code section below for examples of synchronized Tasks.
Example 1 - Synchronized Digital Waveform Output with common sample rate
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
Example 2 - Synchronized Digital Output and Analog Input Tasks with different sample rates
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
Example 3 - Programmatic synchronisation setup via LabVIEW
Instead of using configuration via NI-MAX or using the Auto-Configure VI, you can also setup the synchronization options via LabVIEW. The order of the connection port strings within the string array is not important. The example below shows a While loop that retries the setup until the connection succeeds.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW diagram.
Additional Information
To use the NI-9469 modules, NI-DAQmx 9.6.0 or later needs to be installed. Because NI-9469 synchronization is module-determined, they also work in cDAQ-chassis featuring TSN (Time-Sensitive Networking).