Got a frustrating problem. I have a part 8.25 x 14 inches. The long dimension
Is in line with the y axis. I get a error at line 176 the y axis exceeded travel.
Cant under the reason my y axis has total travel of 50 inches. And part is 14 inches. This was working then I made some changes to the code and now it’s not.

Y exceeded travel.
Moderator: cnckeith
-
- Posts: 57
- Joined: Mon Dec 30, 2019 1:02 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Y exceeded travel.
Last edited by beebee on Thu Oct 27, 2022 6:11 pm, edited 1 time in total.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 9047
- Joined: Wed Mar 03, 2010 4:23 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Contact:
Re: Y exceeded travel.
travel exceed message is telling you that the g code is requesting to move out side of the travel limits and its telling you the line number of the g code that this is going to occur saving you from ruining a part. . since you didn't post the offending g code program and a fresh report.zip , i would just be guessing at any of the 100's of possibilities that might be causing this message to appear. but , in general if the line is a Z axis move line 99% chance that the z zero position is set wrong or the tool offset is wrong or wrong tool number is being called.
if line is a XY move then 99% chance part zero is not set right and or WCS being used or called is not set right.
theses are easy to solve. take a breath and look at the graph, the graph tells you where the programmed and actual zero point is, move the tool to that point on the machine look at the DRO position and think about it.
if line is a XY move then 99% chance part zero is not set right and or WCS being used or called is not set right.
theses are easy to solve. take a breath and look at the graph, the graph tells you where the programmed and actual zero point is, move the tool to that point on the machine look at the DRO position and think about it.
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 57
- Joined: Mon Dec 30, 2019 1:02 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Y exceeded travel.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 57
- Joined: Mon Dec 30, 2019 1:02 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Y exceeded travel.
Ok. I homed the machine and then jogged to the start location for the part.
Then set part zero for all axis. I looked at the dro . The x z were at zero. The y was
-15.
Then redid the part zero. This time the dro displays zero for the y The part ran with no errors.
I’m uncertain why the part zero set up didn’t work the first time.
Then set part zero for all axis. I looked at the dro . The x z were at zero. The y was
-15.
Then redid the part zero. This time the dro displays zero for the y The part ran with no errors.
I’m uncertain why the part zero set up didn’t work the first time.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 9958
- Joined: Tue Mar 28, 2017 12:01 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: Yes
- AcornSix CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Mesa, AZ
Re: Y exceeded travel.
Almost always not setting your part zero correctly. (Provided your soft limits are set correctly)beebee wrote: ↑Thu Oct 27, 2022 7:29 pm Ok. I homed the machine and then jogged to the start location for the part.
Then set part zero for all axis. I looked at the dro . The x z were at zero. The y was
-15.
Then redid the part zero. This time the dro displays zero for the y The part ran with no errors.
I’m uncertain why the part zero set up didn’t work the first time.
Get in the habit of pressing F8 Graph before running the job. CNC12 will go through the program and tell you the line number where the error occurs.
If it graphs the part with no error, you should be good to go.
Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ
We can't "SEE" what you see...
Mesa, AZ
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 370
- Joined: Thu Nov 15, 2018 10:07 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: F045DA7CBF8b-103011290
- DC3IOB: No
- CNC11: No
- CPU10 or CPU7: No
Re: Y exceeded travel.
Part origin is the number 1 thing to look at.
Also depending on how close you are to the end, any other moves, like lead in or lead outs also need to be taking into account.
Also depending on how close you are to the end, any other moves, like lead in or lead outs also need to be taking into account.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3553
- Joined: Tue Mar 22, 2016 10:03 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: Yes
- CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192 - DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Boston, MA
- Contact:
Re: Y exceeded travel.
And cutter comp.
Cheers,
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3751
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: Y exceeded travel.
Easy to figure out, since it tells you at which line it happens.
Try to move to this position and the DRO will tell you whats missing. Replace the part, set origin and run.
Uwe
Try to move to this position and the DRO will tell you whats missing. Replace the part, set origin and run.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)