Script execution
This commit is contained in:
@@ -10,16 +10,16 @@ move manipulator to center position before start!
|
||||
import math
|
||||
|
||||
# actual number of positions will be +1!
|
||||
STEPS = (0.05, -0.1)
|
||||
STEPS = (0.2, 0.2)
|
||||
LATENCY = 1.
|
||||
ENDSCAN = True
|
||||
ZIGZAG = True
|
||||
|
||||
MOTORS = (ManipulatorZ, ManipulatorY)
|
||||
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
STARTPOS = (114.6, 1.)
|
||||
ENDPOS = (115.6, -1.)
|
||||
SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
STARTPOS = (114.2, -2.2)
|
||||
ENDPOS = (116, 2)
|
||||
RELATIVE = False
|
||||
|
||||
adjust_sensors()
|
||||
|
||||
Reference in New Issue
Block a user