Script execution

This commit is contained in:
gac-x03da
2022-05-20 13:14:24 +02:00
parent e399e9d995
commit a6d11148bc

View File

@@ -10,7 +10,7 @@ move manipulator to center position before start!
import math
# actual number of positions will be +1!
STEPS = (0.3, 0.2)
STEPS = (0.2, 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.3, -1.2)
ENDPOS = (117, 2)
STARTPOS = (112, -5)
ENDPOS = (122, 5)
RELATIVE = False
adjust_sensors()