SWC-Advanced-Microscopy / SimpleMScanner

Simple MATLAB scanning software for demo purposes
GNU Lesser General Public License v3.0
5 stars 2 forks source link

Add shutter line to OO version #30

Closed raacampbell closed 8 years ago

raacampbell commented 8 years ago

Add a digital output line that turns high or low at the onset of scanning to open or close a shutter. The additions should be implemented as follows:

raacampbell commented 8 years ago

This will need to be a separate session. Adding to same session will not work across boards. e.g. the PCI-6110 has no hardware clock on the digital lines so adding digital lines to the same session will reduce the clock rate to the speed of the lowest clock (which is zero because there's no clock on the digital lines).

raacampbell commented 8 years ago

This is implemented on the acquisition PC.

raacampbell commented 8 years ago

Yep, this works.