Script execution

This commit is contained in:
gac-x03da
2023-04-26 22:50:42 +02:00
parent 4752b5b2f1
commit 68a3bd1b62

View File

@@ -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()