Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 27, 2012, 06:32:38 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
New Mach3 user looking for some help
Pages:
1
Go Down
« previous
next »
Author
Topic: New Mach3 user looking for some help (Read 504 times)
0 Members and 2 Guests are viewing this topic.
rlink
Active Member
Offline
Posts: 4
New Mach3 user looking for some help
«
on:
October 23, 2010, 05:50:50 PM »
Perhaps someone can point me in the right direction. I am a new Mach3 user. I have a 3 axes router from Camaster with a 48x48 table running Mach3. The router is new and I'm trying to cut my first part. I've created a curved part in Aspire and saved both pocket and profile toolpaths using the Mach3 PP for my machine. I've referenced x, y to the front left corner of the machine consistent with how I set things up in Aspire. I've also set the Z to an arbitrarily high height to perform an "air cut."
When I do this, the start of the G-code file runs correctly until it reaches a G3 command, at which point the gantry slows and wanders off until it hits the X limit switch. As far as I can tell, this makes no sense but I don't know jack at this point. It is, however, pretty frustrating.
Here's an example of the start of the G-code file for the profile (or cutout) toolpath using a .25 end mill:
( Cutout 2 )
( File created: Saturday, October 23, 2010 - 04:47 PM)
( for Stinger with Mach 3 from CAMaster CNC )
( Material Size)
( X= 43.000, Y= 43.000, Z= 0.750)
(Notes for Job: )
()
(Toolpaths used in this file
(Cutout 2)
(Tools used in this file: )
(1 = End Mill {0.25 inch})
N110G00G20G17G90G40G49G80
N120M03 G4 4
N130X0.0000Y0.0000F100.0
N140G00X1.5877Y1.9671Z0.2000
N150G1Z-0.1258F30.0
N160G1X3.8377F100.0
N170G3X3.9627Y2.0921I0.0000J0.1250 <- Here's the problem line
N180G1Y2.6858
N190G1X5.9627
N200G1Y2.0921
Works fine until line N170 when it does its wander off into infinity trick at slow speed. It does this, by the way, for three different files cutting radically different shapes from different start positions, etc. As far as I can interpret the code, this line:
"N170 G3 X3.9627 Y2.0921 I0.0000 J0.1250" simply tells the router to travel in a counterclockwise arc from its current position to X3.9627 Y2.0921 with no I offset and with a J offset of 0.1250. I don't see how this can possibly cause the router to drift off into oblivion at markedly slow feed rate and hit the limit switch.
Mach3 is set up the way it was shipped to me. I don't have the slightest idea how to troubleshoot this. This seems like pretty plain vanilla G-code that the router should be able to handle without problems. I am at a loss...
Can anyone get me on the right track?
Richard
Logged
Hood
Active Member
Offline
Posts: 17,362
Carnoustie, Scotland
Re: New Mach3 user looking for some help
«
Reply #1 on:
October 23, 2010, 06:14:06 PM »
Do the DROs and toolpath show this movement or do they show what it should be doing?
Hood
Logged
rlink
Active Member
Offline
Posts: 4
Re: New Mach3 user looking for some help
«
Reply #2 on:
October 23, 2010, 07:07:37 PM »
Yes. The DROs and the toolpath shows the strange motion. In addition, after I hit stop I can send the machine back to zero by selecting "go to zero" so things remain referenced properly.
Richard
Logged
Hood
Active Member
Offline
Posts: 17,362
Carnoustie, Scotland
Re: New Mach3 user looking for some help
«
Reply #3 on:
October 23, 2010, 07:18:35 PM »
Ok so when you first load the code does the toolpath look correct?
If it has a big arc where it should be a small arc then go to General Config page and change the IJ mode.
Hood
Logged
rlink
Active Member
Offline
Posts: 4
Re: New Mach3 user looking for some help
«
Reply #4 on:
October 23, 2010, 09:09:39 PM »
Thanks a ton for the help. I switched to IJ incremental mode and this seems to have improved the problem. Not sure why it should be on incremental rather than absolute. At least it seems to do better in an air cut. I'll post an update once I see how it actually works when cutting the material.
Richard
Logged
ger21
Global Moderator
Offline
Posts: 2,616
Re: New Mach3 user looking for some help
«
Reply #5 on:
October 23, 2010, 10:15:09 PM »
Quote from: rlink on October 23, 2010, 09:09:39 PM
Not sure why it should be on incremental rather than absolute.
Richard
Because that's how Aspire writes it's code, in Incremental IJ format. This is probably the most common question from beginners, usually asked about twice a week here.
Logged
Gerry
2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html
rlink
Active Member
Offline
Posts: 4
Re: New Mach3 user looking for some help
«
Reply #6 on:
October 23, 2010, 11:03:23 PM »
Ah. Sorry about that then. I guess I could have found my answer by more diligent searching. Even so, I really appreciate the help and it made a big difference in my progress.
Richard
Logged
ger21
Global Moderator
Offline
Posts: 2,616
Re: New Mach3 user looking for some help
«
Reply #7 on:
October 24, 2010, 05:45:15 AM »
No problem. I think the default IJ mode in Mach3 is absolute, but incremental is the most commonly output format from most CAM programs.
And I personally have never had a lot of luck with the search function here, either. so being more diligent is no guarantee.
Logged
Gerry
2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html
Greolt
Global Moderator
Offline
Posts: 872
Re: New Mach3 user looking for some help
«
Reply #8 on:
October 24, 2010, 02:54:50 PM »
Richard I am interested in how this happened to you as an Aspire user.
What PP are you using? Are you using the latest version?
The Mach PP outputs a G91.1 command in the header, which sets arcs to incremental.
Greg
Logged
Pages:
1
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...