Originally Posted by cogsman1 You would use this for checking multiple values.
IF[#100EQ.9999]AND[#101EQ.8888]GOTO1234
If BOTH values are as stated then and only then will it jump to N1234. If they do NOT both equal those values then it will advance to the next line of code.
Not all controls will allow this feature even though macro is available. |
Will give it a try. Posted the same question on the "General Machining" forum. I may have to change a parameter to be able to use such a statement.
Will take a bit longer to finish my Macro subroutine, as it is a bit involved. At least for me.

What is done was written while I was on vacation. Will try to post my results once finished.