Script execution

This commit is contained in:
x03daop
2016-07-28 17:57:39 +02:00
parent 23caa5a991
commit e39dfc5a41
+3 -3
View File
@@ -4,9 +4,9 @@ exit slit test scan
POSITIONERS = (ExitSlit)
SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent)
STARTPOS = (200.0)
ENDPOS = (0.0)
STEPS = 20
STARTPOS = (0.0)
ENDPOS = (200.0)
STEPS = 10.0
LATENCY = 0.1
DWELL = 1.0