MATLAB: How to synchronize the analog output on a Measurement Computing device with the Data Acquisition Toolbox 2.12 (R2008a)

Data Acquisition Toolboxmcsynctrigger

I have two MCC devices which I need to output fully synchronized data. I have connected the scan clock pin from one device to the other and I am using the external clock source for the slave device.
When I run the code, the devices are not synchronized.

Best Answer

The ability to fully synchronize the analog outputs on a couple of Measurement Computing devices is not avalable with the Data Acquisition Toolbox 2.12.
However, You can synchronize the output scan clocks. To do that, you need to use InstaCal to set the scan clock pin to output on the master device and input on the slave device.
Most MCC devices do not support hardware triggering for analog output, so to synchronize the two devices, you have to first start and trigger the slave device and then start the master. The slave will wait for the master to start outputting the scan clock signal.