Morning Gents/Ladies.
I'm building a calibration program where the operator should press YES/NO, yet there is an option to cancel which will cancel the program and leave the code up, I want to make it "idiot proof".
I was going to use an if C1.INPUT == "Cancel" then programend.
Is there anything similar? I.e. does PC DMIS store the cancel to be called upon a variable.
I'm building a calibration program where the operator should press YES/NO, yet there is an option to cancel which will cancel the program and leave the code up, I want to make it "idiot proof".
I was going to use an if C1.INPUT == "Cancel" then programend.
Is there anything similar? I.e. does PC DMIS store the cancel to be called upon a variable.
Comment