Two (2) spindles
Moderator: cnckeith
-
- Posts: 66
- Joined: Wed Nov 16, 2011 5:50 pm
- Allin1DC CNC Controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: Yes
Two (2) spindles
Anyone know how to control two (2) spindles with cnc11?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 21
- Joined: Wed Aug 03, 2011 1:29 pm
- Allin1DC CNC Controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: Yes
- CNC11: Yes
- CPU10 or CPU7: Yes
Re: Two (2) spindles
Are the spindles independently controlled? If not, you can just use the same signals going to both spindles. CNC11 systems do have the capability of controlling two spindles independently. The PLC program will need to be modified and you will also need to purchase the ADD4AD4DA board. We have not written a custom PLC program for that application and I can't say that I have ever heard of anyone else attempting this.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 66
- Joined: Wed Nov 16, 2011 5:50 pm
- Allin1DC CNC Controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC11: Yes
- CPU10 or CPU7: Yes
Re: Two (2) spindles
The second spindle is a servo motor with drive. I wanted to just use an axis output from the gpio4d. Basicly using the encoder for an axis as an rpm monitor and the -10v to +10v to control the direction and rpm. The external servo drive can be configured for RPM. Basicly +5volt would be 1000 rpm clock wise & -5volt would be 1000rpm counter clock wise. Ultimately I would like to match the spindle encoder with this drive. In other words reading this drives encoder and varing the -10v/+10v signal to match the spindle encoder.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 286
- Joined: Thu Mar 18, 2010 2:24 pm
Re: Two (2) spindles
bakeng,
You program an axis to move to a specific position, you cannot program it to a specified RPM. The only option to use a servo for a spindle is a C-axis on a lathe control. This option requires an unlock to function in the Centroid software.
You program an axis to move to a specific position, you cannot program it to a specified RPM. The only option to use a servo for a spindle is a C-axis on a lathe control. This option requires an unlock to function in the Centroid software.
When requesting support, please ALWAYS post a current report. Find out how to take a report from your Acorn, CNC11 or CNC10 system here: https://www.youtube.com/watch?v=Ecvg0VJp1oQ.
If your question is PLC, Macro or program related, please also post a copy of the program or macro as well.
Without the above information we may not be able to help and/or reply until the required information is posted..
If your question is PLC, Macro or program related, please also post a copy of the program or macro as well.
Without the above information we may not be able to help and/or reply until the required information is posted..
(Note: Liking will "up vote" a post in the search results helping others find good information faster)