Script execution

This commit is contained in:
gac-x03da
2019-11-05 19:08:18 +01:00
parent 790afd4d51
commit 1bbdac2258
+8 -8
View File
@@ -10,15 +10,15 @@ note that the motors have a limited speed range!
import math
MOTORS = (ManipulatorX)
CENTER = -3.5
WIDTH = 4.
RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
STEP = 0.02
#MOTORS = (ManipulatorX)
#CENTER = -3.5
#WIDTH = 4.
#RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
#STEP = 0.02
#MOTORS = (ManipulatorY)
#RANGE = (-3.5, +3.5)
#STEP = 0.05
MOTORS = (ManipulatorY)
RANGE = (-3.5, +3.5)
STEP = 0.05
# Z axis cannot be used in fly scan. minimum speed is too high.
#MOTORS = (ManipulatorZ)