Script execution
This commit is contained in:
@@ -23,13 +23,13 @@ DISTANCE_Ry = DISTANCE_X / SLOPE
|
||||
|
||||
MOTOR = (RefocusYRot, ManipulatorX)
|
||||
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
|
||||
#STARTPOS = (-DISTANCE_Ry / 2.0, -DISTANCE_X / 2.0)
|
||||
#ENDPOS = (DISTANCE_Ry / 2.0, DISTANCE_X / 2.0)
|
||||
#RELATIVE = True
|
||||
STARTPOS = (-DISTANCE_Ry / 2.0, -DISTANCE_X / 2.0)
|
||||
ENDPOS = (DISTANCE_Ry / 2.0, DISTANCE_X / 2.0)
|
||||
RELATIVE = True
|
||||
|
||||
STARTPOS = (-1.670, -5.000)
|
||||
ENDPOS = (-0.330, 1.000)
|
||||
RELATIVE = False
|
||||
#STARTPOS = (-1.670, -5.000)
|
||||
#ENDPOS = (-0.330, 1.000)
|
||||
#RELATIVE = False
|
||||
|
||||
adjust_sensors()
|
||||
set_adc_averaging()
|
||||
|
||||
Reference in New Issue
Block a user