Script execution

This commit is contained in:
x03daop
2016-11-28 13:31:25 +01:00
parent 9dff4e3d4e
commit b05ae21305

View File

@@ -9,16 +9,16 @@ move manipulator to center position before start!
import math
STEPS = (21, 21)
STEPS = (8, 8)
LATENCY = 0.0
ENDSCAN = False
ZIGZAG = False
# do not edit below
MOTORS = (ManipulatorY, ManipulatorZ)
SENSORS = (SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (-0.10-0.5, 115.20-0.5)
ENDPOS = (-0.10+0.5, 115.20+0.5)
SENSORS = (Counts,Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (-0.50-0.5, 115.20-0.5)
ENDPOS = (-0.50+0.5, 115.20+0.5)
RELATIVE = False
adjust_sensors()