Hello Guest it is March 29, 2024, 09:57:44 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - beerus

Pages: 1
1
Mach4 General Discussion / Mach4 G code problem (G01 is being ignored).
« on: August 30, 2016, 02:14:08 PM »
Dear all,
I'm trying to test my setup by running a simple G code:

%
G00 X0.0 Y0.0
G00 X10.0 Y10.0
G01 X1.0 Y1.0 F60
M30
%

What happens is the router goes to X0.0 Y0.0, then to X10.0 Y10.0, but it skips the G01 code (as if it completed it) and then stops and rewinds the cycle. I've loaded several test files of G code but got the same result. Also, I've noticed that while I'm manually jogging, using Mach4 buttons, on the screen there are FRO (G01) and RRO (G00) indicators, well, in my case only the FRO is being changed (even while executing the G00 code). I've scoured the internet and didn't find an answer.
Thanks in advance!

Pages: 1