Hello Guest it is April 18, 2024, 08:20:08 PM

Author Topic: A axis  (Read 4635 times)

0 Members and 1 Guest are viewing this topic.

A axis
« on: January 02, 2011, 12:02:18 PM »
I've got my A-Axis up and running just fine.  Now I want to do some grinding using my milling head and rotating stock in my A-Axis.  I need a way to turn on my Axis and rotate it like a spindle.  Then I want use my other three axis to drive a grinding wheel. 

Is there a way to just spin the a Axis? 

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: A axis
« Reply #1 on: January 02, 2011, 12:13:37 PM »
NOT and use the spindle at the same time. The option would be to drive the A axis from an outside driver and turn it on/off through an ouput pin.

(;-) TP
Re: A axis
« Reply #2 on: January 02, 2011, 02:32:51 PM »
Wow, Thanks for the Quick response. 

My spindle is belt driven and I'm not using Mach3 to control it.  Is there a way I could make two configurations, one for normal a axis use and another for setting up my A-Axis as a spindle?

If so, how do I go about setting up a stepper as a spindle? 

Thanks in Advance. 

Matt

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: A axis
« Reply #3 on: January 02, 2011, 02:57:11 PM »
OK IF you are not using the spindle function in mach then set up the spindle as you would if you were using the A axis as the spindle .

Then when you need to run A as a spindle use the Swappaxis() funtion to swap the spindle function over to the A axis. Then the A axis will run as the spindle. When you are done use the Unswappaxis() to return things to normal.

Lookup the correct useage of the SwappAxis() funtions.

(;-) TP
Re: A axis
« Reply #4 on: January 02, 2011, 03:00:57 PM »
Thanks, I'll give it a shot

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: A axis
« Reply #5 on: January 02, 2011, 05:46:06 PM »
Or just set up a new profile with the A axis as a spindle.
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
Re: A axis
« Reply #6 on: January 02, 2011, 06:42:08 PM »
Yep that is what I dediced to do.

I tried that earilier.  My current configuration, I have the A-Axis set up at 35 steps per unit (deg).  I can set the feedrate up to 3000 and send the A to 720 and it will fly. 

When I set it up as a spindle, I bump the step up to 12,600 (35 * 360) or one revolution per unit.   I give it a S1500 M3 and it creeps.  Any ideas what I'm doing wrong?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: A axis
« Reply #7 on: January 02, 2011, 07:45:40 PM »
What Velocity do you have for the spindle setup, also what pulley speed do you have for Max and are you on the right pulley?
Hood

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: A axis
« Reply #8 on: January 02, 2011, 09:32:25 PM »
Quote
stepper as a spindle
I would guess that the max you will get out of a stepper will be like 1000 rpm ( maybe less but you'll find out ) and no torque so yo will need some ratio increase to increase the rpm.
Additionaly if you try to control it you may find out that the stepper speed will not be linear ie; rpm increase is not linear as you increase the speed due to
torque falling off and the influence of increased torque required  to turn the spindle it's driving.
Just something you should be aware of.
RICH

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: A axis
« Reply #9 on: January 03, 2011, 04:34:46 PM »
set the spindle up exactly like you had the Axis and see what you get(;-)

(;-) TP