PDA

View Full Version : Feed speed bug



magic
01-08-2010, 08:45 PM
Even if I create a new tool in Artcam, once a file has started, different tool-paths always run at the same feed speed.

Is there a fix for this?

mitch_prest
01-09-2010, 08:22 AM
when you select your tool... you need to pick edit in the box that pops up.. on the bottom right of the next window is where you set feed speed etc.. this the only fix I can think of unless I am misunderstanding what you are after...

mitch

jerry_stanek
01-09-2010, 02:58 PM
You can always change the feed rate on the fly.

magic
01-09-2010, 03:02 PM
I would prefer not to. Sometimes I'm cutting-out 300 parts and carving a logo. So, the logo is cut at 2 ips but the part should be cut out at .5 IPS. As the part comes off, I paint it. So cutting all the logos first doesn't save any time.

This also happens in Part Wizard. It does not matter if I create another tool - It does not matter if I use the drop-down menu. Once a file is running I can't change the feed speed unless I hit the space bar and MS, the thing.

Recap, happens in Artcam and Part Wizard

Does anyone have 5 minutes to see if it's happening on their machine too?

Thanks

garyb
01-09-2010, 03:22 PM
Send me your art file (or sample), your generated sbp file and I will look at it for you. Also which PostP are you using.
It sounds like a postp problem possibly the new_segment statement in the postp.

I do this in AC all the time with no problems
here's one generated in g-code but you will see the 2 changes on the same tool.

(rpm test)
G90G80G20G49
(Tool Number:1) (0.250 inches dia. slot drill)
G0Z1.0000
M3 S15000
G0 X8.3504 Y12.0198 Z0.5000
G1 Z-0.2500 F30
G2 X8.2254 Y12.1448 I0.0000 J0.1250 F100
G1 Y21.2216
G2 X8.3504 Y21.3466 I0.1250 J0.0000
G1 X28.9278 Y21.3466
G2 X29.0528 Y21.2216 I0.0000 J-0.1250
G1 Y12.1448
G2 X28.9278 Y12.0198 I-0.1250 J-0.0000
G1 X8.3504 Y12.0198
G0 Z0.5000
(Tool Number:1) (0.250 inches dia. slot drill)
M3 S12000
G0 X8.3504 Y12.0198 Z0.5000
G1 Z-0.5000 F30
G2 X8.2254 Y12.1448 I0.0000 J0.1250 F150
G1 Y21.2216
G2 X8.3504 Y21.3466 I0.1250 J0.0000
G1 X28.9278 Y21.3466
G2 X29.0528 Y21.2216 I0.0000 J-0.1250
G1 Y12.1448
G2 X28.9278 Y12.0198 I-0.1250 J-0.0000
G1 X8.3504 Y12.0198
G0 Z0.5000
G0 X0.0000 Y0.0000 Z1.0000
G0Z1.0000
G0X0.0000Y0.0000
M5
M30