From 350e70147924cae10f042f3bcd3a13d5aecb2189 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 19 Sep 2018 13:00:09 +0200 Subject: [PATCH] Script execution --- script/users/X-Treme users/launchOTF.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/users/X-Treme users/launchOTF.py b/script/users/X-Treme users/launchOTF.py index 145aad1e..56da7b70 100644 --- a/script/users/X-Treme users/launchOTF.py +++ b/script/users/X-Treme users/launchOTF.py @@ -2,11 +2,13 @@ Estart = 1291.0 Estop = 1292.0 OTFtime = 1.0 + + caput('X03DA-OTF:E1', Estart) caput('X03DA-OTF:E2', Estop) caput('X03DA-OTF:TIME',OTFtime) -#caput('X03DA-OTF:RUN','START') +caput('X03DA-OTF:RUN','START') while True: ret=caget('X03DA-OTF:RUN')