
04-11-2011, 05:15 PM
|
| | | Join Date: Apr 2005 Location: Paradise, Ca, USA Age: 35
Posts: 533
| |
Originally Posted by carlosdcerna I just bought a spindle from air turbine tools and i have a little problem.
In order to use this spindle the machine spindle has to run at 0 rpm. It has to be at 0 rpm because the air turbine spindle uses compressed air to turn the spindle. This compressed air is delivered via a hose connected to the spindle. What is the safest way to this? Is there some sort of m-code? Can i do it from mastercam??
Please help |
Mastercam is going to always post an M3 Sxxx unless you modify your post processor. The easiest way for you to do this is to simply delete the M3 line in your program and never give the spindle any commands. It will run just fine like that. M3 S0 is going to give you an alarm, I'm pretty sure.
I brush aluminum parts for one of my customers by holding a 2" conditioning disc in a tool holder and running the disc over the part at 100% rapid, but I did try G1 moves with no spindle command and it worked just fine.
However, I wonder if what you really need is to orient and lock the spindle in one spot. I think it depends on the year of the machine and if it has the spindle orient option (if you have a probe, you have the orient option as well), but M19 Pxx.xx will orient the spindle. I believe the machine will run G1/2/3 commands like that. |