DIY从头刀位点。(基本)

[英]DIY G-code from scratch. (in BASIC)


Does anyone know where I can find the parameters and mathematical formulas for the G-code commands if I want to program a G-code interpreter from scratch.

有没有人知道如果我想从头编程一个g代码解释器,我可以在哪里找到G-code命令的参数和数学公式。

Been using Google but can't find anything that explains it or gives a simple list over them.

一直使用谷歌,但找不到任何可以解释或给出简单列表的东西。

I have a idea for a project where I want to control a CNC machine with an old BASIC computer (Commodore 64 for example) and libraries wont help me to much. why? I like old computers and it's fun to try it.

我想要一个项目,我想用一台旧的基本计算机(例如Commodore 64)来控制一台数控机床,而图书馆也帮不上什么忙。为什么?我喜欢旧电脑,尝试一下很有趣。

1 个解决方案

#1


0  

A base line reference for the language is easily found at Wikipedia: https://en.wikipedia.org/wiki/G-code.

在维基百科上很容易找到这种语言的基线参考:https://en.wikipedia.org/wiki/G-code。

This doesn't describe how to implement these commands, but it sounds like you want to just generate them (surely you don't intend for the Commodore to read and execute G commands? It hasn't got the computational power to do it).

这并没有描述如何实现这些命令,但是听起来您想要生成它们(当然,您不打算让Commodore读取和执行G命令吗?它还没有计算能力。


注意!

本站翻译的文章,版权归属于本站,未经许可禁止转摘,转摘请注明本文地址:http://www.silva-art.net/blog/2015/09/06/39f3efcb8ad99ab898e1021e823940d4.html



 
© 2014-2019 ITdaan.com 粤ICP备14056181号