Displaying report 1-1 of 1.
Reports until 15:52, Wednesday 05 February 2014
H1 SEI
arnaud.pele@LIGO.ORG - posted 15:52, Wednesday 05 February 2014 (9852)
Modified BSCISItool

[Rich Hugh Arnaud]
When activating the ISI level 3 controllers the boost filter of level 2 under FM9 would be enabled (instead of level 3 boost under FM8). This was due to a simple error that we modified from the python script running behind the "isolate" command.

line 350 of script BSCISItool under

/opt/rtcds/userapps/release/isi/common/scripts/

was modified from :

    if ($control_level eq 3) {@commands = ("ALL OFF DECIMATE OUTPUT INPUT FM4 FM5 FM6 ON") x $num_dofs, @boost_commands = ("FM9 ON") x $num_dofs; }

to

    if ($control_level eq 3) {@commands = ("ALL OFF DECIMATE OUTPUT INPUT FM4 FM5 FM6 ON") x $num_dofs, @boost_commands = ("FM8 ON") x $num_dofs; }

the script was comitted under the svn revision 7037

Displaying report 1-1 of 1.