automatic compression control for the lcls injector laser · control software through labview. this...

1
Conner Edstrom, Sharon Vetter, Wayne Polzin, Giacomo Coslovich Introduction Conclusions Acknowledgments Description of Stages Automatic compression control for the LCLS injector laser Linac Coherent Light Source, SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, CA 94025, USA. + Contact: [email protected] Date: 08/02/2018 For this project, I was asked to replace the manual linear compressor and cross- correlator stages in the Coherent 1 & 2 laser system at the Injector lab. The goal was to replace the manual stages with motorized stages to automatically control the compression of the laser pulses driving LCLS. In order to do this, we used SmarAct Piezo stages along with LabView software to write a program that controlled the stages. It was in LabView that we developed the double-motion VI to control both the compression and automatically correct for the subsequent timing changes. This upgrade was important because it allowed for a more streamlined design capable of producing efficient and reproducible compressions settings for the LCLS driving laser. By using these motorized SmarAct stages, we can streamline operations in a few key ways. These stages are capable of precise movement, retaining preset timings, and double motion between the compressor and cross-correlator. Optimizing compression is now much faster because of this upgrade. Further, the testing done in the injector lab with these stages can provide us with data to determine whether these stages are suitable for mass use in the development of LCLS II. Fig. 6: Cross-correlator curve for 2ps setting Use of the Linac Coherent Light Source (LCLS), SLAC National Accelerator Laboratory, is supported by the U.S. Department of Energy, Office of Science, Office of Basic Energy Sciences under Contract No. DE-AC02-76SF00515. We picked the Smaract piezo stages because of their precision, repeatability and stability properties. Moreover the very compact footprint of these stages allowed to take advantage of the full space in the compressors. The linear stages, SLLA42-190-M-E and SLLA42- 270-M-E were procured during the previous shutdown and were ready for testing and install at the beginning of this shutdown. The stages and hand controller are shown below (Fig.1-2). We needed two stages, a short one (SLLA42-190-M-E) inside the compressor at the retroreflector position, and a long one (SLLA42-270-M-E) outside as a delay line to correct for timing changes. See schematics of the setup in Fig.2. To begin, we measured the compressor enclosure and its limits, which gave us an idea of how to mount and arrange the new stages. Once that was finished, we began indexing the older, manual stages so that we didn’t have to waste as much time in the alignment process. With both stages mounted, we installed the controller, connected it up to the computer, and began developing our control software through LabView. This was the most time consuming part, because we had to develop our own LabView software to perform combined motion of two stages. One for compression, the other for time of arrival correction. Taking the SmarAct/LabView package as starting point, we began coding our program. After a few hiccups, controller setting changes, etc, we were able to get both stages moving. Once this was achieved, we added some basic presets in so that whoever is using the lab can save the different timings she/he desires [ex. Full compression, 1ps, 2ps, etc]. Finally, we needed to do some last minute touch-ups in the software to promote longevity. Most importantly, was fixing the problem that came when the controller is turned off. If the controller is turned off for some reason [accident, power outage, etc] the stage loses its reference, rendering the presets useless. To fix this, we programmed the stages to have a manual reference/calibrate as preventative maintainance. By doing so, the user can rely on her/his presets to be accurate, even if the controller is turned off. Software Development Results Fig 2. SmarAct MCS-3 Controller Fig. 3: Coherent 1 Compressor Diagram To LCLS Injector The diagram below (Fig. 4) is an example of a 2ps cross-correlation between the 800nm oscillator beam and the UV output beam of the tripler. In order to test the accuracy of the presets in LabView, we did similar tests for 1ps, 1.5ps, and full compression measurements. After switching between the presets we were able to maintain consistency between measurements. Fig. 4: Front Panel for LabView Program Fig. 5: Block Diagram for LabView Program Fig. 1: SmarAct Motorized Linear Stage

Upload: others

Post on 24-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Automatic compression control for the LCLS injector laser · control software through LabView. This was the most time consuming part, because we had to develop our own LabView software

Conner Edstrom, Sharon Vetter, Wayne Polzin, Giacomo Coslovich

Introduction

Conclusions

Acknowledgments

Description of Stages

Automatic compression controlfor the LCLS injector laser

Linac Coherent Light Source, SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, CA 94025, USA.

+Contact: [email protected]

Date: 08/02/2018

For this project, I was asked to replace themanual linear compressor and cross-correlator stages in the Coherent 1 & 2 lasersystem at the Injector lab. The goal was toreplace the manual stages with motorizedstages to automatically control thecompression of the laser pulses drivingLCLS. In order to do this, we used SmarActPiezo stages along with LabView software towrite a program that controlled the stages.It was in LabView that we developed thedouble-motion VI to control both thecompression and automatically correct forthe subsequent timing changes. Thisupgrade was important because it allowedfor a more streamlined design capable ofproducing efficient and reproduciblecompressions settings for the LCLS drivinglaser.

By using these motorized SmarActstages, we can streamline operations in afew key ways. These stages are capableof precise movement, retaining presettimings, and double motion between thecompressor and cross-correlator.Optimizing compression is now muchfaster because of this upgrade. Further,the testing done in the injector lab withthese stages can provide us with data todetermine whether these stages aresuitable for mass use in the developmentof LCLS II.

Fig. 6: Cross-correlator curve for 2ps setting

Use of the Linac Coherent Light Source(LCLS), SLAC National AcceleratorLaboratory, is supported by the U.S.Department of Energy, Office of Science,Office of Basic Energy Sciences underContract No. DE-AC02-76SF00515.

We picked the Smaract piezo stagesbecause of their precision, repeatabilityand stability properties. Moreover thevery compact footprint of these stagesallowed to take advantage of the fullspace in the compressors. The linearstages, SLLA42-190-M-E and SLLA42-270-M-E were procured during theprevious shutdown and were ready fortesting and install at the beginning of thisshutdown.

The stages and hand controller areshown below (Fig.1-2). We needed twostages, a short one (SLLA42-190-M-E)inside the compressor at theretroreflector position, and a long one(SLLA42-270-M-E) outside as a delay lineto correct for timing changes. Seeschematics of the setup in Fig.2. Tobegin, we measured the compressorenclosure and its limits, which gave us anidea of how to mount and arrange thenew stages. Once that was finished, webegan indexing the older, manual stagesso that we didn’t have to waste as muchtime in the alignment process.

With both stages mounted, we installedthe controller, connected it up to thecomputer, and began developing ourcontrol software through LabView.

This was the most time consuming part,because we had to develop our ownLabView software to perform combinedmotion of two stages. One forcompression, the other for time of arrivalcorrection. Taking the SmarAct/LabViewpackage as starting point, we begancoding our program. After a few hiccups,controller setting changes, etc, we wereable to get both stages moving.

Once this was achieved, we added somebasic presets in so that whoever is usingthe lab can save the different timingsshe/he desires [ex. Full compression,1ps, 2ps, etc].

Finally, we needed to do some lastminute touch-ups in the software topromote longevity. Most importantly, wasfixing the problem that came when thecontroller is turned off. If the controller isturned off for some reason [accident,power outage, etc] the stage loses itsreference, rendering the presets useless.To fix this, we programmed the stages tohave a manual reference/calibrate aspreventative maintainance. By doing so,the user can rely on her/his presets tobe accurate, even if the controller isturned off.

Software Development Results

Fig 2. SmarAct MCS-3 Controller

Fig. 3: Coherent 1 Compressor Diagram

To LCLS Injector

The diagram below (Fig. 4) is an example of a 2ps cross-correlation between the 800nm oscillator beam and the UV output beam of the tripler. In order to test the accuracy of the presets in LabView, we did similar tests for 1ps, 1.5ps, and full compression measurements. After switching between the presets we were able to maintain consistency between measurements.

Fig. 4: Front Panel for LabView Program

Fig. 5: Block Diagram for LabView Program

Fig. 1: SmarAct Motorized Linear Stage