-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mooov is CNC Controller
What makes Mooov unique ?
- runs on low-cost, easy available hardware
- high-quality trajectory and speed control
- simple design for high reliability
Many existing CNC controllers run either on an Arduino, or on a Linux PC.
CNC Controllers on the Arduino are constrained by its limitations in ROM, RAM and CPU throughput.
A PC has much more resources, but this platform is not designed for real-time processing and as such it is difficult to achieve accurate control of the motors.
ARM-based uControllers, such as the Teensy provide a good compromise : plenty of HW resources for a reasonable cost and true real-time performance.
Moving the CNC along the correct path, at the correct speed requires lots of calculations. Todays uControllers allow to do accurate 6 axis linear and helical movement. At the same time they allow for higher-order speed profiles, optimizing the forces, speed and acceleration of the machine.
Mooov focuses on doing 1 thing only. We stick to the 80/20 Pareto 'rule'. The advantage is reduced complexity and improved reliability.
Documentation Wiki TOC