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] ======================================================================
