Once again you saved the day.

Thank you for your help, it is much appreciated.

Gary


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 12, 2003 1:18 PM
Subject: RE: [mfg-smartcam] Post help needed please


> Still not %100 clear on what you're looking for, but here's an example
that
> may help.
>
> @ARC
>
> #IF(#ARAD<2*#TLDIA)<#EVAL(#FEED=jos(outfeed1)*0.75)>
> #IF(#ARAD<1.5*#TLDIA)<#EVAL(#FEED=jos(outfeed1)*0.85)>
> #IF(#ARAD<1.25*#TLDIA)<#EVAL(#FEED=jos(outfeed1)*0.1)>
>
> < #PLANE> #MOV X#XPOS Y#YPOS I#XCTR J#YCTR< F#FEED>
> #EVAL(#FEED=jos(outfeed1))
>
>
> ==================================================
>  Fred Lauzus, CAM Programming Coordinator
>  High Steel Structures, Incorporated
>  mailto:[EMAIL PROTECTED] http://www.highsteel.com
> ==================================================
>
>
>
>
>
> -----Original Message-----
> From: gary [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 12:34 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [mfg-smartcam] Post help needed please
>
>
> Thank you for your help.
>
>
> I am trying to automatically reduce the feedrate on arc depending on the
> tool � used.
>
> For example.
>
> <2 x       Dia   feed * 0.75
> <1.5 x    Dia feed *0.85
> < 1.25    Dia. feed * 0.10
>
> Thank you for your help
>
> Gary
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 12, 2003 6:43 AM
> Subject: RE: [mfg-smartcam] Post help needed please
>
>
> >
> >
> > I was too busy looking at the syntax of the logic expression and was not
> > paying attention to the content.
> >
> > While the following syntax is correct:
> >
> > #IF(#ARAD<2,#AND#ARAD>2)<#EVAL(#FEED=#FEED*0.1)>
> >
> > the logic will NEVER result in a true condition because #ARAD cannot be
> both
> > less than and greater than 2 at the same time.
> >
> > How do you want the arc radii to effect the feed rate?
> >
> > ==================================================
> >  Fred Lauzus, CAM Programming Coordinator
> >  High Steel Structures, Incorporated
> >  mailto:[EMAIL PROTECTED] http://www.highsteel.com
> > ==================================================
> >
> >
> >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 11, 2003 2:57 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [mfg-smartcam] Post help needed please
> >
> >
> >
> > Try this:
> >
> > @ARC
> > #IF(#ARAD<2,#AND#ARAD>2)<#EVAL(#FEED=#FEED*0.1)>
> > < #PLANE> #MOV X#XPOS Y#YPOS I#XCTR J#YCTR< F#FEED>
> > #RESET(#FEED)
> >
> >
> > ==================================================
> >  Fred Lauzus, CAM Programming Coordinator
> >  High Steel Structures, Incorporated
> >   mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > http://www.highsteel.com <http://www.highsteel.com/>
> > ==================================================
> >
> >
> > -----Original Message-----
> > From: gary [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 11, 2003 2:31 PM
> > To: Smartcam Users Group (E-mail)
> > Subject: [mfg-smartcam] Post help needed please
> >
> >
> > I am trying to reduce the feedrate on arcs if a arc radius falls between
a
> > certain range. Could someone please take a look and correct my first
> > attempt.
> >
> >
> >
> > @ARC
> > #EVAL(#ARAD<2,#AND#ARAD>2)#FEED=#FEED*0.1>
> > < #PLANE> #MOV X#XPOS Y#YPOS I#XCTR J#YCTR< F#FEED>
> > #RESET(#FEED)
> >
> >
> > Thank you in advance
> >
> > Regards,
> > Gary
> > ======================================================================
> > 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]
> > ======================================================================
> ======================================================================
> 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]
======================================================================

Reply via email to