The CNC software scans through the program after you've set Part Zero and looks for an "out of bounds" issue. Once you have loaded your program, set your part zero, press F8 Graph the software will do this. If no error is generated, you should be good to go. If you get an "exceeded travel limit" the software will tell you the axis and line number.
Also when you do push F8, the software shows you a visual representation with scales on the screen.
I always press F8 before running a job. It works....
Marty
y exceeded :(Resolved)
Moderator: cnckeith
-
- Community Expert
- Posts: 9953
- Joined: Tue Mar 28, 2017 12:01 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Mesa, AZ
Re: y exceeded : a false claim
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)
-
- Site Admin
- Posts: 8956
- Joined: Wed Mar 03, 2010 4:23 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Contact:
Re: y exceeded : a false claim..rush to judgement
hello. i went thru this with you once before..
back then...the zero location WCS of the part was not set on the machine tool so that the G code would fit.. simple solution is to move the part xy zero location on the machine.. OR move it in the cad cam system to match the machine.
sometimes it not the size of the part its where the zero position is on the table.. and where the zero position is in the cad cam system..
use the F8 graph like marty said to verify where the G code zero position is located.

sometimes it not the size of the part its where the zero position is on the table.. and where the zero position is in the cad cam system..
use the F8 graph like marty said to verify where the G code zero position is located.
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
and here viewforum.php?f=61
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
and here viewforum.php?f=61
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)
Re: y exceeded : a false claim
Your problem might be with the G91.1 code.
Centroid does not have a "G91.1". It will round 91.1 to 91, and assume you want all subsequent X, Y and Z values to be incremental distances.
What did you expect G91.1 to do?
What does the program look like on the F8/Graph screen?
What does it look like if you simply delete the G91.1?
Centroid does not have a "G91.1". It will round 91.1 to 91, and assume you want all subsequent X, Y and Z values to be incremental distances.
What did you expect G91.1 to do?
What does the program look like on the F8/Graph screen?
What does it look like if you simply delete the G91.1?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 9953
- Joined: Tue Mar 28, 2017 12:01 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Mesa, AZ
Re: y exceeded : a false claim
Sounds like an issue with your code as Marc pointed out....grafpleyel wrote: ↑Thu May 30, 2019 1:53 pm F8 for my program attached two posts back reveals a weird spiraling mess. I'll look furthter, and thanks again.
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)
-
- Community Expert
- Posts: 9953
- Joined: Tue Mar 28, 2017 12:01 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
- Location: Mesa, AZ
Re: y exceeded :
Use a semi colon instead.grafpleyel wrote: ↑Thu Jun 06, 2019 6:55 am My earnest Fusion consultant said maybe having # in the filename caused my trouble. He was right. Cripes.
Glad you got it figured out.
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)