Script execution
This commit is contained in:
@@ -10,10 +10,10 @@ POSITIONERS = (ExitSlitY)
|
||||
SENSORS = (SampleCurrent,RefCurrent, MachineCurrent)
|
||||
STARTPOS = (1.0)
|
||||
ENDPOS = (-0.5)
|
||||
#STEPS = -0.01
|
||||
DWELL = 0.5
|
||||
STEPS = -0.01
|
||||
DWELL = 0.1
|
||||
TOTAL_TIME = 150
|
||||
STEPS = int(TOTAL_TIME / DWELL) + 1
|
||||
#STEPS = int(TOTAL_TIME / DWELL) + 1
|
||||
|
||||
def trig():
|
||||
wait_beam()
|
||||
|
||||
Reference in New Issue
Block a user