Hello I've researched how to use one program on two cmm;s using external Aligments and I got it wowork.I've changed 2 programs so far.Both recall external aligment that's save on each machine.
my problem now is that ne global cmm arm doesn't go as low at on the old cmm.What I would like to do is add read file command in the beginning of the program that would check which cmm program is running on and based on the value either run or go to comment
that this program will not run on this cmm.
THIS IS WHAT I HAVE SO FAR
my problem now is that ne global cmm arm doesn't go as low at on the old cmm.What I would like to do is add read file command in the beginning of the program that would check which cmm program is running on and based on the value either run or go to comment
that this program will not run on this cmm.
THIS IS WHAT I HAVE SO FAR
Code:
PTR =FILE/OPEN,C:\Users\G F\Documents\CMM TYPE\CMM TYPE.txt,READ CMMTYPE =FILE/READLINE,FPTR, IF_GOTO/CMMTYPE==4,GOTO = END COMMENT/OPER,NO,FULL SCREEN=YES,AUTO-CONTINUE=NO, THIS PROGRAM WILL NOT RUN ON THIS CMM END =LABEL/
Comment