From 68a3bd1b62b295eefe4bdb466c367e76865bd29b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 26 Apr 2023 22:50:42 +0200 Subject: [PATCH] Script execution --- script/ManipulatorYZScan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/script/ManipulatorYZScan.py b/script/ManipulatorYZScan.py index 9b610eaf..75f442f7 100644 --- a/script/ManipulatorYZScan.py +++ b/script/ManipulatorYZScan.py @@ -10,16 +10,16 @@ move manipulator to center position before start! import math # actual number of positions will be +1! -STEPS = (8, 8) -LATENCY = 1. +STEPS = (25,25) +LATENCY = 0.5 ENDSCAN = True 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 = (113, 2) -ENDPOS = (117, -2) +STARTPOS = (115, -2) +ENDPOS = (120, 2) RELATIVE = False adjust_sensors()