Script execution

This commit is contained in:
gac-x03da
2019-11-27 14:36:26 +01:00
parent cf20d21560
commit 640c5f93c4
+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 = (7, 8)
STEPS = (10, 10)
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.55, 0.45)
ENDPOS = (115.05, +0.95)
STARTPOS = (114.6, -1.5)
ENDPOS = (116.0, 0.5)
RELATIVE = False
adjust_sensors()