diff --git a/script/E_N.py b/script/E_N.py index 7ae6d79..bf964c4 100644 --- a/script/E_N.py +++ b/script/E_N.py @@ -7,7 +7,7 @@ open_valve() counter = 0 -#set_hx(+6.5) +set_hx(+6.5) while True: wait_beam() diff --git a/script/local.py b/script/local.py index ed981b0..920b7c0 100644 --- a/script/local.py +++ b/script/local.py @@ -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():