[Ri...] Posted April 1 Share Posted April 1 Run=inquire("Is the Block Fixture moved out of the way?"+cr()+"You can move the fixture now."+cr()+"User must answer YES to continue."+cr()+"CMM will stop if wrong answer.") if Run=="YES" else cncBreak() endif Two things, I would like the answer to not be case sensitive and why is cncBreak activated when the user types "YES"? Any help is appreciated. Link to comment Share on other sites More sharing options...
[Ma...] Posted April 1 Share Posted April 1 (edited) I think this would work - i have no pcm, but result element is not complaining Run=inquireText(...).toLower() Edit: should use inquireText Edited April 1 Link to comment Share on other sites More sharing options...
[Ri...] Posted April 1 Author Share Posted April 1 Geez, looked at inquire a hundred times and didn't realize it was missing "Text". Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In