Xtanker85,

If you're feed is being output in IPM, then very possibly it will.

I'm assuming that you're programming a mill. If that's so (no CSS to contend
with), then you could find the ratio of the Planner speed to 6000 and use
this ratio to multiply the planner feed rate by. Or, in the planner, enter
your desired SFM, and if you see the RPM is calculated more than 6000, enter
6000 in the RPM field.

@DECLARE
#DEC #Ratio

@START
#EVAL(#Ratio=6000/#SPEED)
#IF(#Ratio<1)<#EVAL(#FEED=#FEED*#Ratio)>

Anyway, something like that might work, but you might have to do a lot of
dinkin' around in various template sections. That's why my second suggestion
makes more sense (to me, anyway).

LOL

Dave

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, July 27, 2000 8:46 PM
To: [EMAIL PROTECTED]
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]
======================================================================

Reply via email to