Differences between revisions 330 and 412 (spanning 82 versions)
Revision 330 as of 2018-09-28 13:27:48
Size: 2209
Editor: MarkBarton
Comment:
Revision 412 as of 2019-04-19 11:51:47
Size: 2510
Editor: MarkBarton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:
==== Report for week of 9/24 ====
 * Monday 9/24 was a holiday (Autumn Equinox).
===== SR2 =====
 * We moved all the SR2 feedthrough and in-vacuum and in-air cables.
 * We tested all the OSEMs and most of the LVDTs. We still need to run power to the pico drivers, and test them and the steppers.
 * We unlocked and mostly realigned the suspension. The IM is sitting lower than before but can be brought up to nominal height with BF GAS offset, without any signs of anything touching. The IM also has a moderately large pitch (2.8 mrad according to the OSEMs, about 1 mrad according to the OL) and some roll, which we expect to be able to correct with some pico adjustment. The horizontal IM OSEMs are well-centered (so there is no yaw misalignment).
==== Report for the week of 4/15 ====
 * Fabian debugged a dead stepper on SR3 (broken driver channel) and a dead geophone on SRM (unplugged cable). He made another update to the table used by the Python script for the stepper driver MEDM screen to reflect the remapping.
 * Fabian monitored the pumpdown and he and Hirata-san did post-pumpdown checks of all the suspensions. They were all healthy.
 * Hirata-san participated in the health checks and learned about the computer systems.
 * Mark did major revisions to the MEDM menu on the OVERVIEW screen with scripts for making `safe.snap` files and snapshots of setpoints. He made the `safe.snap` files in directories under `/opt/rtcds/kamioka/k1/target` into symbolic links to files in `/opt/rtcds/userapps/release/vis/k1/burtfiles`, alongside the setpoint files, so that they could be backed up to the SVN (as at LIGO).
 * Mark did major updates to his `vistools.py` Python package for manipulating the suspensions (based on his LIGO `sustools.py`). He added entries for Type B suspensions to the internal database and added commands for manipulating SET and DCCTRL blocks. He also added commands to simulate pressing on the `CLEAR HISTORY` and `LOAD COEFFICIENTS` buttons.
 * Mark started updating the `TYPEB.py` Guardian definition file to use `vistools.py`. So far only the `ENGAGING_IP_CONTROL` state has been fully rewritten and tested, but other states will be simple adaptations. It should be easy to do Type A and other Guardians in the same style.
Line 13: Line 13:
===== SRM =====
 * We made another attempt to set the pitch of the SRM, but weren't satisfied with how close we were able to get (target 20 mm low, achieved 23 mm), so we didn't tighten the clamps or continue to setting the pitch of the RM.
==== Plan for week of 4/22 ====
 * Mark, Terrence at Kamioka Mon-Fri.
 * Fabian at Kamioka Mon-Thu.
 * Work with Lucia to do blending of the IP LVDTs and geophones.
 * More Guardian improvements.
  * Improve `vistools.py` (add more useful functions; add docstrings; add support for Type A/Bp/C; create test suite).
  * Finish and test new Guardian code using `vistools.py`.
  * Modify RT models and/or Guardian to revert to the SAFE state under control in all but the most extreme emergency situations (rather than suddenly shutting off all output).
 * Work on Type B paper.
 * Tidy up.
  * Gather and clean tools.
  * Gather and organize unused parts and fasteners.
Line 16: Line 26:
==== Plan for week of 10/1 ====
 * Mark, Hirata-san, Fabian, Panwei at Kamioka Mon-Fri.
===== SRM =====
 * Set pitch of SRM and RM, tighten clamps, remove winch system.
 * Weigh IM/... section.
 * Build up SS to BF level.
 * Add BF.
 * Suspend IM and tweak height/balance.
 * Cable/test BF.
 * Install IRM.
 * Install/cable/test IM OSEMs.

==== Plan for week of 10/8 ====
 * Monday 10/8 is Sports Day.
 * Enzo returns Tuesday 10/9.
 * Mark and Terrence (plus TBD) at Kamioka Mon-Fri.
 * Enzo, Hirata-san, Fabian and Panwei at Kamioka Tue-Fri.
===== SR2/SR3 =====
 * Terrence to set up LEN half of SR3 OL and, time permitting, TILT and LEN for SR2.
===== SRM =====
 * Continue installation.

==== To-Do Lists, Schedule ====
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoBS]]
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoSR]]
 * [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=7779|JGW-L1807779 Type B Schedule (SR)]]

==== Vacation/Visitor Info ====
 * Enzo: 9/15 through 10/8 vacation in Chile.
 * Terrence: 10/8-12, 10/29-11/2 at Kamioka.
==== Vacation/Travel Info ====
 * Terrence's next visit from 4/18 to 7/27.
 * Fabian's vacation 4/26 to 5/10.
 * Mark's US vacation from 5/22 to 6/11.
 * Mark's final day 6/28.

Scraps of text for incorporation in the VIS Meeting Minutes

KAGRA/Subgroups/VIS/MeetingNAOJ

Type B (Mark)

Report for the week of 4/15

  • Fabian debugged a dead stepper on SR3 (broken driver channel) and a dead geophone on SRM (unplugged cable). He made another update to the table used by the Python script for the stepper driver MEDM screen to reflect the remapping.
  • Fabian monitored the pumpdown and he and Hirata-san did post-pumpdown checks of all the suspensions. They were all healthy.
  • Hirata-san participated in the health checks and learned about the computer systems.
  • Mark did major revisions to the MEDM menu on the OVERVIEW screen with scripts for making safe.snap files and snapshots of setpoints. He made the safe.snap files in directories under /opt/rtcds/kamioka/k1/target into symbolic links to files in /opt/rtcds/userapps/release/vis/k1/burtfiles, alongside the setpoint files, so that they could be backed up to the SVN (as at LIGO).

  • Mark did major updates to his vistools.py Python package for manipulating the suspensions (based on his LIGO sustools.py). He added entries for Type B suspensions to the internal database and added commands for manipulating SET and DCCTRL blocks. He also added commands to simulate pressing on the CLEAR HISTORY and LOAD COEFFICIENTS buttons.

  • Mark started updating the TYPEB.py Guardian definition file to use vistools.py. So far only the ENGAGING_IP_CONTROL state has been fully rewritten and tested, but other states will be simple adaptations. It should be easy to do Type A and other Guardians in the same style.

Plan for week of 4/22

  • Mark, Terrence at Kamioka Mon-Fri.
  • Fabian at Kamioka Mon-Thu.
  • Work with Lucia to do blending of the IP LVDTs and geophones.
  • More Guardian improvements.
    • Improve vistools.py (add more useful functions; add docstrings; add support for Type A/Bp/C; create test suite).

    • Finish and test new Guardian code using vistools.py.

    • Modify RT models and/or Guardian to revert to the SAFE state under control in all but the most extreme emergency situations (rather than suddenly shutting off all output).
  • Work on Type B paper.
  • Tidy up.
    • Gather and clean tools.
    • Gather and organize unused parts and fasteners.

Vacation/Travel Info

  • Terrence's next visit from 4/18 to 7/27.
  • Fabian's vacation 4/26 to 5/10.
  • Mark's US vacation from 5/22 to 6/11.
  • Mark's final day 6/28.

KAGRA/Subgroups/VIS/TypeB/Minutes (last edited 2022-10-28 10:02:46 by fabian.arellano)