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