From cc145104412b3665f5e94db19df435b7bf728130 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 30 Aug 2018 01:59:17 +0200 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 01977f0c..d74b72e9 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 = (3-1, 3-1) +STEPS = (10-1, 10-1) LATENCY = 0.0 ENDSCAN = False ZIGZAG = True @@ -18,8 +18,8 @@ ZIGZAG = True MOTORS = (ManipulatorZ, ManipulatorY) SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) #SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (-0.4, -0.4) -ENDPOS = (+0.4, +0.4) +STARTPOS = (-0.5, -0.5) +ENDPOS = (+0.5, +0.5) RELATIVE = True adjust_sensors()