y exceeded :(Resolved)

All things related to Centroid Oak, Allin1DC, MPU11 and Legacy products

Moderator: cnckeith

Post Reply
martyscncgarage
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

Post by martyscncgarage »

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
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ


cnckeith
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

Post by cnckeith »

hello. i went thru this with you once before.. :D 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.
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


cncsnw
Community Expert
Posts: 4595
Joined: Wed Mar 24, 2010 5:48 pm

Re: y exceeded : a false claim

Post by cncsnw »

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?


martyscncgarage
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

Post by martyscncgarage »

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.
Sounds like an issue with your code as Marc pointed out....
Marty
Reminder, for support please follow this post: viewtopic.php?f=20&t=383
We can't "SEE" what you see...
Mesa, AZ


martyscncgarage
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 :

Post by martyscncgarage »

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.
Use a semi colon instead.
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


Post Reply