Script execution
This commit is contained in:
@@ -10,17 +10,17 @@ move manipulator to center position before start!
|
||||
import math
|
||||
|
||||
# actual number of positions will be +1!
|
||||
STEPS = (0.05, 0.05)
|
||||
STEPS = (1./3., 0.025)
|
||||
LATENCY = 0.0
|
||||
ENDSCAN = False
|
||||
ENDSCAN = True
|
||||
ZIGZAG = False
|
||||
|
||||
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.1, 0.2)
|
||||
ENDPOS = (113.6, 1.7)
|
||||
STARTPOS = (115.05, -1.05)
|
||||
ENDPOS = (116.05, -0.05)
|
||||
RELATIVE = False
|
||||
|
||||
#adjust_sensors()
|
||||
|
||||
Reference in New Issue
Block a user