Hello Guest it is April 19, 2024, 12:49:36 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.


Topics - kanowee

Pages: 1
1
General Mach Discussion / Z Axis Feedhold Reverse Run problem
« on: November 21, 2012, 06:26:55 AM »
Hello,

Have a plasma CNC machine, running MACH3 .066. I'm using Sheetcam with the THC300-G31 post processor.

When a plasma machine loses the plasma arc, there is a need to resume the cut from this exactly postion in order not to loose the cutted part. My machine have a floating Z axis, connected to a probe switch.

I'm doing the following:
1- The machine loses the plasma arc, them the motion stop. So I press feedhold, then reverse run to make the machine back to the lost arc point.
2- The X and Y axis reverse OK, but the Z axis go up, instead of staying at 0.00 coordinate.  The amount of Z that go up, could not understand. Sometimes it go up 7mm, sometimes 4.5mm, sometimes fractioned units like 5.85mm.
3- If I try to manually lower the z axis and then Zero it manually, a "Preparation to move" dialog appears, making the process more difficult to the operator. And the Z axis continues to go up if it do not reached the "desired" Mach3 position.

I think that there must be an error with my Gcode, or the G92 codes are telling Mach some offset that I dont need.

Resuming: The machine must not aleatory move the Z axis when clicking Reverse Run.

Here is a simple code:

N0000 (Filename: letra a.tap)
N0010 (Post processor: Plasma THC300 - G31.scpost)
N0020 (Date: 21/11/2012)
N0030 G21 (Units: Metric)
N0040 G53 G90 G40
N0050 F1
N0060 S500
N0070 (Part: letra a)
N0080 (Process: Offset externo, 0, T7: CHAPA 18 = 30A = 123V)
N0090 M06 T7  (CHAPA 18 = 30A = 123V)
N0100 G00 X37.1672 Y55.5242 Z20.0000
N0110 G31 Z -100 F500.0
N0120 G92 Z0.0
N0130 G00 Z3.0000
N0140 G92 Z0.0
N0150 G00 X37.1672 Y55.5242 Z1.5000
N0160 M03
N0170 G02 X32.5154 Y58.3262 I-0.9249 J3.7269 F2050.0
N0180 G03 X31.3515 Y58.3295 I-0.5823 J-0.1445
N0190 G01 X26.2010 Y38.0647
N0200 G03 X26.1999 Y37.7736 I0.5815 J-0.1478
N0210 G01 X29.1288 Y25.8648
N0220 X23.6707
N0230 G03 X23.0909 Y25.4191 I0.0000 J-0.6000
N0240 G01 X20.4083 Y15.3403
N0250 G03 X20.9826 Y14.5860 I0.5798 J-0.1543
N0260 G01 X32.0952 Y14.4832
N0270 X34.2447 Y4.8691
N0280 G03 X34.8302 Y4.4000 I0.5855 J0.1309
N0290 G01 X45.1313
N0300 G03 X45.7136 Y5.1445 I0.0000 J0.6000
N0310 G01 X32.5154 Y58.3262
N0320 M05
N0330 G00 Z20.0000
N0340 X17.1087 Y70.6367
N0350 Z1.5000
N0360 M03
N0370 G02 X19.8784 Y65.9655 I-0.9508 J-3.7204
N0380 G01 X19.7630 Y65.5141
N0390 X4.4187 Y5.4702
N0400 G03 X4.9872 Y4.7218 I0.5813 J-0.1486
N0410 G01 X15.0737 Y4.5074
N0420 G03 X15.6682 Y4.9601 I0.0128 J0.5999
N0430 G01 X30.9052 Y65.2184
N0440 G03 X30.3235 Y65.9655 I-0.5817 J0.1471
N0450 G01 X20.3443
N0460 X19.8784
N0470 M05
N0480 G00 Z20.0000
N0490 M05 M30

Thank you for any help.


Pages: 1