Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This procedure is written for the LPL operation after the 100J upgrade. The LPL upgrade changed the beam size and relay imaging after the 1" CD amplifier. The upgraded setup employed new irises and new camera imagers for alignment checks with higher precision. The new procedure includes the hardware turn-on, the software turn-on, a new alignment routine (using imagers and irises), commands for SHG and HWP optimization, and recipes for new pulse shapes. 

TO DO

  • add a capability to put by default 'dither' to Yes
  • press Y after the dither step again
  • Add detailed/"expert" alignment steps as a link
  • press Y until happy with the shape
  • after SHG optimization, if you want to check Scope B enable 10 Hz on nsSlicer

Brief overview of LSS panel

Figure 0: Shutter S4 releases the output of the YFE. Transport shutter T3 is to allow the LPL into the chamber and T4 is to allow the Visar into the chamber. (Red: open, Green: closed)

Turn on hardware

  • Set hutch to “Class 1”, or “Class 4 Glass Laser”, or “Class 4 Dual Laser”, or “Class 4 Split Mode
  • At the LSS display, badge in and open Shutter S4, and press the “Press to reset interlocks"
  • Turn on four chillers. Note that the chillers will not be at their set operating temperature for at least 15 minutes after turn on. The YFE laser output power will be lower than normal operating power until the chiller temperatures have reached their set values.

...

Figure 4: NP Photonics seed laser

Turn on YFE

Do the following on the terminal:

  • ssh mec-laser
  • mecpython
  • import meclas
  • meclas.YFE.On()
    • There will be a series of events that will happen to stabilize the seed laser prior to turning on the current to the YFE laser heads. If and when all conditions are stabilized, a series of audible ringing chimes can be heard coming from the e drives. It can take anywhere from 10's of seconds to several minutes for the conditions to be sufficient that the e drives can be turned on. This is the indication that the YFE laser is operating the that a beam is present at the LSS shutter S4, if LSS shutter S4 is closed. If LSS shutter S4 was opened as described above in Turn On Hardware section, the the beam will be present through the LPL amplifiers and SHG crystals.


Confirm YFE operation before firing shots

  • Open Long pulse laser operation from MEC home

...

  • If trace is not present on Lecroy B, make sure that 10Hz operation is enabled.
  • If the trace is not present, confirm shutter 4 on the LSS is on
  • If the trace is still not present, it may be necessary to cycle meclas.YFE.Off() and meclas.YFE.On() until the trace is present.

Load the waveform recipe and shape the waveform

  • meclas.LPL.psmenu(): this command gives you a list of recipes to choose from (Fig. 5). Then type in the recipe from the menu list, for example, l56 == "U10ns00gradE100J"

...

  • Confirm YFE operation before firing shots

Confirm SHG crystal angles are optimized

  • command  meclas.LPL.SHG_opt()  will run four SHG crystal rotation stages and find the maximum one by one. It is recommended that meclas.LPL.SHG_opt() is run at least once per day, preferably before the 1st day of the shot is taken.

Optimize HWP

  • Command meclas.HWP.HWP_opt() will set all four half-wave plates at zero degrees (zero energy trim). No need to run this if no changes to HWP's were made in effort to "trim" energy. 

Open the beam monitor cameras -minimum cameras needed for spatial beam quality check

There are 2 cameras in the upgraded LPL layout used to monitor the East and West beams delivered to the TC. the new camview can be opened in mechome [detectors>view-long pulse Laser Cams> dropdown (figure below 1)]. For camview detail please check New Camview Feature

...

It will be necessary to take an amplified shot to check the integrity of the 527nm beams from the combined legs on the East beam and the combined legs on the West beam because there are ND filters in front of both Cams 3 and 4 that are set to attenuate the full amplified energy from all beam legs.  If the 10Hz beam quality through the amplifier legs is to be viewed on either of these two cameras, it will be necessary to open the doors, remove the filter assy in front of both Cam3 and Cam4 cameras, and trigger the cameras at 10Hz. 

Image Modified 

Figure 7. Open Long Pulse Laser Camview

...

Figure 8. Long pulse laser cameras and irises layout

Fire a shot

  • Make sure the final shutter, T3a and T3b, are closed. If it is open, make sure things are properly blocked inside the target chamber.
  • check event sequence configuration: play status "stopped" in case the lamps got misfired.
  • change camera trigger to "single shot": in MEC Home> EVR > New MEC LAS EVR > Front Panel B change to 182 (single shot) from 43 (10Hz)
  • change Ns Slicer and Lamps to single shot: Long pulse laser operation> click Single buttons on NsSlicer and Lamps
  • Charge: MEC:PFN> click "stop", "Stand By", "Ready" and "Charge"
  • Fire: click "single shot"
  • run postshot: meclas.LPL.pspostshot(save_flag = True, display = True), it shows a plot and energy output.
  • or show energy meter: meclas.EMeters.EGall()

...