|
2 | 2 | Shutters |
3 | 3 | ======== |
4 | 4 |
|
5 | | -When controlled with analog, digital, or mixed modulation, not all laser sources |
6 | | -reduce their emitted intensity to 0. In such cases, residual illumination subjects |
| 5 | +When only controlled with analog modulation, many laser sources do not |
| 6 | +reduce their emitted intensity to 0 watts. In such cases, residual illumination subjects |
7 | 7 | the specimen to unnecessary irradiation between image acquisitions. Shutters overcome |
8 | 8 | this by completely blocking the laser, albeit on a much slower timescale than direct |
9 | 9 | modulation of the laser. With **navigate**, shutters automatically open at the start |
10 | 10 | of acquisition and close upon finish. |
11 | 11 |
|
| 12 | +Most shutters are controlled via a digital voltage. When the voltage is high (e.g., > |
| 13 | +2.5 V), the shutter is open, and when the voltage is low (e.g., < 2.5 V), the shutter |
| 14 | +is closed. |
| 15 | + |
12 | 16 | ------------ |
13 | 17 |
|
14 | | -Analog/Digital-Controlled Shutters |
15 | | ----------------------------------- |
| 18 | +National Instruments (NI) |
| 19 | +---------------------------- |
| 20 | + |
| 21 | +We can control these shutters using a digital output from a National |
| 22 | +Instruments (NI) data acquisition card. |
16 | 23 |
|
17 | | -Thorlabs shutters are controlled via a digital on off voltage. |
| 24 | +.. Note:: |
| 25 | + |
| 26 | + If the shutter opens and closes immediately upon starting an acquisition, try a |
| 27 | + different port for the digital I/O on the NI data acquisition card. Some NI devices |
| 28 | + (e.g.PCIe-6738) have port/sample size limitations. If the port/sample size is |
| 29 | + exceeded, the shutter will not open. For example, on our `NI PCIe-6738 <https://www |
| 30 | + .ni.com/docs/en-US/bundle/pcie-6738-specs/page/specs.html>`_ using port 0 for the |
| 31 | + shutter causes this issue, but switching the shutter to any port 1 channel fixed it. |
| 32 | + In comparison, for the `NI PCIe-6259 <https://www.ni |
| 33 | + .com/docs/en-US/bundle/pci-pcie-pxi-pxie-usb-6259-specs/page/specs.html>`_, |
| 34 | + using port 0 had no averse effects. |
18 | 35 |
|
19 | 36 | .. collapse:: Configuration File |
20 | 37 |
|
@@ -52,28 +69,3 @@ shutter. |
52 | 69 | max: 5.0 |
53 | 70 |
|
54 | 71 | | |
55 | | -
|
56 | | ------------------- |
57 | | - |
58 | | -Potential Issues and Solutions |
59 | | ------------------ |
60 | | - |
61 | | -**Issue:** |
62 | | - |
63 | | -Shutter opens and closes immediately upon starting any acquisition mode, no traceback error occuring. |
64 | | -Model Debug log files indicate that the shutter is correctly recognizing when it should be open/closed. |
65 | | - |
66 | | -.. image:: docs/source/user_guide/hardware/images/Shutter_ModelDebug.png |
67 | | - :align: center |
68 | | - :alt: Examples of debug messages indicating opening/closing of the shutter |
69 | | - |
70 | | -**Potential Solution:** |
71 | | - |
72 | | -Try a different port for the digital I/O on the controller, making sure to update the port in your configuration file as well. |
73 | | -Some NI devices (e.g.PCIe-6738) have port/sample size limitations. If the port/sample size is exceeded, the shutter will not open. |
74 | | -For example, on our `NI PCIe-6738 <https://www.ni.com/docs/en-US/bundle/pcie-6738-specs/page/specs.html>`_ |
75 | | -using port 0 for the shutter causes this issue, but switching the shutter to any port 1 channel fixed it. |
76 | | -In comparison, for the `NI PCIe-6259 <https://www.ni.com/docs/en-US/bundle/pci-pcie-pxi-pxie-usb-6259-specs/page/specs.html>`_, |
77 | | -using port 0 had no averse effects. |
78 | | - |
79 | | - |
0 commit comments