Is there a way with sheetcam to turn on and off ATHC when cutting smaller holes?
Thanks,
Tyler
ATHC
-
- 1.5 Star Member
- Posts: 36
- Joined: Wed Jul 14, 2010 6:32 pm
- Location: Albany, Oregon
- Contact:
-
- 4 Star Elite Contributing Member
- Posts: 1621
- Joined: Tue Feb 28, 2012 6:47 pm
Re: ATHC
It's up to your control program to do that. In MACH3 you can do a macro that in essence clicks the THC button off or on.
Lets say you write the macro and name it M101 for off and M102 for the on macro
you then use the G code snips tool in SheetCAM to call the M code macro.
Good news: it works
Bad news : G-code executes one line at a time and a macro causes it to pause any motion while it executes, so it works poorly at the wrong spot.
Worse news: If you don't use MACH and have a stand alone THC your THC knows nothing about what is happening in g-code unless the control program can send it a disable command.
Lets say you write the macro and name it M101 for off and M102 for the on macro
you then use the G code snips tool in SheetCAM to call the M code macro.
Good news: it works
Bad news : G-code executes one line at a time and a macro causes it to pause any motion while it executes, so it works poorly at the wrong spot.
Worse news: If you don't use MACH and have a stand alone THC your THC knows nothing about what is happening in g-code unless the control program can send it a disable command.