Hello Guest it is April 19, 2024, 06:59:14 PM

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 - wyte4444

Pages: 1
1
General Mach Discussion / Re: Arc issues with multiple offsets?
« on: October 28, 2013, 10:42:55 AM »
Cutter comp. appears to be the root of the problem. I took out the G41s and G40s, and it seems to run smoothly now. For whatever reason it doesn't seem to like me enabling and disabling cutter comp. between work offsets.

2
General Mach Discussion / Re: Arc issues with multiple offsets?
« on: October 28, 2013, 09:40:25 AM »
From what I can tell we are running a bastardized version of mach3 from tormach. It appears to be running off of mach3 version 1.0.0.1. Here is the xml, I hope its the one you are looking for.

I have programmed it with again using just radius arc format. It runs fine on G54 but when it moves to G55 I have the same problem just after the first arc. It also runs fine if I run seperate programs on each offset, loading a new program each time. It just doesn't seem to want to cooperate if everything is in the same program.

3
General Mach Discussion / Re: Arc issues with multiple offsets?
« on: October 27, 2013, 07:31:02 PM »
Ill post that info first thing in the morning when I get into the shop.

4
General Mach Discussion / Arc issues with multiple offsets?
« on: October 27, 2013, 02:26:55 PM »
I am running a setup with three chucks and three different work offsets. I am trying to cut some threads with a thread milling tool. The program runs perfectly on the first offset(G54) but when the tool gets to the second (G55), after the lead in to begin cutting the thread, my code is completely ignored and the tool veers off to the right and the machine makes a terrible whining noise.

Here is my code.

(THREAD1)
G54
G0 G17 G40 G49 G80 G90
T3 M6 G43 H3
S1500 M3
G90 G00 X0 Y0
G43 H3 Z0 M3 S1618
G91 G00 X0 Y0 Z-0.5713
G41 D3 X0.9250 Y-0.3281 Z0
G91 G03 X0.3281  Y0.3281 Z0.0013 R0.3281 F3.
G91 G03 X0 Y0 Z0.0833  I-1.2530 J0 F8.
G91 G03 X-0.3281 Y0.3281 Z0.0013 R0.3281
G00 G40 X-0.9250 Y-0.3281 Z0
G90 G0 Z3.

(THREAD2)
G55
G0 G17 G40 G49 G80 G90
G43 H3
S1500 M3
G90 G00 X0 Y0
G43 H3 Z0 M3 S1618
G91 G00 X0 Y0 Z-0.5713
G41 D3 X0.9250 Y-0.3281 Z0
G91 G03 X0.3281  Y0.3281 Z0.0013 R0.3281 F3.

(THE PROGRAM RUNS FINE UP UNTIL THIS POINT)

G91 G03 X0 Y0 Z0.0833  I-1.2530 J0 F8.
G91 G03 X-0.3281 Y0.3281 Z0.0013 R0.3281
G00 G40 X-0.9250 Y-0.3281 Z0
G90 G0 Z3.

(THREAD3)
G56
G0 G17 G40 G49 G80 G90
G43 H3
S1500 M3
G90 G00 X0 Y0
G43 H3 Z0 M3 S1618
G91 G00 X0 Y0 Z-0.5713
G41 D3 X0.9250 Y-0.3281 Z0
G91 G03 X0.3281  Y0.3281 Z0.0013 R0.3281 F3.
G91 G03 X0 Y0 Z0.0833  I-1.2530 J0 F8.
G91 G03 X-0.3281 Y0.3281 Z0.0013 R0.3281
G00 G40 X-0.9250 Y-0.3281 Z0
G90 G0 Z4.
M5
G54
G17 G90 G0 X0 Y0

M9
M30

I have successfully run a program with the "G91 G03 X0 Y0 Z0.0833  I-1.2530 J0 F8." line taken out.
I have also tried replacing that line with four quarter circle arcs but I still get the error.

Any ideas or known issues??

Pages: 1