Script execution

This commit is contained in:
gac-x03da
2022-05-21 23:02:03 +02:00
parent 4e3c1e8f8e
commit dde2ce3648
+3 -3
View File
@@ -10,7 +10,7 @@ move manipulator to center position before start!
import math
# actual number of positions will be +1!
STEPS = (16, 16)
STEPS = (9, 9)
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 = (116, 1.42)
ENDPOS = (114, 0.58)
STARTPOS = (112, -5)
ENDPOS = (122, 5)
RELATIVE = False
adjust_sensors()