Script execution
This commit is contained in:
@@ -10,7 +10,7 @@ move manipulator to center position before start!
|
||||
import math
|
||||
|
||||
# actual number of positions will be +1!
|
||||
STEPS = (1./3., 0.025)
|
||||
STEPS = (0.025, 0.025)
|
||||
LATENCY = 0.0
|
||||
ENDSCAN = True
|
||||
ZIGZAG = False
|
||||
@@ -19,8 +19,8 @@ MOTORS = (ManipulatorZ, ManipulatorY)
|
||||
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
#SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
STARTPOS = (115.05, -1.05)
|
||||
ENDPOS = (116.05, -0.05)
|
||||
STARTPOS = (114.1, 1.0)
|
||||
ENDPOS = (114.3, 1.4)
|
||||
RELATIVE = False
|
||||
|
||||
#adjust_sensors()
|
||||
|
||||
Reference in New Issue
Block a user