From 44339998dffd105c379db22a1851ec2fd010aee3 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 25 Aug 2023 12:59:53 +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 57a1f7b6..b9623d07 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.04, 0.04) +STEPS = (0.02, 0.02) LATENCY = 0.0 ENDSCAN = False ZIGZAG = False @@ -19,8 +19,8 @@ MOTORS = (ManipulatorZ, ManipulatorY) #SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) #SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution) -STARTPOS = (117.6, 0.7) -ENDPOS = (116.6, 1.7) +STARTPOS = (115.1, 0.2) +ENDPOS = (113.6, 1.7) RELATIVE = False #adjust_sensors()