Hello Guest it is March 28, 2024, 07:06:13 PM

Author Topic: Possible to re-label axes in Mach Mill?  (Read 3813 times)

0 Members and 1 Guest are viewing this topic.

Possible to re-label axes in Mach Mill?
« on: May 18, 2010, 11:58:48 AM »
I need to re-label the first axis to Z so that Mach outputs vectors to the first axis instead of the 3rd axis when processing G code programs.  Is this possible in Mach Mill?

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Re: Possible to re-label axes in Mach Mill?
« Reply #1 on: May 18, 2010, 12:11:14 PM »
Huh? Please try describing what your trying to accomplish as your description of what you want to do leaves one scratching their head.
Happy machining , Jeff Birt
 
Re: Possible to re-label axes in Mach Mill?
« Reply #2 on: May 18, 2010, 12:34:33 PM »
I'll try to put it into simpler terms:

I want to re-label the X axis as Z.  It quite common on other controls and is used for a variety of reasons some of which
are:

When used in conjuction with a scaling factor, it can be used to wrap an X,Y Z program around a rotary axis by swapping the X with a rotary axis label.

On big 4 axis horiz it is often used to perform pecking and other light duty operations with the quill axis rather than humping 10,000lbs of saddle back and forth with a .25" drill. 

You may also want to use it  for probing operations in the same situation.

In my case I have a right angle head attachment on a vertical and want to do lathe operations hence Z<->X (and Y<->X)

Hope that clears it up for you.


Regards

Scott

PS Of course I could do a bunch of search and replace with an editor or code my utility but that wouldn't be what I want or nearly as flexible

Offline Jeff_Birt

*
  •  1,107 1,107
    • View Profile
    • Soigeneris
Re: Possible to re-label axes in Mach Mill?
« Reply #3 on: May 18, 2010, 12:50:45 PM »
Do a search for SwapAxis()
Happy machining , Jeff Birt
 

Offline simpson36

*
  •  1,369 1,369
    • View Profile
Re: Possible to re-label axes in Mach Mill?
« Reply #4 on: May 24, 2010, 12:49:22 PM »
As Jeff mentioned, Mach has a software 'swapaxis' function that accomplishes what you want to do. It must be called from a macro. I just posted an example macro again here (post #205). You can peek at the macros and see how the function is used:

http://www.machsupport.com/forum/index.php/topic,11422.205.html

Definately check out this little utility:

http://www.cncwrapper.com

From 2D Gcode to this for only $20:  (rotary work starts 40 seconds into the video)

http://www.youtube.com/watch?v=sC2urdg_bqg
« Last Edit: May 24, 2010, 12:51:35 PM by simpson36 »
Re: Possible to re-label axes in Mach Mill?
« Reply #5 on: May 29, 2010, 01:35:05 PM »
Is this to be a permanent setup? if so, just program X and Y as usual, Z as quill axis, and use A axis for the knee. sound suitable? I far prefer hardware solutions to this sort of thing.