CNC conversion Questions and Linuxcnc
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
22 Aug 2017 07:34 #97860
by andypugh
Possibly this:
linuxcnc.org/docs/2.7/html/man/man9/hostmot2.9.html
It's not the best-formatted of manual pages.
Replied by andypugh on topic CNC conversion Questions and Linuxcnc
is there some other documentation I missed somewhere?
Possibly this:
linuxcnc.org/docs/2.7/html/man/man9/hostmot2.9.html
It's not the best-formatted of manual pages.
The following user(s) said Thank You: Kermitfrog
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18592
- Thank you received: 5113
22 Aug 2017 13:33 #97871
by PCW
Replied by PCW on topic CNC conversion Questions and Linuxcnc
The Hostmot2 manual page describes the firmware used with LinuxCNC
The filter options are all controlled by setting parameters in LinuxCNCs hal file
The filter options are all controlled by setting parameters in LinuxCNCs hal file
Please Log in or Create an account to join the conversation.
- Kermitfrog
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
22 Aug 2017 19:05 #97893
by Kermitfrog
Replied by Kermitfrog on topic CNC conversion Questions and Linuxcnc
Thanks, that gives me s better idea of how things are interconnected.
Still trying to figure out specifics for encoder. I could make an aluminum or plastic wheel with notches and put behind spindle pulley, for lathe but how many notches? And do i need quadrature? Index pulse? does lcnc need direction and acceleration feedback for CSS and threading etc?
Still trying to figure out specifics for encoder. I could make an aluminum or plastic wheel with notches and put behind spindle pulley, for lathe but how many notches? And do i need quadrature? Index pulse? does lcnc need direction and acceleration feedback for CSS and threading etc?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18592
- Thank you received: 5113
22 Aug 2017 19:14 - 22 Aug 2017 19:21 #97894
by PCW
Replied by PCW on topic CNC conversion Questions and Linuxcnc
You need quadrature only if you reverse the spindle during spindle synchronized motion (for rigid tapping etc)
You need index for any spindle synchronized moves (threading etc)
Theoretically you could get away without index with a clever hal component but you
would end up with a volatile index position so could not resume threading etc after a shutdown
Required encoder resolution depends on spindle speed regulation and how slow you need to go
Poor speed regulation or slow speeds require higher encoder resolution
Even a single pulse per revolution will work if the spindle speed variation per turn is small
(large spindle mass, small load variation etc)
You need index for any spindle synchronized moves (threading etc)
Theoretically you could get away without index with a clever hal component but you
would end up with a volatile index position so could not resume threading etc after a shutdown
Required encoder resolution depends on spindle speed regulation and how slow you need to go
Poor speed regulation or slow speeds require higher encoder resolution
Even a single pulse per revolution will work if the spindle speed variation per turn is small
(large spindle mass, small load variation etc)
Last edit: 22 Aug 2017 19:21 by PCW.
Please Log in or Create an account to join the conversation.
Time to create page: 0.109 seconds