Pumping down the mirrors and filling with He
last modified
31-05-2011 10:45
ESRF/EMBL STAFF ONLY
- Check valve states: He should be shut off at the tank, and the valve closest to the gauge on the KB should be shut
- Connect pump to mirror box
- Confirm that the valve connecting the vacuum hose to the mirror box is closed (no green visible on valve)
- Slowly open the valve, watching the gauge on the opposite side of the mirror box. The vacuum rate should be ~ 1mbar/second
- Continue to open valve as vacuum is reached (~ 1 x 10^-2)
- Monitor down to 1 mbar on the gauge attached to the mirror box. Later monitor on the Pfeiffer gauge (upper left, labeled ID23-2 KB. The pressure for the mirrors is on channel 2. You might have to turn this Pfeiffer on as, it is usually left off
- Close valve leading to vacuum pump
- Turn He feed to a high level (~0.4 mbar) near the optics hutch
- open valve connecting He to the mirror box slowly, allowing the box to come back to atmospheric pressure (or close to it). This is easier with two people! ~10 mbar/minute or slower at the beginning. You can monitor the prssure remotely on soldiersam with the vac.py command: log into soldiersam and type "python vac.py". See below if vac.py has been erased for source code
- close valve on mirror box connecting to He line
- Re vacuum down
- Once vacuum is achieved, close valve to vacuum pump
- Turn off vacuum pump and let it come up to atmospheric pressure overnight
- Slowly open valve on mirror box connected to red He line as in step 9
- Adjust flow rate on the He regulator to reduce the flow to the minimum level
vac.py:
import TacoDevice
dev=TacoDevice.TacoDevice("id23/pir/101")
import time
g=0
while True:
print dev.DevStatus()
print g
time.sleep(1)
g=g+1