Script execution

This commit is contained in:
x03daop
2017-09-20 11:21:45 +02:00
parent 93bc228845
commit ebc5fa4286

View File

@@ -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()