Closedown
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
open_valve()
|
||||
counter = 0
|
||||
|
||||
#set_hx(+6.5)
|
||||
set_hx(+6.5)
|
||||
|
||||
while True:
|
||||
wait_beam()
|
||||
|
||||
@@ -297,12 +297,12 @@ def refill_1k():
|
||||
run("refill_1kpot")
|
||||
|
||||
def wait_temp():
|
||||
"""
|
||||
"""
|
||||
print "blabla"
|
||||
if (temperature.read() < 2.0):
|
||||
t=ct=temperature_readback.read()
|
||||
#hl=caget("X07MA-PC-HE:LEVELB", 'd') # TODO: not used
|
||||
if (t > 3.7):
|
||||
if (t > 0.7):
|
||||
print "Refilling 1K pot..."
|
||||
refill_1k()
|
||||
|
||||
def rampdown():
|
||||
|
||||
Reference in New Issue
Block a user