From 40cb09966e6939f9fda9c35e2d5892b439900039 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 12 Aug 2019 14:45:07 +0200 Subject: [PATCH] Script execution --- script/ManipulatorFlyScan.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/script/ManipulatorFlyScan.py b/script/ManipulatorFlyScan.py index e2a27ea5..135e1620 100644 --- a/script/ManipulatorFlyScan.py +++ b/script/ManipulatorFlyScan.py @@ -14,14 +14,14 @@ MOTORS = (ManipulatorX) RANGE = (-2.9-0.6, -2.9+0.6) STEP = 0.01 -#MOTORS = (ManipulatorY) -#RANGE = (-5., +5.) -#STEP = 0.2 +MOTORS = (ManipulatorY) +RANGE = (-5., +5.) +STEP = 0.1 # Z axis cannot be used in fly scan. minimum speed is too high. -#MOTORS = (ManipulatorZ) -#RANGE = (110., 120.) -#STEP = 0.5 +MOTORS = (ManipulatorZ) +RANGE = (112., 118.) +STEP = 0.2 #MOTORS = (ManipulatorTheta) #RANGE = (-9., 81.)