czbiohub-sf / shrimPy

shrimPy: Smart High-throughput Robust Imaging & Measurement in Python
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Triggerscope not resetting after a failed acquisition #38

Closed edyoshikun closed 1 year ago

edyoshikun commented 1 year ago

The triggerscope seems to get stuck if the previous acquisition fails. This is a known issue and the solution is to run the MDA successfully.

edyoshikun commented 1 year ago

This can be solved by running the MDA and successfully completing an acquisition.

ieivanov commented 1 year ago

The issues is that the DAC sequences remain programmed in the TS firmware when MM crashes. We should be able to solve this by modifying the TS device adapter to clear the DAC and TTL sequenced at device initialization

ieivanov commented 1 year ago

This may be fixed by https://github.com/micro-manager/AcqEngJ/pull/93, will test