Script execution

This commit is contained in:
gac-x03da
2018-08-16 18:11:22 +02:00
parent 36e26ce09b
commit bf1192dcc7

View File

@@ -6,7 +6,7 @@ keithley 2: RMU
import time
SENSORS = (RefCurrent)
SENSORS = (RefCurrent,)
STARTPOS = (-1.5)
ENDPOS = (+1.5)
STEPS = 0.01
@@ -43,7 +43,7 @@ caput("X03DA-PGM:rontheta.A", +87.0)
#MonoBeta.waitValueInRange(-87.01, -86.99, 100000)
#MonoTheta.waitValueInRange(+86.99, +87.01, 100000)
POSITIONERS = (FrontendBladeUp)
POSITIONERS = (FrontendBladeUp,)
FrontendBladeUp.write(STARTPOS)
FrontendBladeDown.write(-2.0)
time.sleep(5.0)