PDA

View Full Version : Cnc 3040t



etNick studio
13-11-2014, 11:38 PM
Hi guys, i have a problem with my machine. When I reinstalled Mach 3 software, i observed that the spindle pot on the controller became so slow that I have to put it to max in order to cut clean... before that, the spindle speed is adequate at the mid range only. Now i had to set it to max. Any advice on this ?

JAZZCNC
14-11-2014, 12:39 PM
Hi guys, i have a problem with my machine. When I reinstalled Mach 3 software, i observed that the spindle pot on the controller became so slow that I have to put it to max in order to cut clean... before that, the spindle speed is adequate at the mid range only. Now i had to set it to max. Any advice on this ?

Read the mach3 manual it will expalin how to setup the spindle outputs and spindle pulley settings so you get the correct speed for the voltage being output. IE 0v=off 10v=full speed.
Set the spindle pulley in mach to max spindle speed then when you command full speed you should see 10V on the spindle output. If you don't then go tweak the settings in spindle setup if using Modbus PWM or steps per in motor tuning if using axis as spindle.!

EddyCurrent
14-11-2014, 12:47 PM
You can set it so that in the G-code an S instruction will select the right speed. For example if you put S18000 it should rotate at 18000 rpm, then calibrate the vfd keypad display so it shows the right speed too.

JAZZCNC
14-11-2014, 01:23 PM
You can set it so that in the G-code an S instruction will select the right speed. For example if you put S18000 it should rotate at 18000 rpm, then calibrate the vfd keypad display so it shows the right speed too.

Probably not using a VFD eddy it's most likely just using DC speed controller.? . . . . But in either case the principle is the same and the VFD should display the speed in relation to the voltage being output so shouldn't be tweaking or calibrating the VFD at all other than to set parameters and display RPM not Amps or frequency.!

The S command will only output voltage based on the pulley ratio so if Max pulley is say 18000rpm and max spindle speed 24000rpm then you'll get 24000 rpm when you call for S18000 which will be 10V as the ratio takes the voltage into account. So say you set the pulley ratio as Min RPm = 6000 and Max 24000rpm then >0V = 6000 and 10V=24000rpm. You'll get a spindle pulley ratio error message if you tried to input S3000 or S25000.

EddyCurrent
14-11-2014, 03:10 PM
On my system the 0-10 volts goes to an inverter and that is configured accordingly so that 10v = top speed.
To get the S command working so it was 1:1 relationship I played about with the numbers here in Mach3

13853

JAZZCNC
14-11-2014, 03:24 PM
On my system the 0-10 volts goes to an inverter and that is configured accordingly so that 10v = top speed.
To get the S command working so it was 1:1 relationship I played about with the numbers here in Mach3

13853

Yes that's how you would do it when using Analog spindle axis but you still need to set in combination with the pulley Min/max speed to do it properly and get away from spindle over or under speed error messages.
PWM is slightly differant and done with Pulley and Modbus settings but still after same result of 10v output for maximum spindle speed.

vargai
14-11-2014, 10:58 PM
Hello
Other issue, just start somehow.
I saw your comments to Ba about his gantry design and found them interesting and valuable.
In the introduction topic I described my goal and your opinion would be appreciated.
I would like to place everything on to a right foundation before starting the build of my gantry.
Thank you in advance

etNick studio
15-11-2014, 10:55 AM
Thank you so much ... i'll try you advice and come back later.