From d6170c27252edeb7017f0b14dbc3c3276d4113ae Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 24 Jan 2022 14:57:27 +0100 Subject: [PATCH] Script execution --- script/test/ManipulatorZFlyScan.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/script/test/ManipulatorZFlyScan.py b/script/test/ManipulatorZFlyScan.py index 24a4bec4..b62adf95 100644 --- a/script/test/ManipulatorZFlyScan.py +++ b/script/test/ManipulatorZFlyScan.py @@ -12,10 +12,10 @@ import math MOTORS = (ManipulatorZ) RANGE = (110., 120.) -SPEED = 0.05 +SPEED = 0.2 SENSORS = (Counts, SampleCurrent, RefCurrent) -MONITORS = (SampleCurrent) +MONITORS = (SampleCurrent, ManipulatorZ) # --- do not edit below --- @@ -35,7 +35,6 @@ time2 = time.time() scienta_time = (time2 - time1) print "step time: ", scienta_time -SPEED = 0.2 fly_time = (RANGE[1] - RANGE[0]) / SPEED STEPS = int(fly_time / scienta_time) + 1 print "scan time: ", fly_time