python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
69 stars 41 forks source link

Add support for the Lumencor Spectra III light engine #109

Closed carandraug closed 4 years ago

carandraug commented 4 years ago

This is a device that controls 8 laser channels and can be controlled via serial. We have it in our Aurox system. I have placed the technical documents in micronadmin.

This is similar to the Toptica iChrome multi-laser engine (issue #71) and also requires a controller ABC (discussed on issue #62). I am now doing it as part of implementing the Prior ProScan as two examples of devices that control multiple sub devices.

carandraug commented 4 years ago

Done with 6fe63cb