GithubHelp home page GithubHelp logo

dongbu / avcnc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaopeifenng/avcnc

0.0 1.0 0.0 197 KB

avCNC is an open source CNC machine

License: GNU General Public License v3.0

CMake 1.59% C++ 98.41%

avcnc's Introduction

avCNC

avCNC - truly open source CNC

avCNC is an attempt to create open source CNC machine aside with an CNC control software.

avCNC consists of 5 parts

  • avCNCgui - an graphical front end
  • avCNCinterpreter - a CORE that interprets G-code in real time
  • avCNCinterpolation - a conponent that runs in realtime to control the serve motor or step motor.
  • avCNCinterface - a hardware interface that connect CNC machine and CNC control software.
  • avCNCmachine - a CNC machine with stardart set of axis.

avCNCgui

avCNCgui will run on embeded linux with Wayland as display server. so avCNCgui will use Qt as toolkit.

avCNCinterpreter

avCNCinterpreter is controled by avCNCgui. It's mainly for interpreting G-code and turn it into an internal data structure that avCNCinterpolation will relay on.

avCNCinterpolation

avCNCinterpolation is the one that must runs realtime, so we will need an RT-kernel, or we can have avCNCinterpolation run on seperated core. avCNCinterpolation generate motor control signal to drive motors on the CNC machine.

avCNCinterface

this is not an program ,but a protocol that avCNCinterpolation used to communicate with CNC machine

avCNCmachine

this is not an program, but an CAD design that shows how an standard 5 axis CNC machine with avCNCinterface is .

插补器原理

插补器是 avCNC 的核心。avCNC 的插补器分成两个部分,一个使用数字积分法得出插补路径。另一个则利用定时器输出所需的插补脉冲

avcnc's People

Contributors

microcai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.