Additional Information
Refer to
C Series Device Groupings in the NI-DAQmx Help if you are unsure if you have a Delta-Sigma module.
This error can also show up if you have multiple modules being started in parallel and read at the same time. If you are acquiring multiple modules, start all of them in a single FPGA IO Node.
To optimize performance it is best to start and stop Delta-Sigma modules outside the while loop used to acquire data. The LabVIEW snippet below shows how to do this assuming that you set the coupling parameters from the property menus in the project explorer. Download and drag the snippet into a new VI block diagram to generate the code or download the attached FPGA IO Node Loop Time Acquire.vi.
You can also programmatically set the coupling type and other properties if needed. To learn more about configuring Delta-Sigma modules programmatically, refer to the corresponding
NI 92xx Getting Started.lvproj shipping example in the Example Finder.