Hello Guest it is April 19, 2024, 03:48:31 PM

Author Topic: axis are stopping during cutting process?  (Read 6845 times)

0 Members and 1 Guest are viewing this topic.

Re: axis are stopping during cutting process?
« Reply #10 on: January 24, 2012, 08:38:01 AM »
It may be possible for you to instead utilise the M110/M10 commands instead.  It may not be working in the present download but should be soon in the development version.

Hood

Thanks! This would be another topic but I would need some with XY offsets again. I have used G54 and G55 for torch and Scribe. Now Homing swiches are installed and therefore this offseting is not working anymore. What would be the procedure for setting offset parameters for G52?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: axis are stopping during cutting process?
« Reply #11 on: January 24, 2012, 10:02:34 AM »
Simply G52X*Y*  where * are the values you wish to offset the axis. G52 X0Y0 will set them back.

Hood
Re: axis are stopping during cutting process?
« Reply #12 on: January 26, 2012, 03:43:57 AM »
Simply G52X*Y*  where * are the values you wish to offset the axis. G52 X0Y0 will set them back.

Hood

It was easier than I expected - works fine, thanks a lot!
Re: axis are stopping during cutting process?
« Reply #13 on: May 15, 2012, 09:35:02 AM »
Simply G52X*Y*  where * are the values you wish to offset the axis. G52 X0Y0 will set them back.

Hood

I have now updated Mach. How can I use M110/M10 commands to deactivate output 2 (THC off) instead of M15, to prevent axis stopping during the process?

Thank you in advance!

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: axis are stopping during cutting process?
« Reply #14 on: May 15, 2012, 10:35:01 AM »
What do you use OutPut2 for?
Hood

It swiches off automatic arc height control before leadout or in case it is better to cut in manual THC mode.
So you're getting dive at kerf crossing and/or slow down at leadout.

You should really use anti-dive but if you prefer to switch off THC then you can't do it with ANY macro without Mach stopping. It's not so much that a macro takes time to do what it does, it's because Mach's CV planner doesn't blend movement accross a macro call and therefore you get an exact stop between the two moves.

Do a search for the E1P0/E1P1 command family which were created for laser users but may help you.

Ian