Update Laser Controller

alphonse 2025-04-06 00:57:50 +00:00
parent 794b2fb40a
commit 59cc801cd6
1 changed files with 5 additions and 4 deletions

@ -4,7 +4,7 @@ The PAS has 3 lasers (blue, green, and red) that are all housed in a single modu
## Definitions and conventions
* **Center Frequency:** The center frequecy should be set to the resonant frequency of the cell. The firmware will set the frequency of the green laser to the center frequency. It will set the frequency of the blue laser to the center frequency - 3 Hz and the red to the center frequency + 3 Hz. Must be an integer.
* **Center Frequency:** The center frequecy should be set to the resonant frequency of the cell. The firmware will set the frequency of the green laser to the center frequency. It will set the frequency of the blue laser to the center frequency - 6 Hz and the red to the center frequency + 6 Hz. Must be an integer.
* **Blue Laser:** The laser connected to pin 1.
* **Green Laser:** The laser connected to pin 4.
* **Red Laser:** The laser connected to pin 9.
@ -29,14 +29,15 @@ The Pico laser controller understands the commands in the table below. Any othe
| *idn? | Return identification string |
| f.[x] | Set the center frequency to *x*. |
| | The center frequency = green frequency. |
| | Blue freq. is set to *x* - 3 Hz. |
| | Red freq. is set to *x* + 3 Hz. |
| | Blue freq. is set to *x* - 6 Hz. |
| | Red freq. is set to *x* + 6 Hz. |
| f.? | Return the current center frequency. |
| [b/g/r].[**on**/off] | Turn the blue/green/red laser on/off. |
| sweep.[n] | Conduct a frequency sweep in range center freq. +/- *n* |
| toggle.[**on**/off] | Toggle the indicator LED on/off. |
| adc.read | Get waveform on pin 26. |
| echo | Toggle command echo on and off. |
| adc.read | Get waveform on pin 26. |
## Connecting with Minicom