Script execution
This commit is contained in:
@@ -2,25 +2,26 @@
|
||||
Continuous 1D Manipulator scan
|
||||
|
||||
set manipulator scan parameters below.
|
||||
set analyser parameters in the scienta window.
|
||||
set analyser parameters in the scienta window. recommended: fixed mode, dwell time between 0.2 and 1.0 s
|
||||
|
||||
(dwell time + dead time) * speed should not be greater than the desired resolution!
|
||||
note that the scienta has a dead time of 4 s!
|
||||
the motor speed is determined from the STEP parameter and the scienta busy time (dwell time + dead time).
|
||||
note that the motors have a limited speed range!
|
||||
"""
|
||||
|
||||
import math
|
||||
|
||||
MOTORS = (ManipulatorX)
|
||||
RANGE = (-3.45-0.3, -3.45+0.3)
|
||||
STEP = 0.02
|
||||
RANGE = (-3.45-0.5, -3.45+0.5)
|
||||
STEP = 0.01
|
||||
|
||||
MOTORS = (ManipulatorY)
|
||||
RANGE = (-5., +5.)
|
||||
STEP = 0.2
|
||||
#MOTORS = (ManipulatorY)
|
||||
#RANGE = (-5., +5.)
|
||||
#STEP = 0.2
|
||||
|
||||
MOTORS = (ManipulatorZ)
|
||||
RANGE = (110., 120.)
|
||||
STEP = 0.5
|
||||
# Z axis cannot be used in fly scan. minimum speed is too high.
|
||||
#MOTORS = (ManipulatorZ)
|
||||
#RANGE = (110., 120.)
|
||||
#STEP = 0.5
|
||||
|
||||
#MOTORS = (ManipulatorTheta)
|
||||
#RANGE = (-9., 81.)
|
||||
|
||||
Reference in New Issue
Block a user