diff --git a/script/Vinayak_prot.py b/script/Vinayak_prot.py index 1348e5a..0c3b74b 100644 --- a/script/Vinayak_prot.py +++ b/script/Vinayak_prot.py @@ -1,13 +1,14 @@ def switchBox(PV,val,ACK): flag = 1 while(flag): - print("Working on: " + PV) + print("Writing to: " + PV + " value: " + val) caput(PV,val) a = caget(ACK) if a == 'Command Completed': flag = 0 - print("Done: " + PV) + print("Done; " + a) time.sleep(1.0) + print("Not done; " + a) #a = None