From 5e0a64fd337e5c47e683ec9d78b61c5731d35dc8 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 5 Mar 2020 16:30:12 +0100 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 1ff40588..a7aeefa2 100644 --- a/script/ManipulatorFlyScan.py +++ b/script/ManipulatorFlyScan.py @@ -11,14 +11,14 @@ note that the motors have a limited speed range! import math MOTORS = (ManipulatorX) -CENTER = -2.8 -WIDTH = 2. +CENTER = -2.75 +WIDTH = 1. RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.) -STEP = 0.025 +STEP = 0.020 -MOTORS = (ManipulatorY) -RANGE = (-3.5, +3.5) -STEP = 0.1 +#MOTORS = (ManipulatorY) +#RANGE = (-3.5, +3.5) +#STEP = 0.1 # Z axis cannot be used in fly scan. minimum speed is too high. #MOTORS = (ManipulatorZ)