Script execution
This commit is contained in:
@@ -11,12 +11,14 @@ note that the motors have a limited speed range!
|
||||
import math
|
||||
|
||||
MOTORS = (ManipulatorX)
|
||||
RANGE = (-2.9-0.6, -2.9+0.6)
|
||||
CENTER = -3.5
|
||||
WIDTH = 1.2
|
||||
RANGE = (CENTER - WIDTH / 2., CENTER + WIDTH / 2.)
|
||||
STEP = 0.01
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user