Differences between revisions 29 and 411 (spanning 382 versions)
Revision 29 as of 2016-06-17 11:17:47
Size: 3027
Editor: MarkBarton
Comment:
Revision 411 as of 2019-04-19 11:50:37
Size: 2502
Editor: MarkBarton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 5: Line 4:
 * Type B Past Week Summary
  * There were multiple issues with the dummy BS flag/prism gluing [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=1830 |klog]]. The sapphire prisms will need to be removed and reapplied. Hirose-san is going to organize this. He is trying the cup that had been made for the PR2 on the actual PR2. It works to confine the acetone, and we will see shortly how much soaking is required to get a prism off. We will then see if a new cup is needed for the BS (considering the different radius).
  * Hirata-san added the optical layout information to the BS Inventor assembly. He requested tank information from Mirapro so he can continue to do SR2/3/M.
  * Hirata-san worked on the crane height problem with Saito-sensei. They concluded that craning in the suspension is possible but will require not just the vacuum tank lid but the ≈30 cm section of tank below it to be removed.
  * Hirata-san liaised with Nakamura-san of Mirapro. Mirapro could start assembling the frame in the first week of July.
  * Fabian finished the IM assembly and started on the IRM and RM. Some of the IRM panels had been improperly wrapped and will be re-cleaned. The MPC (multi-purpose cube) on the RM will need some rework.
  * Mark did a top level schedule.
  * Mark released a draft (about half-finished) of [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=4235| JGW-E1504235 - BS Installation Procedure]].
  * Mark updated [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=3600| JGW-D1503600 - BS Suspension Cabling]] with a better arrangement for the IM and BF pico motor cables, as well as various other minor fixes.
  * Mark organized a review for Thursday 6/16.
 * Type B ongoing issues
  * Wires
   * Need to decide RM wire thickness and order BS and RM wires. Lead time is a few days from Nilaco.
  * OSEMs
  * Feedthrough Adapters
   * Need large quantity of male and female D-Sub 9, IDC ribbon connectors - Takahashi-san is getting a quote.
  * Can we make SR wire breakers bigger?
   * Fukushima-san will start on machining test soon (as of 5/27).
  * Not enough crane height problem (Hirata, Saito) - SOLVED
  * Installation stuff
   * Crane scale - quote received
  * Ballast masses for payload
   * Initial batch received - ordered extra smaller ones to allow for adjustments.
  * Lower breadboard stuff
   * Installation to be incorporated into the procedure document. Mark/Takahashi to discuss.
   * Breadboard springs (in manufacture, expected end of July)
   * Nail-head parts: quote from Mirapro received, not urgent, will be combined with assembly frame order.
  * Documents
   * BS Assembly Procedure [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=4235| E1504235]], [[https://onedrive.live.com/redir?resid=D5CCFA70A378E0D0!195&authkey=!AM_usynuo9QI57g&ithint=folder,webloc|E1504235 draft]]
=== 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.
 * 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.
  • 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)