Can I write a global command that IF anything is OUTTOL then GO TO label or do I have to code it individually for each dimension out-put?
example of individual coding:
My end goal is to have a comment pop-up providing the operator with detailed instructions if anything is OUTTOL
example of individual coding:
Code:
IF_GOTO/F54.OUTTOL,GOTO = L1 L1 =LABEL/
My end goal is to have a comment pop-up providing the operator with detailed instructions if anything is OUTTOL
Comment