-
Notifications
You must be signed in to change notification settings - Fork 1
Light Sources, AOTF, and Filter Wheel
Kyle M. Douglass edited this page May 19, 2026
·
3 revisions
- Coherent Sapphire
- Baud: 19200 bps
- Line terminator: CR (carriage return)
Command format: command=<value>
Query format: ?query
-
?E: Echo status -
E= 0|1: Echo off|on -
?L: Light servo status -
L=0|1: Light servo off|on. TEC servo must be on (T=1) to enable -
?P: Read laser power. Light servo must be enabled (L=1). -
P=[30,330]Set laser power. Light servo must be enabled (L=1).
- Laser Quantum (now Novanta Photonics) Gem
- SMD12 Power Supply Unit
- Maximum power:
- Baud: 9600 bps
- Line terminator: CR LF (carriage return + line feed)
OFFON-
CONTROL=CURRENT|POWER: Set to constant current or power mode -
POWER?: Get the current power -
POWER=XXX: Set the power to XXX in mW
- Thorlabs M617L3
- S/N: 00756518
- Thorlabs LEDD1B Driver
- 2026/03/02 Current limit set to 200 mA
- In
MODmode, the LED current is i = i_max * V / V_max, wherei_maxis the current limit and V_max is 5 V.
The AOTF settings are stored in the device's EEPROM so that it requires only the NI-DAQ signals to control.
The blanking input is analog, not digital! Maximum voltage corresponds to AOTF max. voltage setting, which is 10 V (2026/01/12).
- AA Optoelectronic AOTFnc-400.650-TN
- AA Optoelectronic MPDS8c-D65-22-74.158-RS
- USB Info (2026/01/12)
- Chip: FTDI FT232R USB UART
- COM Port: 8
- USB Info (2026/01/12)
- GUI provided by AAO.
- Located in
C:\Software\AAOptoelectronic - Be sure to connect to the correct COM port
Date: 2026/01/12
(see page 4 of the AOTFnc_MDS-OEM manual)
- Pin 11: Channel 2 (561 nm laser) Red Wire
- Pin 12: Channel 1 (488 nm laser) Green Wire
- Pin 13: Blanking (BLK) Black Wire
- Pin 14: Ground (GND)
- Pin 15: Ground (GND)
- Pin 16: Ground (GND)
2026/03/02
- 0 : Blank
- 1 : Green emission
- 2 : Red emission
The rest are blank.
- Use the SutterLambda2 device adapter
- Baud rate (for USB connection): 128000
- Peripheral: Wheel-A
- Use a
State Change Speedof1. Put this in theStartuppresets of theSystemgroup.
- Power on power switch 1 and the PC. Log into Windows.
- Open termite. Connect to 488 nm laser COM port (see here for number). (Use a baud rate of 19200 and CR line terminator.)
- Enable laser servo with command
L=1 - Set output power to minimum value of 30 mw
P=30. - Open the NI MAX software.
- Select
Devices and Interfaces > NI PCI-6733 "Dev1" > Create Task...if a task for this test is not already created (otherwise open the task from Data Neighborhood > NI-DAQmx Tasks. SelectGenerate Signals > Analog Output > Voltage. Choose bothao 2(blanking) andao 3` (488 nm laser) channels. - Select a
Square Wavetest signal type - For the Blanking channel voltage, set the range to [0V, 10V].
- For the 488 nm modulation channel, set the range to [0V, 10V].
- For timing, set Generation Mode to
1 Sample (On Demand). - Set the blanking channel voltage to 10 V
- Vary the 488nm modulation channel between 0 and 10 V. You should see the laser power after the AOTF vary accordingly.
- Power on power switch 1 and the PC. Log into Windows.
- Open termite. Connect to 561 nm laser COM port (see here for number). (Use a baud rate of 9600 and CR-LF line terminator.)
- Turn on the laser with command
on - Open the NI MAX software.
- Select
Devices and Interfaces > NI PCI-6733 "Dev1" > Create Task...if a task for this test is not already created (otherwise open the task from Data Neighborhood > NI-DAQmx Tasks. SelectGenerate Signals > Analog Output > Voltage. Choose bothao 2(blanking) andao 4` (561 nm laser) channels. - Select a
Square Wavetest signal type - For the Blanking channel voltage, set the range to [0V, 10V].
- For the 561 nm modulation channel, set the range to [0V, 10V].
- For timing, set Generation Mode to
1 Sample (On Demand). - Set the blanking channel voltage to 10 V
- Vary the 561 nm modulation channel between 0 and 10 V. You should see the laser power after the AOTF vary accordingly.