From 3c782f6775c60fa86b42051d2b62c5cdb947ace6 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 12 Aug 2019 11:59:49 +0200 Subject: [PATCH] Script execution --- script/ManipulatorFlyScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/ManipulatorFlyScan.py b/script/ManipulatorFlyScan.py index c9a866fe..b07eb7db 100644 --- a/script/ManipulatorFlyScan.py +++ b/script/ManipulatorFlyScan.py @@ -11,9 +11,9 @@ note that the scienta has a dead time of 4 s! import math MOTORS = (ManipulatorX) -RANGE = (-3.3-0.5, -3.3+0.5) +RANGE = (-3.45-0.3, -3.45+0.3) ## minimum speed 0.02, maximum speed 0.125 mm/s -STEP = 0.05 +STEP = 0.02 #SPEED = 0.05 #MOTORS = (ManipulatorY)