Displaying report 1-1 of 1.
Reports until 11:55, Wednesday 10 December 2014
H1 SUS
sheila.dwyer@LIGO.ORG - posted 11:55, Wednesday 10 December 2014 (15534)
simple change to sus guardian

I've made a simple change to the sus guardian.  The impact will be that after the guardian changes the alignment of an optic, it sets the ramp time for the alignment slider back to a short time (2 seconds).  This is a more convient ramp time when people are fine tuning alingments, this will just save us from always changing the ramp time by hand after we use the guardian.  

The only changes to the code were to add one line ( line 301) at the end of the main of get_alinging_state

susobj.alignRampWrite(susconst.shortRampTime)

and to add a new parameter to susconst.py

shortRampTime = 2

Although this changes the ramp time setting before the first ramp has finished, the first ramp still finishes with the five second ramp time that was set when it started.  If anyone wants to change the time for a particular optic that can be done in the same way that the ramp time for TMS was set to be 10 (look at the TMS guardian). I've committed the changes to SUS.py. which we are using an h1 version of, but not susconst since we are using a common file

Displaying report 1-1 of 1.