You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/02_user_guide/01_supported_hardware/galvo.rst
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,23 +40,22 @@ Multiple types of galvanometers have been used, including Cambridge Technologies
40
40
41
41
------------
42
42
43
-
ASI
44
-
---
45
-
46
-
Multiple types of galvanometers have been used, including Cambridge
47
-
Technologies/Novanta, Thorlabs, and ScannerMAX. Each of these devices
48
-
are externally controlled via analog signals delivered from the ASI
49
-
Tiger Controller.
50
-
51
-
The ASI Tiger Controller has a few limitations for the analog signals. First, the
52
-
minimum voltage must be zero volts. Second, the period value needs to be a whole number.
53
-
Third, there are three analog waveforms offered, sawtooth,
54
-
triangle, and sine waves.
55
-
43
+
Applied Scientific Instrumentation
44
+
----------------------------------
45
+
46
+
In principle, this hardware type can support any analog-controlled galvanometer,
47
+
including those from Cambridge Technologies/Novanta, Thorlabs, and ScannerMAX.
48
+
Each of these devices are externally controlled via analog signals delivered from the ASI Tiger Controller (`TG-1000 <https://asiimaging.com/docs/products/tiger>`_).
49
+
50
+
Galvanometers can take two types of analog waveforms: sawtooth and sine.
56
51
The sawtooth waveform is a periodic analog waveform. There are three duty cycle values
57
52
accepted, 0, 50, and 100. If the duty cycle is 0, the waveform is a falling sawtooth
58
53
waveform. If the duty cycle is 50, then it is a triangle wave. If the duty cycle is 100,
59
-
the waveform is a rising sawtooth waveform.
54
+
the waveform is a rising sawtooth waveform. The duty cycle will be rounded to the nearest acceptable value.
55
+
56
+
The ASI Tiger Controller has a few limitations for the analog signals.
57
+
The period value will be rounded to the nearest whole number of milliseconds,
58
+
and for the triangle wave, the period will be rounded to the nearest even number.
60
59
61
60
62
61
.. collapse:: Configuration File
@@ -78,10 +77,10 @@ the waveform is a rising sawtooth waveform.
Copy file name to clipboardExpand all lines: docs/source/02_user_guide/01_supported_hardware/laser.rst
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,10 @@ We currently support laser control via voltage signals. In the near-future, we w
8
8
Applied Scientific Instrumentation
9
9
----------------------------------
10
10
11
-
12
-
Tiger Controller
13
-
~~~~~~~~~~~~~~~~~~
14
-
15
-
The Tiger Controller from ASI can also be used to perform analog, digital, and mixed modulation of lasers. Digital modulation is controlled with a `TGPLC <https://asiimaging.com/docs/tiger_programmable_logic_card>`_ or `TGGALVO <https://asiimaging.com/docs/tggalvo>`_ control cards, while analog modulation is controlled with a TGGALVO control card.
11
+
The Tiger Controller (`TG-1000 <https://asiimaging.com/docs/products/tiger>`_) from ASI can also be used to perform analog, digital, and mixed modulation of lasers.
12
+
Digital modulation is controlled with a `TGPLC <https://asiimaging.com/docs/tiger_programmable_logic_card>`_
13
+
or `TGGALVO <https://asiimaging.com/docs/tggalvo>`_ control cards, while analog modulation is controlled with a TGGALVO control card.
14
+
TGPLC output 1 is reserved for the camera trigger.
16
15
17
16
--------------------------------
18
17
@@ -28,7 +27,7 @@ The Tiger Controller from ASI can also be used to perform analog, digital, and m
28
27
onoff:
29
28
hardware:
30
29
type: ASI
31
-
axis: [2-8]
30
+
axis: 2
32
31
min: 0.0
33
32
max: 5.0
34
33
power:
@@ -42,7 +41,7 @@ The Tiger Controller from ASI can also be used to perform analog, digital, and m
Copy file name to clipboardExpand all lines: docs/source/02_user_guide/01_supported_hardware/remote_focus.rst
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,15 +112,20 @@ Optotune Focus Tunable Lens
112
112
113
113
------------------
114
114
115
-
ASI
116
-
---
115
+
Applied Scientific Instrumentation
116
+
----------------------------------
117
117
118
-
The ASI Tiger Controller has a few limitations for the analog signals. First, the
119
-
minimum voltage must be zero volts. Second, the period value needs to be a whole number.
118
+
In principle, this hardware type can support any analog-controlled voice coil or tunable lens.
119
+
The `BLINK <https://www.thorlabs.com/thorproduct.cfm?partnumber=BLINK>`_ and the `Optotune Focus Tunable Lens <https://www.optotune.com/tunable-lenses>`_
120
+
can be controlled with an analog signal from the ASI Tiger Controller (`TG-1000 <https://asiimaging.com/docs/products/tiger>`_).
120
121
121
-
There are two analog waveforms offered, triangle and ramp waves. The triangle waveform is
122
-
a periodic analog waveform, with no delay periods. The sawtooth waveform is a periodic
123
-
analog waveform with a delay period between each cycle.
122
+
The ASI Tiger Controller has a few limitations for the analog signals.
123
+
The remote focus waveform is a periodic ramp waveform with a delay period between each ramp.
124
+
The ramp lasts for the exposure time, falls very quickly and rests until the next exposure time.
125
+
Fall time is not configurable so there is no 'gentle' fall with this hardware.
126
+
127
+
The ramp waveform must last a whole number of milliseconds. If exposure time is not a whole number,
128
+
the ramp time will be rounded to the nearest whole number.
124
129
125
130
.. collapse:: Configuration File
126
131
@@ -134,8 +139,8 @@ analog waveform with a delay period between each cycle.
0 commit comments