Script execution
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user