How to set the maximum speed at 20,000 rpm?
viewsat opened this issue · 2 comments
viewsat commented
jmharvey1 commented
The Sketch, as written, limits the top end to 10,000 RPM.
That’s because the spindle motor and power source I used maxed out at about that speed.
If your machine is capable of 20K, then you can modify the sketch’s maximum to read 20,000 RPM.
Will it work at 20K? I can’t say. In principal it should, but a lot will depend your actual setup.
From: viewsat
Sent: Monday, November 7, 2016 1:14 AM
To: jmharvey1/Arduino-CNC-Speed-Control
Subject: [jmharvey1/Arduino-CNC-Speed-Control] How to set the maximum speed at 20,000 rpm? (#2)
Hi jmharvey1,
Can you set the maximum speed at 20,000 rpm?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Fosforitofercho commented
Search inside the exmaple this line "if (trgtRPM <10000) " , 10000 is the max speed" , change by 25000 for example