-----Original Message-----
From: Michael E. Senack <[EMAIL PROTECTED]>
To: Colin Williams <[EMAIL PROTECTED]>; Smartcam Forum <[EMAIL PROTECTED]>
Date: Tuesday, June 20, 2000 7:06 PM
Subject: Re: [mfg-smartcam] Drilling

Hmm...check your template file @RAP section and see if the XPOS and/or YPOS are in conditional brakets as per sample...
 
@RAP
#IF(#U8=1)<**** RAP >
#IF(#TLOP=0,#OR#TLOP=2)<#C3<#MOV><X#XPOS><Y#YPOS><Z#ZPOS>>#ELSE#EXLN
<#C3<#FXD><X#XPOS><Y#YPOS><Z#ZPOS>>
On the above sample I check if an end mill is being used by the TLOP and use G0 #MOV to rapid position. If it is not then I use G80 #FXD to rapid position as my customer's request. He did not want the G80 & G0 in the same line.
 
Hope this is what you're looking for...Bye
-----Original Message-----
From: Colin Williams <[EMAIL PROTECTED]>
To: Smartcam Forum <[EMAIL PROTECTED]>
Date: Tuesday, June 20, 2000 11:57 AM
Subject: [mfg-smartcam] Drilling

Using an endmill, I need to drill one hole using a canned cycle and move to the next location and mill a slot with it. What is happening, when I go to my next location the G80 line has a "X" value in it (G80 G00 X2.3816 Z1.0). How do I get around this?
 
 
Thank You
Colin Williams
 

 

Reply via email to