ID |
Date |
Author |
Type |
Category |
Subject |
14330
|
Tue Dec 4 10:38:12 2018 |
Jon | Omnistructure | Upgrade | Updated Feedthrough List for Vacuum Acromag Chassis |
Based on new input from Chub, attached is the revised list of signal cable feedthroughs needed on the vacuum system Acromag crate. I believe this list is now complete. |
Attachment 1: acromag_chassis_feedthroughs.pdf
|
|
14348
|
Wed Dec 12 18:27:07 2018 |
Jon | Omnistructure | Upgrade | Analog signals, A/D Acromag added to vacuum system |
There turned out to be a few analog signals for the vacuum system after all. The TP2/3 foreline pressure gauges were never part of the digital system, but we wanted to add them, as some of the interlock conditions should be predicated on their readings. Each gauge connects to an old Granville-Phillips 375 controller which only has an analog output. Interfacing these signals with the new system required installing an Acromag XT1221 8-channel A/D unit. Taking advantage of the extra channels, I also moved the N2 delivery line pressure transducer to the XT1221, eliminating the need for its separate Omega DPiS32 controller. When the new high-pressure transducers are added to the two N2 tanks, their signals can also be connected.
The XT1221 is mounted on the DIN rail inside the chassis and I have wired a DB-9 feedthrough for each of its three input signals. It is assigned the IP 192.168.114.27 on the vacuum subnet. Testing the channels in situ revealed a subtley in calibrating them to physical units. It was first encountered by Johannes in a series of older posts, but I repeat it here in one place.
An analog-input EPICS channel can be calibrated from raw ADC counts to physical units (e.g., sensor voltage) in two ways:
- Via LINR="LINEAR" by setting the engineering-units fields EGUF="[V_max_adc]", EGUL="[V_min_adc]"
- Via LINR="NO CONVERSION" by manually setting the gain ASLO="[V/count]" and offset AOFF="[V_offset]"
From the documentation, under the engineering-units method EPICS internally computes:

where EGUF="eng units full scale", EGUL="eng units low", and "full scale A/D counts" is the full range of ADC counts. EPICS automatically infers the range of ADC counts based on the data type returned by the ADC. For a 16-bit ADC like the XT1221, this number is 2^16 = 65,536.
The problem is that, for unknown reasons, the XT1221 rescales its values post-digitization to lie within the range +/-30,000 counts. This corresponds to an actual "full scale A/D counts" = 60,001. If a multiplicative correction factor of 65,536/60,000 is absorbed into the values of EGUF and EGUL, then the first term in the above summation can be corrected. However, the second term (the offset) has no dependence on "full scale A/D counts" and should NOT absorb a correction factor. Thus adjusting the EGUF and EGUL values from, e.g., 10V to 10.92V is only correct when EGUL=0V. Otherwise there is a bias introduced from the offset term also being rescaled.
The generally correct way to handle this correction is to use the manual "NO CONVERSION" method. It constructs calibrated values by simply applying a specified gain and offset to the raw ADC counts:
calibrated val = (measured A/D counts) x ASLO + AOFF
The gain ASLO="[(V_max_adc - V_min_adc) / 60,001]" and the offset AOFF="0". I have tested this on the three vacuum channels and confirmed it works. Note that if the XT1221 input voltage range is restricted from its widest +/-10V setting, the number of counts is not necessarily 60,001. Page 42 of the manual gives the correct counts for each voltage setting. |
14375
|
Thu Dec 20 21:29:41 2018 |
Jon | Omnistructure | Upgrade | Vacuum Controls Switchover Completed |
[Jon, Chub, Koji, Gautam]
Summary
Today we carried out the first pumpdown with the new vacuum controls system in place. It performed well. The only problem encountered was with software interlocks spuriously closing valves as the Pirani gauges crossed 1E-4 torr. At that point their readback changes from a number to "L OE-04, " which the system interpreted as a gauge failure instead of "<1E-4." This posed no danger and was fixed on the spot. The main volume was pumped to ~10 torr using roughing pumps 1 and 3. We were limited only by time, as we didn't get started pumping the main volume until after 1pm. The three turbo pumps were also run and tested in parallel, but were isolated to the pumpspool volume. At the end of the day, we closed every pneumatic valve and shut down all five pumps. The main volume is sealed off at ~10 torr, and the pumpspool volume is at ~1e-6 torr. We are leaving the system parked in this state for the holidays.
Main Volume Pumpdown Procedure
In pumping down the main volume, we carried out the following procedure.
- Initially: All valves closed (including manual valves RV1 and VV1); all pumps OFF.
- Manually connected roughing pump line to pumpspool via KF joint.
- Turned ON RP1 and RP2.
- Waited until roughing pump line pressure (PRP) < 0.5 torr.
- Opened V3.
- Waited until roughing pump line pressure (PRP) < 0.5 torr.
- Manually opened RV1 throttling valve to main volume until pumpdown rate reached ~3 torr/min (~3 hours on roughing pumps).
- Waited until main volume pressure (P1a/P1b) < 0.5 torr.
We didn't quite reach the end of step 8 by the time we had to stop. The next step would be to valve out the roughing pumps and to valve in the turbo pumps.
Hardware & Channel Assignments
All of the new hardware is now permanently installed in the vacuum rack. This includes the SuperMicro rack server (c1vac), the IOLAN serial device server, a vacuum subnet switch, and the Acromag chassis. Every valve/pump signal cable that formerly connected to the VME bus through terminal blocks has been refitted with a D-sub connector and screwed directly onto feedthroughs on the Acromag chassis.
The attached pdf contains the master list of assigned Acromag channels and their wiring. |
Attachment 1: 40m_vacuum_acromag_channels.pdf
|
|
14384
|
Fri Jan 4 11:06:16 2019 |
Jon | Omnistructure | Upgrade | Vac System Punchlist |
The base Acromag vacuum system is running and performing nicely. Here is a list of remaining questions and to-do items we still need to address.
Safety Issues
- Interlock for HV supplies. The vac system hosts a binary EPICS channel that is the interlock signal for the in-vacuum HV supplies. The channel value is OFF when the main volume pressure is in the arcing range, 3 mtorr - 500 torr, and ON otherwise. Is there something outside the vacuum system monitoring this channel and toggling the HV supplies?
- Exposed 30-amp supply terminals. The 30-amp output terminals on the back of the Sorensen in the vac rack are exposed. We need a cover for those.
- Interlock for AC power loss. The current vac system is protected only from transient power glitches, not an extended loss. The digital system should sense an outage and put the IFO into a safe state (pumps spun down and critical valves closed) before the UPS battery is fully drained. However, it presently has no way of sensing when power has been lost---the system just continues running normally on UPS power until the battery dies, at which point there is a sudden, uncontrolled shutdown. Is it possible for the digital system to communicate directly with the UPS to poll its activation state?
Infrastructure Improvements
- Install the new N2 tank regulator and high-pressure transducers (we have the parts; on desk across from electronics bench). Run the transducer signal wires to the Acromag chassis in the vacuum rack.
- Replace the kludged connectors to the Hornet and SuperBee serial outputs with permanent ones (we need to order the parts).
- Wire the position indicator readback on the manual TP1 valve to the Acromag chassis.
- Add cable tension relief to the back of the vac rack.
- Add the TP1 analog readback signals (rotation speed and current) to the digital system. Digital temperature, current, voltage, and rotation speed signals have already been added for TP2 and TP3.
- Set up a local vacuum controls terminal on the desk by the vac rack.
- Remove gauges from the EPICS database/MEDM screens that are no longer installed or functional. Potential candidates for removal: PAN, PTP1, IG1, CC2, CC3, CC4.
- Although it appeared on the MEDM screen, the RGA was never interfaced to the old vac system. Should it be connected to c1vac now?
|
14390
|
Tue Jan 8 19:13:39 2019 |
Jon | Update | Upgrade | Ready for pumpdown tomorrow |
Everything is set for a second pumpdown tomorrow. We'll plan to start pumping after the 1pm meeting. Since the main volume is already at 12 torr, the roughing phase won't take nearly as long this time.
I've added new channels for the TP1 analog readings (current and speed) and for the two N2 tank pressure readings. Chub finished installing the new regulator and has run the transducer signal cable to the vacuum rack. In the morning he will terminate the cable and make the final connection to the Acromag.
Gautam and I updated the framebuilder config file, adding the newly-added channels to the list of those to be logged. We also set up a git repo containing all of the Python interlock/interfacing code: https://git.ligo.org/40m/vacpython. The idea is to use the issue tracker to systematically document any changes to the interlock code. |
14493
|
Thu Mar 21 18:36:59 2019 |
Jon | Omnistructure | Upgrade | Vacuum Controls Switchover Completed |
Updated vac channel list is attached. There are several new ADC channels.
Quote: |
Hardware & Channel Assignments
All of the new hardware is now permanently installed in the vacuum rack. This includes the SuperMicro rack server (c1vac), the IOLAN serial device server, a vacuum subnet switch, and the Acromag chassis. Every valve/pump signal cable that formerly connected to the VME bus through terminal blocks has been refitted with a D-sub connector and screwed directly onto feedthroughs on the Acromag chassis.
The attached pdf contains the master list of assigned Acromag channels and their wiring.
|
|
Attachment 1: 40m_Vacuum_Acromag_Channels_20190321.pdf
|
|
14495
|
Mon Mar 25 10:21:05 2019 |
Jon | Update | Upgrade | c1susaux upgrade plan |
Now that the Acromag upgrade of c1vac is complete, the next system to be upgraded will be c1susaux. We chose c1susaux because it is one of the highest-priority systems awaiting upgrade, and because Johannes has already partially assembled its Acromag replacement (see photos below). I've assessed the partially-assembled Acromag chassis and the mostly-set-up host computer and propose we do the following to complete the system.
Documentation
As I go, I'm writing step-by-step documentation here so that others can follow this procedure for future systems. The goal is to create a standard procedure that can be followed for all the remaining upgrades.
Acromag Chassis Status
The bulk of the remaining work is the wiring and testing of the rackmount chassis housing the Acromag units. This system consists of 17 units: 10 ADCs, 4 DACs, and 3 digitial I/O modules. Johannes has already created a full list of channel wiring assignments. He has installed DB37-to-breakout board feedthroughs for all the signal cable connections. It looks like about 40% of the wiring from the breakout boards to Acromag terminals is already done.
The Acromag units have to be initially configured using the Windows laptop connected by USB. Last week I wasn't immediately able to check their configuration because I couldn't power on the units. Although the DC power wiring is complete, when I connected a 24V power supply to the chassis connector and flipped on the switch, the voltage dropped to ~10V irrespective of adjusting the current limit. The 24V indicator lights on the chassis front and back illuminated dimly, but the Acromag lights did not turn on. I suspect there is a short to ground somewhere, but I didn't have time to investigate further. I'll check again this week unless someone else looks at it first.
Host Computer Status
The host computer has already been mostly configured by Johannes. So far I've only set up IP forwarding rules between the martian-facing and Acromag-facing ethernet interfaces (the Acromags are on a subnet inaccessible from the outside). This is documented in the link above. I also plan to set up local installations of modbus and EPICS, as explained below. The new EPICS command file (launches the IOC) and database files (define the channels) have already been created by Johannes. I think all that remains is to set up the IOC as a persistent system service.
Host computer OS
Recommendation from Keith Thorne:
For CDS lab-wide, Jamie Rollins and Ryan Blair have been maintaining Debian 8 and 9 repos with some of these.
They have somewhat older EPICS versions and may not include all the modules we have for SL7.
One worry is whether they will keep up Debian 9 maintained, as Debian 10 is already out.
I would likely choose Debian 9 instead of Ubuntu 18.04.02, as not sure of Ubuntu repos for EPICS libraries.
Based on this, I propose we use Debian 9 for our Acromag systems. I don't see a strong reason to switch to SL7, especially since c1vac and c1susaux are already set-up using Debian 8. Although Debian 8 is one version out of date, I think it's better to get a well-documented and tested procedure in place before we upgrade the working c1vac and c1susaux computers. When we start building the next system, let's install Debian 9 (or 10, if it's available), get it working with EPICS/modbus, then loop back to c1vac and c1susaux for the OS upgrade.
Local vs. central modbus/EPICS installation
The current convention is for all machines to share a common installation which is hosted on the /cvs/cds network drive. This seems appealing because only a single central EPICS distribution needs to be maintained. However, from experience attempting this on c1vac, I'm convinced this is a bad design for the new Acromag systems.
The problem is that any network outage, even routine maintenance or brief glitches, wreaks havoc on Acromags set up this way. When the network is interrupted, the modbus executable disappears mid-execution, crashing the process and hanging the OS (I think related to the deadlocked NFS mount), so that the only way to recover is to manually power-cycle. Still worse, this can happen silently (channel values freeze), meaning that, e.g., watchdog protections might fail.
To avoid this, I'm planning to install a local EPICS distribution from source on c1susaux, just as I did for c1vac. This only takes a few minutes to do, and I will include the steps in the documented procedure. Building from source also better protects against OS-dependent buginess.
Main TODO items
- Debug issue with Acromag DC power wiring
- Complete wiring from chassis feedthroughs to Acromag terminals, following this wiring diagram
- Check/set the configuration of each Acromag unit using the software on the Windows laptop
- Set the analog channel calibrations in the EPICS database file
- Test each channel ex situ. Chub and I discussed an idea to use two DB-37F breakout boards, with the wiring between the board terminals manually set. One DAC channel would be calibrated and driven to test other ADC channels. A similar approach could be used for the digital input/output channels.
|
Attachment 1: IMG_3136.jpg
|
|
Attachment 2: IMG_3138.jpg
|
|
Attachment 3: IMG_3137.jpg
|
|
14496
|
Tue Mar 26 04:25:13 2019 |
Johannes | Update | Upgrade | c1susaux upgrade plan |
Quote: |
Main TODO items
- Debug issue with Acromag DC power wiring
- Complete wiring from chassis feedthroughs to Acromag terminals, following this wiring diagram
- Check/set the configuration of each Acromag unit using the software on the Windows laptop
- Set the analog channel calibrations in the EPICS database file
- Test each channel ex situ. Chub and I discussed an idea to use two DB-37F breakout boards, with the wiring between the board terminals manually set. One DAC channel would be calibrated and driven to test other ADC channels. A similar approach could be used for the digital input/output channels.
|
Just a few remarks, since I heard from Gautam that c1susaux is next in line for upgrade.
All units have already been configured with IP addresses and settings following the scheme explained on the slow controls wiki page. I did this while powering the units in the chassis, so I'm not sure where the short is coming from. Is the power supply maybe not sourcing enough current? Powering all units at the same time takes significant current, something like >1.5 Amps if I remember correctly. These are the IPs I assigned before I left:
Acromag Unit |
IP Address |
C1SUSAUX_ADC00 |
192.168.115.20 |
C1SUSAUX_ADC01 |
192.168.115.21 |
C1SUSAUX_ADC02 |
192.168.115.22 |
C1SUSAUX_ADC03 |
192.168.115.23 |
C1SUSAUX_ADC04 |
192.168.115.24 |
C1SUSAUX_ADC05 |
192.168.115.25 |
C1SUSAUX_ADC06 |
192.168.115.26 |
C1SUSAUX_ADC07 |
192.168.115.27 |
C1SUSAUX_ADC08 |
192.168.115.28 |
C1SUSAUX_ADC09 |
192.168.115.29 |
C1SUSAUX_DAC00 |
192.168.115.40 |
C1SUSAUX_DAC01 |
192.168.115.41 |
C1SUSAUX_DAC02 |
192.168.115.42 |
C1SUSAUX_DAC03 |
192.168.115.43 |
C1SUSAUX_BIO00 |
192.168.115.60 |
C1SUSAUX_BIO01 |
192.168.115.61 |
C1SUSAUX_BIO02 |
192.168.115.62 |
I used black/white twisted-pair wires for A/D, red/white for D/A, and green/white for BIO channels. I found it easiest to remove the blue terminal blocks from the Acromag units for doing the majority of the wiring, but wasn't able to finish it. I had also done the analog channel calibrations using the windows untility using multimeters and one of the precision voltage sources I had brought over from the Bridge labs, but it's probably a good idea to check it and correct if necessary. I also recommend to check that the existing wiring particularly for MC1 and MC2 is correct, as I had swapped their order in the channel assignment in the past.
While looking through the database files I noticed two glaring mistakes which I fixed:
- The definition of C1SUSAUX_BIO2 was missing in /cvs/cds/caltech/target/c1susaux2/C1SUSAUX.cmd. I added it after the assignments for C1SUSAUX_BIO1
- Due to copy/paste the database files /cvs/cds/caltech/target/c1susaux2/C1_SUS-AUX_<OPTIC>.db files were still pointing to C1AUXEX. I overwrote all instances of this in all database files with C1SUSAUX.
|
14497
|
Tue Mar 26 18:35:06 2019 |
Jon | Update | Upgrade | Modbus IOC is running on c1susaux2 |
Thanks to new info from Johannes, I was able to finish setting up the modbus IOC on c1susaux2. It turns out the 17 Acromags draw ~1.9 A, which is way more than I had expected. Hence the reason I had suspected a short. Adding a second DC supply in parallel solves the problem. There is no issue with the wiring.
With the Acromags powered on, I carried out the following:
- Confirmed c1susaux2 can communicate with each Acromag at its assigned IP address
- Modified the EPICS .cmd file to point to the local modbus installation (not the remote executable on /cvs/cds)
- Debugged several IOC initialization errors. All were caused by minor typos in the database files.
- Scripted the modbus IOC to launch as a systemd service (will add implementation details to the documentation page)
The modbusIOC is now running as a peristent system service, which is automatically launched on boot and relaunched after a crash. I'm able to access a random selection of channels using caget.
What's left now is to finish the Acromag-to-feedthrough wiring, then test/calibrate each channel. |
14500
|
Fri Mar 29 11:43:15 2019 |
Jon | Update | Upgrade | Found c1susaux database bug |
I found the current bias output channels, C1:SUS-<OPTIC>_<DOF>BiasAdj , were all pointed at C1:SUS-<OPTIC>_ULBiasSet for every degree of freedom. This same issue appeared in all eight database files (one per optic), so it looks like a copy-and-paste error. I fixed them to all reference the correct degree of freedom. |
14590
|
Thu May 2 15:35:54 2019 |
Jon | Omnistructure | Upgrade | c1susaux upgrade documentation |
For future reference:
- The updated list of c1susaux channel wiring (includes the "coil enable" --> "coil test" digital outputs change)
- Step-by-step instructions on how to set up an Acromag system from scratch
|
16812
|
Mon Apr 25 18:00:03 2022 |
Ian MacMillan | Update | Upgrade | Cable supports update |
I have designed new cable supports for the new ribbon cables running up the side of the tables in the vacuum chambers.
The clamps that I have designed (shown in basic sketch attachment 1) will secure the cable at each of the currently used cable supports.
The support consists of a backplate and a frontplate. The backplate is secured to the leg of the table using a threaded screw. The frontplate clamps the cable to the backplate using two screws: one on either side. Between two fascinating points, the cable should have some slack. This should keep the cable from being stiff and help reduce the transfer of seismic noise to the table.
It is possible to stack multiple cables in one of these fasteners. Either you can put two cables together and clamp them down with one faceplate or you can stack multiple faceplates with one cable between each faceplate. in this case the stack would go backplate then cable then faceplate then cable then the second faceplate. this configuration would require longer screws.
The exact specifics about which size screws and which size plates to use still have not been measured by me. But it will happen |
Attachment 1: Chamber_Leg_Ribbon_Cable_Attachments.pdf
|
|
16942
|
Thu Jun 23 15:05:01 2022 |
Water Monitor | Update | Upgrade | Water Bottle Refill |
22:05:02 UTC Jordan refilled his water bottle at the water dispenser in the control room. |
23
|
Mon Oct 29 09:16:31 2007 |
steve | Routine | VAC | the rga is back |
We had no filament current since last power glitch of Oct. 8, 2007
First I thought that the filament was lost, but it was only bad contact.
The rga head pins were oxidized. Rga was turned back on last Friday.
It's temp is 55.3C normal |
Attachment 1: rgaisback.jpg
|
|
24
|
Mon Oct 29 09:46:50 2007 |
steve | Routine | VAC | vac & pem trend |
Pumpdown 64 pumped by maglev for 125 days
pd64-m-d125
Rob, can you tell me, when did the fire start on this plot? |
Attachment 1: pd64md125.jpg
|
|
38
|
Wed Oct 31 10:31:23 2007 |
Andrey Rodionov | Routine | VAC | Venting is in progress |
We (Steve, David, Andrey) started venting the vacuum system at 9.50AM Wednesday morning. |
44
|
Thu Nov 1 09:17:27 2007 |
steve | Routine | VAC | vent 64 |
Yesterday before vent I could not lock MC, therfore I could not measure the
transmitted power at MC2
The vent went well. We had lots of help.
We could not find the Nikon D40
PLEASE BORROW THINGS when taking them away
and bring them back promtly.
The laser was turned off for better visibility.
I see clean room frorks laying around here and there.
Please put them away so we do not carry excess particles into the chamber. |
Attachment 1: vent64.jpg
|
|
64
|
Mon Nov 5 22:24:38 2007 |
Andrey, Steve | Omnistructure | VAC | Pumping down goes smoothly |
We (Steve and Andrey) started pumping down at 3.25PM today. At 9 PM we turned off the rotary pump, and turned on turbomolecular pumps.
By 10.10PM we reached the pressure 1 milliTorr, and the current status is "Vacuum Normal". We leave the turbopumps on for the night, and as it is pretty late for Steve, we are going home.
P.S. Steve was very displeased with the standard selection of "Type" of messages, he would like to extend that list. |
65
|
Tue Nov 6 09:14:37 2007 |
steve | Summary | VAC | pump down 65 |
8 hr plot,
precondition: 5 days at atm,
vent objective: drag wiping mc1, mc2 & mc3 accomplished,
hardware changes: IOO access connector, mc2 chamber door south & west
were removed and reinstalled
pump down mode: slow to avoid steering up dust
One roughing pump was used with closed down valve position in the first 4 hrs
Andrey was very helpful |
Attachment 1: pd65.jpg
|
|
76
|
Wed Nov 7 09:38:01 2007 |
steve | Update | VAC | rga scan |
pd65-m-d2 at cc1 6e-6 torr |
Attachment 1: pd65d2.jpg
|
|
129
|
Wed Nov 28 08:47:29 2007 |
steve | Omnistructure | VAC | rga is out of order |
The rga is not working since Nov 10
The controller is broken.
pd65-m-d23 |
Attachment 1: pd65d23.jpg
|
|
139
|
Thu Nov 29 11:10:54 2007 |
rob | Omnistructure | VAC | RGAlogger sleeping |
Without the RGA controller responding, the RGAlogger script just hangs. Rather than fix it, I just put it to sleep by commenting out the line in op440m crontab file. Once we get it running again, we'll move the cronjob to op340m. |
310
|
Tue Feb 12 13:53:27 2008 |
rob | Omnistructure | VAC | Return of the RGA |
The new RGA head was installed a few days ago. I just ran the RGAlogger script to see if it works, which it does. I also edited the crontab file on op340m to run the RGAlogger script every night at 1:25 AM. It should run tonight. |
Attachment 1: RGA-080212.png
|
|
322
|
Tue Feb 19 10:14:13 2008 |
steve | Update | VAC | rga logging needs help |
The rga head and controller are running fine, but the data logging is not. |
344
|
Thu Feb 28 13:04:59 2008 |
rob | Update | VAC | rga logging working again |
Quote: | The rga head and controller are running fine, but the data logging is not. |
It should run tonight at 1:25 AM. To get the cron job to work properly on op340m, I had to make wrapper sh script which defines the perl library before calling the actual RGAlogger script. |
351
|
Mon Mar 3 09:25:33 2008 |
steve | Update | VAC | rga scan logging is working now |
Quote: |
Quote: | The rga head and controller are running fine, but the data logging is not. |
It should run tonight at 1:25 AM. To get the cron job to work properly on op340m, I had to make wrapper sh script which defines the perl library before calling the actual RGAlogger script. |
Thanks to Rob, it is working !
The baked, calibrated rga head
model# M206M, s/n #c128035 was reinstalled at the 40m ifo on Feb. 8, 2008
Faraday mode dwell time was increased from 2 to 16 sec
Rga head temp at top silver gaskit 45.2 C
The noise floor is at 1E-12 Torr
There is more detail in logbook VMI-14 p 107
pd65-m-d119 |
Attachment 1: rgalogworks.jpg
|
|
Attachment 2: cc1.jpg
|
|
385
|
Thu Mar 20 15:28:20 2008 |
steve | Update | VAC | tp2 's drypump replaced |
The fore pump of tp2 was replaced at fore line pressure 998m Torr |
388
|
Fri Mar 21 09:02:03 2008 |
steve | Update | VAC | tp 2 failed |
Small turbo #2 is the forepump of the maglev.
It failed last night, shut down the maglev and interlock closed V1
Ifo pressure is 20 mTorr now. The Yarm was still locked at 8am this morning.
The PSL beam to MC was blocked just before the output periscope.
The psl mechanial shutter did not work from epic screen. |
389
|
Fri Mar 21 11:54:38 2008 |
rob | Update | VAC | tp 2 failed |
Quote: | Small turbo #2 is the forepump of the maglev.
It failed last night, shut down the maglev and interlock closed V1
Ifo pressure is 20 mTorr now. The Yarm was still locked at 8am this morning.
The PSL beam to MC was blocked just before the output periscope.
The psl mechanial shutter did not work from epic screen. |
The PSL mechanical shutter actually did trip last night, greatly confusing me and Rana. Not realizing that the software vacuum interlock had tripped, we manually re-opened the shutter. I'll modify the relevant MEDM screens to indicate when the EPICS interlock trips. |
423
|
Thu Apr 17 15:00:59 2008 |
steve | Update | VAC | vac controller computer to be replaced |
Now that Rosalba is up and running someone should step forward to volunteer for this job.
Old desk top at the Vacuum Rack should be replaced by a functional less old computer so
the vacuum controller can count on an emergency situation. It's only has to be able to run medm
The existing one is dying. |
465
|
Mon May 5 15:53:14 2008 |
steve | Update | VAC | drypump replaced & readbacks are out |
The small turbo pump of the annulus system is tp3
It's drypump was replaced at 1.4 Torr after 8 months of operation.
The rebuilding cost of this SH100 drypump is getting ridiculously high $1349.
I'll look for a replacement.
Joseph rebooted c1vac2 card on Apr 24 entry#441
This restarted the readbacks of the turbos and ion pumps for a while.
That was nice. The readbacks are not working again
|
790
|
Mon Aug 4 12:12:20 2008 |
steve | Configuration | VAC | the ifo is at atm |
The 40m vac envelope was vented this morning.
P1 is at 760 Torr |
Attachment 1: vent3h.jpg
|
|
Attachment 2: Untitled.png
|
|
843
|
Fri Aug 15 19:32:49 2008 |
steve | Configuration | VAC | pumpdown complete |
I have just reached vacuum normal. The maglev peaked at 49.8C body temp with aux fan on at 3.2 Torr
cc1 1e-4Torr
note: pumpdown was put on hold for Koji's goodby lunch |
Attachment 1: pdprm.jpg
|
|
845
|
Mon Aug 18 09:19:55 2008 |
steve | Summary | VAC | 11 days at atm |
It took 11 days to fix earth quake triggered sus problems of ITMX, SRM and PRM
Only ITMX north and BSC north vac doors were removed.
The PRM sus had to be removed form the vac envelope for "hip replacement"-new wire stand off was
epoxied in place.
Note: the PRM has no guide rod on the other side
ITMX, SRM and BS osems were optimized in place.
No crosscoupling optimization was performed.
Beam block was removed from ITMXC, it was too close to the main beam.
POX pick off mirror and mount will be replaced next vent.
Vac viewports were inspected from the inside. |
Attachment 1: ventprm.jpg
|
|
887
|
Tue Aug 26 15:06:16 2008 |
steve | Configuration | VAC | rga scan |
Pumpdown 66 PRM-maglev vac normal -day 11
short form: pd66PRM-m-d11 |
Attachment 1: RGA-0808260125.png
|
|
1071
|
Thu Oct 23 11:26:25 2008 |
steve | Bureaucracy | VAC | optosigma forks for vacuum |
Nine short forks from OptoSigma were cleaned, baked and measured by Bob T.
They passed the LIGO vac compatiblity test as Rana predicted.
Remember: Thorlab and Newfocus forks failed this qualification process. |
1085
|
Fri Oct 24 15:05:13 2008 |
steve | Update | VAC | rga is out of order |
The old Dycor RGA is out of order.
I'm getting ready to purchase an SRS instrument. |
1134
|
Fri Nov 14 11:33:19 2008 |
steve | Update | VAC | SRS-RGA installed |
Old Dycor rga is removed and new SRS-RGA200 installed.
It is pumped down and ready for hooking up its RS-232 output for operation. |
1186
|
Mon Dec 8 11:41:27 2008 |
Yoichi | Summary | VAC | The rough pump for the TP2 replaced |
Bob, Yoichi
The foreline pressure of the TP2 (the foreline pump for the main mag-lev turbo (TP1)) was at 2.8torr this morning
when Bob came in.
Looked like the foreline pump (Varian SH-110) was leaking.
Bob started the backup rough pump in parallel with the "leaking" one to keep the foreline pressure low.
We then closed the valve 4 (between TP2 and TP1) and stopped the TP2 and the SH-110.
We replaced SH-110 with another one, but still the foreline pressure was high.
So we replaced it with yet another one. We also changed the quick coupling fasteners on the SH-110 and wiped the O-rings.
This time, it worked fine and the foreline pressure dropped to around 38 mTorr.
Since there is no valve between the TP2 and the SH-110, we could not keep the TP2 running while we were replacing the
problematic SH-110. This means the TP1 was running without a foreline pump during the work. We tried to minimize the
down time of the TP2. The temperature of the TP1 was 33.6C before we stopped the TP2 and it went up to 37.3C during the
work. It is now coming down to the original temperature.
Since we don't know if the problem was caused by bad SH-110s or leaking quick couplings, Bob is checking these apparently
"leaking" SH-110s.
|
1212
|
Thu Jan 1 01:15:45 2009 |
Yoichi | Summary | VAC | N2 line leak ? |
I've been replacing the N2 bottles recently.
I noticed that the consumption is too high. I had to replace them every two days.
Normally the interval is three or more days.
I suspect there is some leak in the line.
Strangely, it is always the left hand bottle which goes empty. The right hand bottle has been
there for more than a week at about 1000 psi.
We should check it when Steve is back. |
1220
|
Fri Jan 9 16:52:18 2009 |
steve | Update | VAC | tp3 forline pump replaced |
Alberto took 40m vacuum 101 class as we replaced the drypump at the annulus pump line.
He is still not authorized to use the monster 2 3/8" open end wrench that is 36" long.
The fore line pressure dropped to 20 mTorr from 1 Torr as the pumps were swapped.
Bob needs to be given credit for replacing the tip seal on this Varian SH-100 drypump
The ss-hose felt dry at the tp3 exhaust end but it was some what "teflon coated-placticky-
-almost oily" at intake end of the dry pump.
We'll have to replace this metal hose next time.
This is a reminder that the 40m vacuum operation is fully manual.
It requires two people to switch a vacuum valve and one of them has to be experienced. |
1226
|
Wed Jan 14 09:22:43 2009 |
steve | HowTo | VAC | N2 supply pressure lowered for vac valves |
Quote: | I've been replacing the N2 bottles recently.
I noticed that the consumption is too high. I had to replace them every two days.
Normally the interval is three or more days.
I suspect there is some leak in the line.
Strangely, it is always the left hand bottle which goes empty. The right hand bottle has been
there for more than a week at about 1000 psi.
We should check it when Steve is back. |
All vac valves operated by N2
The two cylinders are located in entry room 103
There is an auto switch over valve between them to insure continuous supply.
The pressure regulator should be set 70 PSI on the gauge
This pressure we keep constant.
All vac valves will close in case of running out of N2 or losing ac power so
it is essential that one replaces empty N2 cylinder.
Simply disconnect large CGA580 fitting with a crescent wrench.
Swap in full cylinder from outside, reconnect fitting tightly and open cylinder valve.
Now you should be reading the full cylinder pressure.
Write each cylinder pressure and date-time on the board so one can see if there is a leak |
Attachment 1: n280d.jpg
|
|
1227
|
Wed Jan 14 10:59:06 2009 |
steve | Bureaucracy | VAC | rga waiting to be "connected" |
We have no RGA data since old Dycor passed away in the middle of Oct, 2008
New SRS-RGA200 was installed on the vac envelope on Nov 14, 2008
It is waiting to be software connected to the 40m logging |
1253
|
Mon Jan 26 14:51:54 2009 |
josephb | Configuration | VAC | |
We need a new RS-232 to Ethernet bridge in order to interface properly with the new RGA. The RGA has a fixed baud rate of 28.8k, and the current bridge (which used to work with the old RGA) doesn't have that baud rate as an option. Currently looking into purchasing a new bridge, and trying to make sure it can meet the communications requirements of the RGA. |
1448
|
Wed Apr 1 10:22:13 2009 |
steve | Update | VAC | RGA logging is working |
Thanks to Joe B who made the SRS RGA working with linux
Last data file logged at 2008 Oct 24 with old Dycor unit
First data file logged at 2009 Feb 10 with SRS
|
Attachment 1: rga-090401.png
|
|
1452
|
Fri Apr 3 10:01:50 2009 |
steve | Update | VAC | rgascan with temp plot |
Rga scan of day 231 since pumpdown pd66-m-d231
m stands for maglev pumping speed, vacuum normal condition of valves,
cc4 cold cathode gauge at the rga location,
cc1 is real ifo pressure from the 24" tube at the pumpspool,
PEM-count temp: vac envelope temp at the top of IOO chamber
|
Attachment 1: pd66tempow.jpg
|
|
Attachment 2: rga-090403scan.png
|
|
1459
|
Wed Apr 8 09:36:20 2009 |
steve | Configuration | VAC | valve condition changed to BG to calibrate the RGA |
Vacuum normal valve condition was changed to accommodate SRS-RGA calibration.
The annulus valves were closed to free TP3 to pump on the RGA
VM1 was closed to isolate the RGA from the IFO.
VM3 opened to TP3.
This condition is called back ground (BG) mode. It is where we can calibrate and see the RGA background without the IFO. |
1462
|
Thu Apr 9 11:27:19 2009 |
steve | Update | VAC | vac gauge reading problem |
Cold cathode gauge CC4 is reading normal.
CC1 is glitching, it is probably dirty.
CC2 is fluctuating too much and it is cutting out for 6-7 minutes. It must be insulated by deposits and there is no emission current.
I think the same goes for P1
They will have to be replaced at the next vent |
Attachment 1: vacgflsec.jpg
|
|
Attachment 2: vacgflmin.jpg
|
|
1486
|
Wed Apr 15 11:25:21 2009 |
steve | Configuration | VAC | RGA cal completed |
Quote: |
Vacuum normal valve condition was changed to accommodate SRS-RGA calibration.
The annulus valves were closed to free TP3 to pump on the RGA
VM1 was closed to isolate the RGA from the IFO.
VM3 opened to TP3.
This condition is called back ground (BG) mode. It is where we can calibrate and see the RGA background without the IFO.
|
Vacuum valve configuration is back to VACUUM NORMAL condition. RGA calibration completed.
RGA scan attached is the backgroud of the rga with std cal leak open, sn 08581
Krypton at amu 84 and Argon at amu 40 are the cal signals.
|
Attachment 1: rga-090415-bg-d7-cald2.png
|
|
1505
|
Mon Apr 20 23:27:59 2009 |
rana | Summary | VAC | c1vac2 rebooted: non-functional for several months |
We found several problems with the framebuilder tonight. The first symptom was that it was totally out of
disk space. The latest daqd log file had gone up to 500 MB and filled the space. The log file was full of
a lot of requests from my seisBLRMS.m code, but what was really making it so big was that it couldn't
connect to c1vac2 (aka scipe4) to make connections for some channels.
We looked into the daqd log files and this has been going on since at least December. There were several
'whited out' records for TP2 and TP3 in the Vacuum overview as well as the Checklist screen! Why did no
one notice this and fix it?? WE cannot function if we just ignore any non-functioning displays and say
"Oh, that never worked."
For sure, we know that it was working in 2005. Jay and Steve and Alan looked at it.
Today it was responding to ping and telnet, but not allowing any new connections. I hit the RESET button
on it. Several lights went RED and then it came back up. The readbacks on the EPICS screens are OK too.
I went into fb0 and deleted many of the GB size log files from the past several months. There is now
19GB free out of its local 33GB disk. |