Hello Guest it is March 28, 2024, 05:47:50 AM

Author Topic: Thc disable when cutting holes , cnc plasma  (Read 3869 times)

0 Members and 1 Guest are viewing this topic.

Thc disable when cutting holes , cnc plasma
« on: February 25, 2017, 07:57:50 AM »
Hi everyone , i have custom cnc plasma table that i build . I use mach3 and sheetcam software . I have proma thc and i need to make a new rules on sheetcam to turn off and turn on thc when cutting holes. I d'ont know if its possible to create a maccro on mach3 that i will use on sheetcam rules ?

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Thc disable when cutting holes , cnc plasma
« Reply #1 on: February 25, 2017, 08:41:00 AM »
No, i don't think you can do this, the feature you want is available on integrated THC systems but not something you can do on the proma as it controls the height on its own.

Also there is a problem in running a macro in Mach3 while the system is in motion  - it causes a stutter in motion while the macro is processed.

Now, having said that, I might try this - do all the cuts you need no THC for first, make as a separate tool path and simply turn the proma off. Then do the cuts with THC and turn it on maybe??

For integration like this I think the minimum you need is something like THC from CandCNC but you are looking at £800 or more i think, this will give full THC control from within SheetCam but it comes at a cost
Re: Thc disable when cutting holes , cnc plasma
« Reply #2 on: February 25, 2017, 10:32:35 AM »
Ok thanks

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Thc disable when cutting holes , cnc plasma
« Reply #3 on: February 25, 2017, 12:21:47 PM »
Maybe, its not something i have tried, speed will be the issue - it might not switch off quick enough to make a difference.

I would not use the relay to switch the proma off, use it to disconnect the down signal so the torch does not dive :)
Re: Thc disable when cutting holes , cnc plasma
« Reply #4 on: February 25, 2017, 04:14:19 PM »
Yeah good idea !   How can i know the code from g code of an output ?  For example output 1 ??

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Thc disable when cutting holes , cnc plasma
« Reply #5 on: February 26, 2017, 03:30:55 AM »
Do a google search for Mach3 macro programming, and similar, there are a few documents that will help you a lot, there is no actual g-code for an output, its all done via macro's

you will need a couple of custom macro's say M1450 and M1451 maybe - M1450 would contain ActivateSignal(Output1) and M1451 would contain DeactivateSignal(Output1)

when you want to turn your output on the code will call M1450 etc, the macros live your macros folder and do not use any numbers that exist already in there.

the trick is getting the code into your post processor.

but dont forget - there will be a glitch in your X/Y motion when the macro is called, will it matter? Thats up to you :)


edit
Get the list of macro commands - if i recall there is a built-in call that can turn THC on an off, maybe that will be better.
« Last Edit: February 26, 2017, 03:32:37 AM by Davek0974 »
Re: Thc disable when cutting holes , cnc plasma
« Reply #6 on: May 25, 2020, 10:18:09 PM »
Hello,
I am having a similar problem
Mach3+sheetcam+WinXP+Proma150
Mach3 is constantly resetting the Z height from THC corrections. so the program cycle pierces lower and lower until it crashes into material. I do not use a touch off, only torch up/torch down, i need the other pins for other things. The odd thing is I have been plasma cutting with the same setup for years without this issue. Several separate setups. Just this setup its now an issue. All I want to do is disable the THC corrections from resetting the Z height, so it pierces same programmed z every time regardless of THC corrections. I cant work out if mach 3 is obeying on pierce or during cut or end of cut. The non THC post in sheetcam has always worked using Proma as I knew this post doesn't reference height during cutting.
« Last Edit: May 25, 2020, 10:20:40 PM by benergybenergy »