Script execution

This commit is contained in:
gac-x03da
2019-03-02 21:46:05 +01:00
parent e83e86b3ca
commit dcf3c4a984
+2 -1
View File
@@ -22,7 +22,7 @@ while True:
time.sleep(3.0)
print "done setting energy."
"""
################## THIS IS TO OPEN THE VALVES
if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
caput('X03DA-OP-VG7:WT_SET',0) #open ES vacuum valve
@@ -42,6 +42,7 @@ print "OK."
time.sleep(3.0)
#############################################
"""
caput('X03DA-OTF:E1', Estart)
caput('X03DA-OTF:E2', Estop)