From bacc0b7e26265e231fe9c6427839c0bd75225805 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 20 Oct 2021 11:43:40 +0200 Subject: [PATCH] Script execution --- script/ManipulatorYZFlyScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ManipulatorYZFlyScan.py b/script/ManipulatorYZFlyScan.py index 6cbfda3d..f9ae4009 100644 --- a/script/ManipulatorYZFlyScan.py +++ b/script/ManipulatorYZFlyScan.py @@ -7,13 +7,13 @@ set analyser parameters separately! import math -RANGE_Z = (114.6, 116.0) +RANGE_Z = (114.6, 115.6) # actual number of positions will be +1! STEPS_Z = 10 -RANGE_Y = (-1.5, 0.5) +RANGE_Y = (-1., 1.) # minimum speed 0.01, maximum speed 0.125 mm/s -SPEED_Y = 11 +SPEED_Y = 1o RELATIVE = False LATENCY = 0.0