Routech 250 Twin Table problem | | Hey guys. I've been working with this CNC for a couple months now and am just getting started with the post for my right table on the CNC. I set up pop ups and an origin to mimic the left tables setup (for ease) and threw a program that I have working on the left table to the right... Well, all the values seem to be correct, except I keep getting an error.
My right table moves with V instead of the Y the left table uses. My gantry and table moves to the first section of code and executes with no problems, see example below:
G00 X9.1052 V10.2072
M71 M110
Z.5
Z.35
G01 Z0. F100.
X9.8791 V13.103 F600.
After it finishes that section, it gets this line:
G03 X9.3183 V13.726 R.5
And throws the error code NC101, sighting one Process, with an explanation of Positive Software Overlimit Travel in Y.
Why would it say I'm getting an overlimit in my Y?! I guess what really has me stumped is that it executes fine on my left table and it has no problem executing the first line on the right... I can't figure it out at all.
Any help? Any more examples needed? Anything I'm simply overlooking? |