Script execution

This commit is contained in:
gac-x03da
2019-07-03 19:44:15 +02:00
parent da21713bd4
commit a68ff3fe7c

View File

@@ -10,7 +10,7 @@ move manipulator to center position before start!
import math
# actual number of positions will be +1!
STEPS = (20, 20)
STEPS = (25, 25)
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 = (114.5, -1)
ENDPOS = (116.5, +1)
STARTPOS = (114.3, -0.6)
ENDPOS = (115.7, +0.6)
RELATIVE = False
adjust_sensors()