Script execution

This commit is contained in:
gac-x03da
2023-05-02 16:33:33 +02:00
parent 7f1a38b905
commit 8382e525b7
+3 -3
View File
@@ -10,15 +10,15 @@ move manipulator and mirror to center position before start!
import math
# adjust the following parameters
STEPS = 40
STEPS = 60
LATENCY = 0.0
ENDSCAN = False
MOTOR = (RefocusYTrans, ManipulatorZ)
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (9.1, 115.20)
ENDPOS = (9.3, 115.20)
STARTPOS = (8.9, 115.20)
ENDPOS = (9.5, 115.20)
RELATIVE = False
adjust_sensors()