Thank you all for your input!! Colin -----Original Message----- From: Lauzus, Frederick <[EMAIL PROTECTED]> To: Colin Williams <[EMAIL PROTECTED]>; Smartcam Forum <[EMAIL PROTECTED]> Date: Tuesday, April 25, 2000 3:13 PM Subject: RE: [mfg-smartcam] CANNED CYCLE
>All your numeric variables are being reset during the @TPINDX (tool plane >index) section. In this instance SmartCAM is treating the @TPINDX section >the same as @TOOLCHG. > >Change SMF question #60 to 0. > >This will eliminate the resetting of #FEED and other variable during >@TPINDX. Unfortunately this will also eliminate the resetting of numeric >variables at a tool change. You may need to add #RESET() to the @TOOLCHG >section for any critical variables that are not unconditionally output >during a tool change. > >i.e. > >@TOOLCHG > #MOV <#FXD> Z#V9 > M09 >#OFFBLK > >#EVAL(#StepDesc=jos(st_desc)) >(#StepDesc) >#ONBLK > M98 P9000 > M01 > T#TOOL M06 B#U0 > G00 #WKPLN X#XPOS Y#YPOS T#NTOOL S#SPEED #SPNDL > G43 Z#V8 H#LOFF M08 >< #MOV>< X#XPOS>< Y#YPOS> > >#RESET(#ZDPTH,#ZCHK,#PECK,#FEED) > >============================================= > Fred Lauzus, CAM Programming Coordinator > High Steel Structures, Incorporated > mailto:[EMAIL PROTECTED] http://www.highsteel.com >============================================= > > > >-----Original Message----- >From: Colin Williams [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 25, 2000 2:43 PM >To: Lauzus, Frederick; Smartcam Forum >Subject: Re: [mfg-smartcam] CANNED CYCLE > > >Here is my tmp > >Colin >-----Original Message----- >From: Lauzus, Frederick <[EMAIL PROTECTED]> >To: Colin Williams <[EMAIL PROTECTED]>; Smartcam Forum ><[EMAIL PROTECTED]> >Date: Tuesday, April 25, 2000 8:45 AM >Subject: RE: [mfg-smartcam] CANNED CYCLE > > >>Check if there is a #RESET() command that resets the variable #FEED, >>possibly in the @TPINDX section. >> >>============================================= >> Fred Lauzus, CAM Programming Coordinator >> High Steel Structures, Incorporated >> mailto:[EMAIL PROTECTED] http://www.highsteel.com >>============================================= >> >> >>-----Original Message----- >>From: Colin Williams [mailto:[EMAIL PROTECTED]] >>Sent: Tuesday, April 25, 2000 8:20 AM >>To: Smartcam Forum >>Subject: [mfg-smartcam] CANNED CYCLE >> >> >>This is what my statement looks like. It is still calling up the feedrate. >> >>@FXD1 >>< #ABSI>< #FXD>< #RTNLVL>< X#XPOS>< Y#YPOS>< Z#ZDPTH R#ZCHK>< F#FEED> >> >> >>Colin >> >> >>-----Original Message----- >>From: Chinh N Pham <[EMAIL PROTECTED]> >>To: 'Colin Williams' <[EMAIL PROTECTED]> >>Date: Monday, April 24, 2000 4:29 PM >>Subject: RE: [mfg-smartcam] canned cycle >> >> >>> >>>In the code gen. statement, put the feed rate call out in brackets <>, >then >>>it won't output same FEED value unless it is different. >>><F#FEED> >>> >>>Chinh >>>> -----Original Message----- >>>> From: [EMAIL PROTECTED] >>>> [mailto:[EMAIL PROTECTED]]On Behalf Of Colin Williams >>>> Sent: Monday, April 24, 2000 3:38 PM >>>> To: Smartcam Forum >>>> Subject: [mfg-smartcam] canned cycle >>>> >>>> >>>> pmill v11.0: >>>> >>>> When using canned cycles on different faces you would >>>> normally cancel (g80) >>>> then go onto the next face. Every time you call up the same >>>> canned cycle for >>>> different faces the feedrate is also called up. Is there a >>>> way just to call >>>> up the feedrate just at the first canned cycle? This way the >>>> operator just >>>> has to change the first feedrate. >>>> >>>> Thank You >>>> >>>> Colin Williams >>>> Wabtec Corporation >> >> >> >>Thank You >> >>Colin Williams >>Wabtec Corporation >> >> >> >>====================================================================== >>To find out more about this mailing list including how to unsubscribe, >>send the message "info mfg-smartcam" to [EMAIL PROTECTED] >>====================================================================== ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
