robertspark wrote: Tue Jun 02, 2020 6:25 pm
does the fire control software use an ArcOK / Transfer signal from the plasma cutter?
Answered my own question..... that would be a
no, so your G4 Pxxx time will need to "guess" that the arc has transferred and then allow for the material can be pierced....
https://www.langmuirsystems.com/thc/gui ... wiring-hyp
(not a very good system sorry that is just a bit £$%$!! for a torch height controller + cnc plasma cutter).
suggest you play around with the pierce delay time and see if this can improve your cut quality
I see you have a Razorweld45.... sorry I know absolutly nothing about them......
Do they have some cut charts that provide the pierce delay expected?
Edit: found this whilst looking for a list of G and M Codes:
https://forum.langmuirsystems.com/t/raz ... chart/1232
This is the one that I use for my hypertherm 45 with a duramax torch (same as the 45XP, 65, 85 etc cut charts, kerf etc)
https://www.hypertherm.com/Download?fil ... &zip=False
for 1/8" mild steel at 45A (10g) it is 0.4 sec pierce delay AFTER the arcOK / transfer signal is recieved..... (I've not timed it but I think from reading elsewhere that the transfer signal could be 100mSec to 200mSec so the delay would thern be about 0.6 Sec if I was to guess it without using an ArcOK /transfer signal..... hence 1 second is probably a bit long....... but only you can work that out....
try a series of pierces with different delays to find something ballpark that works for you.....
eg:
Jog the machine to a location..... and run the following gcode (copied from yours below largely)
Code: Select all
G90 G94
G17
G20 (Units: Inches)
H0 (THC Off)
G92 X0 Y0 Z0 (set work co-ordinates to zero)
G38.2 Z-5.0 F100.0 (Initial touchoff)
G92 Z0.0
G0 Z0.2
G38.2 Z-5.0 F10.0
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.1 (100mSec delay)
M5
G0 Z0.2 (retract torch a bit)
G0 X0.5 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.2 (200mSec delay)
M5
G0 Z0.2 (retract torch a bit)
G0 X1 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.3 (300mSec delay)
M5
G0 Z0.2 (retract torch a bit)
G0 X1.5 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.4 (400mSec delay)
M5
G0 Z0.2 (retract torch a bit)
G0 X2 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.5 (500mSec delay)
M5
G0 Z0.2 (retract torch a bit)
G0 Y0.5 X0 (start next row)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.6 (600mSec delay)
M5
G0 X0.50 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.7 (700mSec delay)
M5
G0 X1.0 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.8 (800mSec delay)
M5
G0 X1.5 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P0.9 (900mSec delay)
M5
G0 X2 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.0 (1Sec delay)
M5
M0 (PAUSE)
(PRESS START TO CONTINUE IF YOU)
(HAVE NOT FOUND THE RIGHT PIERCE TIME)
G0 Y1 X0 (start next row)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.1 (1.1Sec delay)
M5
G0 X0.50 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.2 (1.2Sec delay)
M5
G0 X1.0 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.3 (1.3Sec delay)
M5
G0 X1.5 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.4 (1.4Sec delay)
M5
G0 X2 (move 1/2 inch)
G38.2 Z-5.0 F10.0 (perform quick touchoff)
G92 Z-0.02 (IHS Backlash switch offset)
G0 Z0.15 (Pierce Height)
M3
G4 P1.5 (1.5Sec delay)
M5
M30 (stop & rewind)
This should work in a small 1.5" x 2" square
It should not take too long to do.
Once you find the RIGHT pierce delay....
You will need to find the initial delay which is added for the very first pierce.... or it may not go all the way though looking at the sheetcam post processor this is set as 0.0 as default..... you may need to add a 0.1 or 0.2 delay just for the very FIRST pierce.
You can also use the above gcode test file to find what setting you would like to use to dimple for a centre punch mark for drilling...... if you pierce all the way through the metal can become hardened and be tough on HSS drill bits making them blunt a bit quicker than necessary ..... if you dimple the drill marks this is less likely to be an issue.