Script execution
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
def switchBox(PV,val,ACK):
|
||||
flag = 1
|
||||
while(flag):
|
||||
print("Writing to: " + PV + " value: " str(val))
|
||||
print("Writing to: " + PV + " value: " + str(val))
|
||||
caput(PV,val)
|
||||
a = caget(ACK)
|
||||
if a == 'Command Completed':
|
||||
|
||||
Reference in New Issue
Block a user