linux cnc and closedloop dc motor control
- guicnc
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
25 Jun 2014 04:04 #48232
by guicnc
linux cnc and closedloop dc motor control was created by guicnc
do i or do i not need a mesa board to do positioning control with dc motors and quadrature encoders on Linux cnc ? or it can handle them directly from parallel port?
dose it do pid same way?
dose it do pid same way?
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18525
- Thank you received: 5076
25 Jun 2014 04:15 - 25 Jun 2014 04:17 #48233
by PCW
Replied by PCW on topic linux cnc and closedloop dc motor control
You can control a DC motor with just a hBridge, and a parallel port
This setup uses the same PID component as a fancier setup using external hardware
The limitations of using a parallel port are:
limited encoder resolution*speed
limited PWM resolution
But it does work:
emergent.unpythonic.net/projects/01142347802
for example
This setup uses the same PID component as a fancier setup using external hardware
The limitations of using a parallel port are:
limited encoder resolution*speed
limited PWM resolution
But it does work:
emergent.unpythonic.net/projects/01142347802
for example
Last edit: 25 Jun 2014 04:17 by PCW.
The following user(s) said Thank You: guicnc
Please Log in or Create an account to join the conversation.
Time to create page: 0.097 seconds