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 = (8, 8)
|
||||
LATENCY = 1.
|
||||
STEPS = (25,25)
|
||||
LATENCY = 0.5
|
||||
ENDSCAN = True
|
||||
ZIGZAG = True
|
||||
|
||||
MOTORS = (ManipulatorZ, ManipulatorY)
|
||||
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
SENSORS = (Counts, Scienta.dataMatrix, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
STARTPOS = (113, 2)
|
||||
ENDPOS = (117, -2)
|
||||
STARTPOS = (115, -2)
|
||||
ENDPOS = (120, 2)
|
||||
RELATIVE = False
|
||||
|
||||
adjust_sensors()
|
||||
|
||||
Reference in New Issue
Block a user