Solution
When using a combination of DSA and SAR modules, you can design your application for delta-sigma module timing using the Data Rate property nodes. With this approach you can add on-demand I/O modules without using Loop Timer VI. This method synchronizes all modules to a delta-sigma module clock.
Note the following details from the image displayed above:
- Use a sequence structure to force the execution of the DSA module's data rate configuration, start and stop.
- Use an I/O Property Node to set the Data Rate of the module.
- To change the item to which the Property Node points to: Right click the Property Node > Select Item > FPGA Target > Mod#, where # is the slot number in which your Delta Sigma module is.
- You can drag and drop the FPGA I/O nodes from your project explorer. These I/O nodes can be expanded to hold more than just one input. Use all the terminals in the same I/O node to make sure they are all read at the same time in the FPGA.