Solution
This error occurs because the slave devices are not receiving the sync pulse from the master in the time window expected.
To resolve this with delta sigma cards, you need to use the
DAQmx Control Task.vi to
Commit the resources ready to receive the sync pulses.
The slave device(s) must be committed before the master. The image below is taken from a LabVIEW shipping example (
Analog Input - Synchronization.vi) modified for the PXIe-4302 and shows the addition of the
DAQmx Control Task.vi for both the Master and Slave DAQmx tasks.