![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Ok, been running a 4 axis foam cutter for years using a canned software. I've recently been running a nice 3D router with Mach3. Now, I've purchased upgrade electronics for the 4 axis foam cutter and will have bipolar setup. I want to run G-code now to cut wings. This means that the horizontal axis will have to run at different feedrates, and so will the vertical axis. I want to be able to block the foam with rapid moves etc... then slow everything down for the airfoil cut. Where do I start? I've been playing with 3 axis g-code for a little while so I am a tad familiar with how it goes. I need to control the feedrate of each axis independanlty and at the same time. How? Help? |
|
#2
| |||
| |||
| This could be a problem. Let's suppose you're feeding in two axes simultaneously, and that each axis has its own feedrate. Let's also assume that the X axis is feeding twice as fast as the Y axis. G90 G00 X0. Y0. G01 X10.0 Y10.0 What should be one 45 degree line becomes TWO lines. (0,0) to (10,5) (10,5) to (10,10) The X axis will reach its target twice as fast as the Y will.
__________________ Diplomacy is the art of saying "Nice doggie" until you can find a rock. - Will Rogers |
|
#3
| |||
| |||
| I have learned something.... I now understand how it works, I didn't before, so my question itself was stupid. All axis arrive at their destinations at the same time. Then acquire next destination. Love it when the lights come on. |
|
#4
| |||
| |||
| Your question wasn't stupid at all. You were 'thinking outside the box' and that's good! You can change the feedrate anytime you want. Use a fast feedrate for blocking the foam, then slow the feed down for the arcs. G90 G00 X0. Y0. G01 X5.000 F75.0 (fast feed for linear move) G03 X0. Y5.000 I-5.000 J0. F10.0 (slower feed for arc)
__________________ Diplomacy is the art of saying "Nice doggie" until you can find a rock. - Will Rogers |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help!- APT to G Code for 5 axis machining help | engineerartist | General CNC (Mill and Lathe) Control Software (NC) | 8 | 09-24-2008 10:19 PM |
| G Code REQUEST -- 4, 5, 6 Axis | High Seas | G-Code Programing | 6 | 08-02-2008 07:41 AM |
| G code help C-X axis | slkret | G-Code Programing | 1 | 05-10-2008 08:53 AM |
| zero axis key code? | drafterman | Mach Software (ArtSoft software) | 2 | 03-06-2008 08:18 AM |
| Z-Axis Arc G-Code? | GTmike400 | G-Code Programing | 16 | 01-27-2006 11:15 AM |