CNC12 Lathe CAM, spindle speed not correct < css , resolved>
Moderator: cnckeith
-
- Posts: 86
- Joined: Wed Oct 13, 2021 11:58 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
CNC12 Lathe CAM, spindle speed not correct < css , resolved>
Have specified 3500 RPM CSS in Lathe CAM but running the program spindle wont go beyond 2000 RPM. G-code specifies M96 S4000 M3. I have an encoder and its working correctly, max spindle speed set to 5000 rpm in wizard. I can manually set spindle to 5000 RPM no problem. What could be happening here?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3537
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: CNC12 Lathe CAM, spindle speed not correct
max 2000rpm ist default for Intercon
You can change this in the Intercon setup page
I bet you have G50 S2000 in the g code
Uwe
You can change this in the Intercon setup page
I bet you have G50 S2000 in the g code
Uwe
Last edited by suntravel on Fri Dec 27, 2024 3:44 pm, edited 1 time in total.
1 user liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 86
- Joined: Wed Oct 13, 2021 11:58 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: CNC12 Lathe CAM, spindle speed not correct
That did it. Thanks Uwe, your replies are always perfect.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3537
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: CNC12 Lathe CAM, spindle speed not correct
G96 S1500.0 M3
This is 1500 m/min surface speed = 16464.3 rpm at 29mm diameter
G97 S1500 = 1500 rpm
Try G96 S150, that would be 1646 rpm at 29mm, going up to the max spindle speed if the diameter gets smaller.
For turning with carbide G96 S90 up to S200 are typical values.
Uwe
This is 1500 m/min surface speed = 16464.3 rpm at 29mm diameter
G97 S1500 = 1500 rpm
Try G96 S150, that would be 1646 rpm at 29mm, going up to the max spindle speed if the diameter gets smaller.
For turning with carbide G96 S90 up to S200 are typical values.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 86
- Joined: Wed Oct 13, 2021 11:58 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: CNC12 Lathe CAM, spindle speed not correct
Ok, this is my error. I was interpreting CAM's "CSS" value wrong. For some reason i thought it was RPM. It is in m/min. Explains everything.
Thanks again Uwe.
Thanks again Uwe.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)