Floating Torch set up for sheetcam, mach3, and proma 150

Mach3 and Mach4 questions, tips and topics can be posted here
Post Reply
TrinityFabworks
2.5 Star Member
2.5 Star Member
Posts: 186
Joined: Tue Apr 17, 2018 2:36 pm

Floating Torch set up for sheetcam, mach3, and proma 150

Post by TrinityFabworks »

Ok, I'm very inexperienced with cnc and just finished building my 4x4 table. I'm have sheetcam and mach 3 plasma. I'm now ready to test fire my table and I had a question. I built a floating head, but I need to know how to put that in the programming now. I have a proma 150 thc so I'm not sure if that will affect it or not. I've seen people talking about macros and some other things, but it is all a foreign language to me. I've got it running programs just fine, but I need it to touch off before every cut and I'd also like to have it find the X and Y zero to zero itself before it runs a job. If you could help me out I'd greatly appreciate it!
tcaudle
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 1353
Joined: Tue Feb 28, 2012 6:47 pm

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by tcaudle »

Pick the right POST in SheetCAM and the touch off sequence is there. You need to hard code in the POST the SwtichOffset number but its then automatic. Has no interface with the THC. There is no external on/off for the Promo so that i snot part of the POST or a macro.
tcaudle
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 1353
Joined: Tue Feb 28, 2012 6:47 pm

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by tcaudle »

The simplest is the old MP1000-THC post
User avatar
acourtjester
6 Star Elite Contributing Member
6 Star Elite Contributing Member
Posts: 7770
Joined: Sat Jun 02, 2012 6:04 pm
Location: Pensacola, Fla

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by acourtjester »

First understand the THC has nothing to do with the floating head, floating head finds the metal surface to set the pierce height. The THC adjusts the cut height after the cutting is started.
Here is how to find the backlash of the floating head switch.
https://www.youtube.com/watch?v=6CDml_kosbY
This image shows how the floating head switch backlash shows up in the g-code, I tried to find a Post Processor but could not :(
To zero out the X and Y just click on the zero X and zero Y boxes next to the DROs
g-code lift.JPG
g-code lift.JPG (36.16 KiB) Viewed 1058 times
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
User avatar
acourtjester
6 Star Elite Contributing Member
6 Star Elite Contributing Member
Posts: 7770
Joined: Sat Jun 02, 2012 6:04 pm
Location: Pensacola, Fla

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by acourtjester »

As tom said here is that post processor and where you change the floating head backlash value
Post Processor 2.JPG
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
User avatar
djreiswig
4.5 Star Elite Contributing Member
4.5 Star Elite Contributing Member
Posts: 1929
Joined: Thu Nov 19, 2015 10:02 pm
Location: SE Nebraska

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by djreiswig »

You should be able to assign the value to the variable at the top of the post rather than editing it in the actual post code.
2014 Bulltear (StarLab) 4x8
C&CNC EtherCut
Mach3, SheetCam, Draftsight
Hypertherm PM65
Oxy/Acetylene Flame Torch
Pneumatic Plate Marker, Ohmic, 10 inch Rotary Chuck (in progress)
fnqplasma
1 Star Elite Contributing Member
1 Star Elite Contributing Member
Posts: 10
Joined: Sun Nov 26, 2017 2:47 am

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by fnqplasma »

Your switch on the floating head needs to be set to the 'probe' function in mach3 inputs for this to work.
User avatar
acourtjester
6 Star Elite Contributing Member
6 Star Elite Contributing Member
Posts: 7770
Joined: Sat Jun 02, 2012 6:04 pm
Location: Pensacola, Fla

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by acourtjester »

You can use the floating head switch in either a limit/home setup using the g-code command of G28. Or as a separate function using the probe with a G31 command. I have done it both ways when using the G28 command I have strung all my home/limits in to one input pin, G28 is a homing command so it drives Z down to home. Mach sees the floating head switch as Z home when it trips and follows with the other commands to zero Z at metal surface and continues on. With the G31 Mach now looks for the probe input to complete the function of finding the metal surface. I have used a "Feather Touch" with the G28 as stated above. And a "Water Switch" as the probe input, both work great. The main difference is the "Feather Touch" with the home/limits is in a NC string and the "Water Switch" is in a NO separate input.
This has been done on a 5 input BOB, 1-home/limits, 2-probe, 3- arc OK. 4-up, 5-down for signals.
Old story "There is more then one way to skin a Cat" :D
DIY 4X4 Plasma/Router Table
Hypertherm PM65 Machine Torch
Drag Knife and Scribe
Miller Mig welder
13" metal lathe
Small Mill
Everlast PowerTig 255 EXT
TrinityFabworks
2.5 Star Member
2.5 Star Member
Posts: 186
Joined: Tue Apr 17, 2018 2:36 pm

Re: Floating Torch set up for sheetcam, mach3, and proma 150

Post by TrinityFabworks »

You guys are awesome! Thanks for the info, I will give it a try over the next few days!
Post Reply

Return to “Mach3 & Mach4 CNC”