HolyLab / Imagine

A graphical interface for recording with OCPI microscopes.
1 stars 1 forks source link

Shutter buttons with LMM5 #7

Closed Cody-G closed 7 years ago

Cody-G commented 8 years ago

Connect "open shutter" and "close shutter" buttons to the global shutter TTL control on the OCPI2 laser module (LMM5)

Cody-G commented 7 years ago

There are actually 3 ways to do this:

  1. Use a global TTL signal via BNC port on the back of the laser unit. This of course doesn't give individual control over lasers.
  2. Use software commands to control the unit via USB. The LMM software does it this way. This way we get individual control over laser intensity, but the disadvantage is that control is relatively slow using software commands.
  3. Use the D-sub connection on the back of the laser unit to control the intensity of each laser individually using analog signals. This is the most robust solution because the timing precision/latency should be on the order of a few microseconds (according to the company). This also allows us to connect the lasers to some separate microcontroller in the future when we want real-time control.
kdw503 commented 7 years ago

This feature is implemented with second method.

And, about Open shutters/close shutters control, 'laser setting mode' is suggested.