From 1be2d590fefa134dda1496672d234affe4ce57c1 Mon Sep 17 00:00:00 2001 From: x07maop Date: Mon, 30 May 2016 18:04:41 +0200 Subject: [PATCH] Closedown --- script/E_N.py | 2 +- script/local.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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():