From aaf71a0e16e65ca638c59a8efa7fe489fa5b3ac5 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sat, 19 Mar 2022 17:54:08 +0100 Subject: [PATCH] Script execution --- script/ManipulatorYZScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ManipulatorYZScan.py b/script/ManipulatorYZScan.py index ffcfbf5f..2d29e912 100644 --- a/script/ManipulatorYZScan.py +++ b/script/ManipulatorYZScan.py @@ -10,7 +10,7 @@ move manipulator to center position before start! import math # actual number of positions will be +1! -STEPS = (0.2, 0.2) +STEPS = (0.3, 0.2) LATENCY = 1. ENDSCAN = True ZIGZAG = True @@ -18,8 +18,8 @@ ZIGZAG = True MOTORS = (ManipulatorZ, ManipulatorY) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (114.2, -2.2) -ENDPOS = (116, 2) +STARTPOS = (114.3, -1.2) +ENDPOS = (117, 2) RELATIVE = False adjust_sensors()