Everything has been running fine for the most part, but today when attempting to make a cut the torch head will go down to sense the work piece, lift up to the pierce height and initiate the cut but once the torch fires it raises up even higher to about 3/8 above work piece instead of going down to pierce. Just started happening out of no where.
Copy and paste the first 10-15 lines of code here. This is usually caused by an error in entering the pierce/cut heights in the CAM setup.
(v1.6-af)
G90 G94
G17
G20
H0
(2D Profile1)
G0 X-1.4375 Y0.9115
G92 Z0.
G38.2 Z-5. F100.
G38.4 Z0.5 F20.
G92 Z0.
G0 Z0.04 (IHS Springback + Backlash)
G92 Z0.
G0 Z0.15 (Pierce Height)
Could you post maybe the first 25 lines of code.
You posted just enough code did not show the cut height.
(v1.6-af)
G90 G94
G17
G20
H0
(2D Profile1)
G0 X-1.4375 Y0.9115
G92 Z0.
G38.2 Z-5. F100.
G38.4 Z0.5 F20.
G92 Z0.
G0 Z0.04 (IHS Springback + Backlash)
G92 Z0.
G0 Z0.15 (Pierce Height)
M3
G4 P0.5
G0 Z0.4 (Cut Height)
H1
G1 X-1.3125 Y0.695 F40.
G1 X1.3125 F40.
G2 X1.3425 Y0.665 I0. J-0.03
G1 Y0.04
G2 X1.3125 Y0.01 I-0.03 J0.
G1 X-1.3125
Change your cut height to .04 and this should correct your issue.
It’s trying to reach that .4 which is a little bigger than three eighths. It is doing what it’s told to do.
Post back and let us know if that works
This is the easiest mistake to make when setting up the post process values…One forgets or transposes the “0” when entering. I have done it multiple times - Pierce height .15, cut height .60. Pierces just fine then raises up and trashes the nozzle and the part.
Definitely one of the most common errors.
The Decimal Point Transposition Error.
Especially for Canadians, since the ALL use the metric system and the conversion is confusing to them