Hello Guest it is March 28, 2024, 07:13:05 AM

Author Topic: Program A axis to rotate as a Spindle  (Read 2127 times)

0 Members and 1 Guest are viewing this topic.

Program A axis to rotate as a Spindle
« on: June 10, 2011, 09:25:55 AM »
just added a 4 axis (" A axis" via a stepper motor to my system).  
I want to turn it on so that it continues to rotate at a constant speed while Mach3 runs my program (g-code) instead of having to
Program each line with the "A *********.*********" code" to have the A axis spindle.  
So how do I program the 4th axis to turn on at the beginning of my g-code file, then turn off at the end?

Any suggestions?  Thanks.
« Last Edit: June 10, 2011, 06:16:55 PM by RICH »

Offline BR549

*
  •  6,965 6,965
    • View Profile
Program A axis to rotate as a Spindle
« Reply #1 on: June 10, 2011, 01:32:51 PM »
It is not possible using MACH in the NORMAL manner.

HOWEVER  IF you had a "manual spindle control " ( you turn it on/off by hand) you could set up the A axis to be run AS a spindle with step direction control. Speeds would be limited though.

Just a thought, (;-) TP