Script execution

This commit is contained in:
x03daop
2016-09-09 10:25:40 +02:00
parent b83acb36a1
commit 376edeec5e

View File

@@ -20,6 +20,7 @@ ENDSCAN = False
# do not edit below
#DISTANCE_X = DISTANCE_Ry * SLOPE
DISTANCE_Ry = DISTANCE_X / SLOPE
print DISTANCE_RY
MOTOR = (RefocusYRot, ManipulatorX)
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
@@ -27,6 +28,9 @@ STARTPOS = (-DISTANCE_Ry / 2.0, -DISTANCE_X / 2.0)
ENDPOS = (DISTANCE_Ry / 2.0, DISTANCE_X / 2.0)
RELATIVE = True
print STARTPOS
print ENDPOS
adjust_sensors()
set_adc_averaging()