OXY FUEL CUTTING PIERCING DELAY
28 Jun 2021 07:43 #213097
by rajsekhar
OXY FUEL CUTTING PIERCING DELAY was created by rajsekhar
Hello..Everyone..I am new to Linuxcnc..I have set up a system that is running ok in X, Y, Z direction. It is running with a parallel port 5axis breakout board. If I connect spindle motor with VFD, that is also working fine with 0~10 V control for speed.
Now, I am planning for a similar arrangement for Oxy-Fuel cutting with SheetCAM to generate code. That is working in direction X, Y, Z but piercing is not working in CNC. The simulation in Sheetcam shows piercing delay, but no delay occur when running in Linuxcnc. The Gcode shows no delay command either. I can manually put any delay to the code, but that should not be the way for regular use.
How to incorporate piercing delay (delay time varies depending on plate thickness) to the system..Can anyone help?
Now, I am planning for a similar arrangement for Oxy-Fuel cutting with SheetCAM to generate code. That is working in direction X, Y, Z but piercing is not working in CNC. The simulation in Sheetcam shows piercing delay, but no delay occur when running in Linuxcnc. The Gcode shows no delay command either. I can manually put any delay to the code, but that should not be the way for regular use.
How to incorporate piercing delay (delay time varies depending on plate thickness) to the system..Can anyone help?
Please Log in or Create an account to join the conversation.
28 Jun 2021 08:06 #213104
by rodw
Replied by rodw on topic OXY FUEL CUTTING PIERCING DELAY
You probably need to modify the onPendown() method in the Sheetcam post processor and add an appropriate G4 Pn where n = the pierce delay defined in the selected Sheetcam toolset. Before PLasmac was developed, we plasma users used to use a touch off routine that was called from that method which included the delay.
Something like what BigJohnT shared here.
gnipsel.com/shop/plasma/plasma.xhtml
Something like what BigJohnT shared here.
gnipsel.com/shop/plasma/plasma.xhtml
Please Log in or Create an account to join the conversation.
30 Jun 2021 04:40 #213305
by rajsekhar
Replied by rajsekhar on topic OXY FUEL CUTTING PIERCING DELAY
It worked perfect..Thanks lot
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.062 seconds