|
Our probe is always tool 32, thus we output: G15 H#WKPLN #MOV X#XPOS Y#YPOS#IF(#TOOL<31)< S#SPEED #SPNDL> #FDMODE
On a CNC mill, at a tool change, your spindle will most likely be off (M5) already. But if you had to have the M5, you could do this: G15 H#WKPLN #MOV X#XPOS Y#YPOS#IF(#TOOL<31)< S#SPEED #SPNDL>#IF(#TOOL=32)< M5> #FDMODE
-----Original Message-----
Is there a way to create a tool in the job oper. planner so that the #SPNDL in the .TMP will put out an M5 or nothing? Or do I have to build the logic into the .TMP
I need to keep the spindl from starting when I'm probing.
Thanks Bob M. |
|
������������������������������������������������������������������������������������������������������������������������������������������������ Date 4/7/2004 |
|
������������������������������������������������������������������������������������������������������������������������������������������������ Date 4/7/2004 |
