You might try this: #IF(#SPEED>6000)<#EVAL(#V1=6000/#SPEED)#EVAL(#FEED=#FEED*#V1)#EVAL(#SPEED=60 00)>
This should reduce the feed by a proportion (#V1) equal to the reduction in speed. Make sure that #V1 is available, not already in use. If so, use a different variable name. I haven't tried this myself, so make no guarantees. Gene Bowen SMARTCO ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 9:45 PM Subject: [mfg-smartcam] max spindle speed > Hey, thanks for everybody's help. That line > #IF(#SPEED>6000)<#EVAL(#SPEED=6000)> > works. It got me thinking about the feed rate. If we constrain the RPM at the > post, will the feed rate, which is controlled earlier by the program, be too > much? > ====================================================================== > 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] ======================================================================
