Hello Guest it is May 12, 2025, 12:42:55 AM

Author Topic: G Code Causing Problem with Plasma Machine  (Read 7926 times)

0 Members and 1 Guest are viewing this topic.

G Code Causing Problem with Plasma Machine
« on: April 01, 2009, 09:33:29 AM »
I have a plasma machine that works off of Mach 3 to cut and bevel pipe. I am having a problem with G codes possibly. When I run the G code it makes the first cut just fine but when it gets to the point to start the second cut the torch turns on and then shuts off without even giving the torch a chance to create an arc. The plasma machine is not showing any default and because its making the first cut just fine leads me to know its not the plasma machine itself. I am also using THC 300 with this whole machine. Could anybody help me and give some input into why it would be doing this? Is is the G code? Is it a setting in Mach 3?

Offline Graham Waterworth

*
  • *
  •  2,782 2,782
  • Yorkshire Dales, England
Re: G Code Causing Problem with Plasma Machine
« Reply #1 on: April 01, 2009, 11:57:23 AM »
Hi,

post the g-code file that is causing the problem and lets have a look at that for a start.

Graham
Without engineers the world stops
Re: G Code Causing Problem with Plasma Machine
« Reply #2 on: April 01, 2009, 12:01:07 PM »
G90 G0Z.5
G91 G0B-37.5 X5.0
G90 G1Z-1.40F100
G91M3
G4 P.9
G1 X.16F75
G1 A20.50F30
G1 X-.16F75
M5
G90 G1Z.5F100
G91 G0B37.5 X-.625
G90 G1Z.08F100
G91M3
G1 Z.3 F50
G1 Z.08
G91
G1 A20.82F30
M5
G90 G0Z.5
G91 G0B37.5 X-1.625
G90 G1Z-1.60F100
G91M3
G4 P.4
G1 X-.16F75
G1 A20.50F30
G1 X.16F75
M5
M30

vmax549

*
Re: G Code Causing Problem with Plasma Machine
« Reply #3 on: April 05, 2009, 10:07:49 PM »
Look at the second arc strike M3 there is NO pause(g4 P.6 ) after that one. that could be allowing the head to move before  a good arc signal comfirms the arc and it resets.

Just a thought, (;-) TP