搜索资源列表
designoflineandcircle
- 直线圆弧插补算法,利用C8051F单片机控制的铣床模型(直线圆弧插补算法)
example_of_c8051f
- 利用C8051F单片机控制的铣床模型(直线圆弧插补算法)
cabu
- 单片机插补算法思想,看了后会有点帮助。希望能对大家有用
51插补
- 51单片机,直线插补,圆弧插补。51单片机,直线插补,圆弧插补。
X-Y
- 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
5_2
- 用16F877A单片机实现两台步进电机的插补运动,且有加速度的自动调节功能。以两个小灯泡闪烁来做验证。自己调试过,成功-16F877A MCU with the interpolation of two stepper motor sports, and there is acceleration of the automatic adjustment. To verify the two small light bulbs do flicker. Debugged their successf
stepmotor
- 基于凌阳单片机spmc75f2413的步进电机3轴联动空间圆弧插补源程序-Sunplus spmc75f2413 based on single-chip stepper motor of 3-axis circular interpolation space source
chabu
- //经典插补程序 实现了小数控插补程序,程序完整可行,已经用于了生产。这是小数控单片机控制的一部分,另一部分如彩色液晶的,不在这里,不过可以和你交流。这个插补程序独立可行。欢迎交流 创达科技 陈仲库设计 技术支持QQ:86828048 kuzi00@163.com 程序转载请注明出处,欢迎技术交流-//Classic interpolation procedures to achieve a small CNC interpolation procedures, procedure
X-Y
- X-Y绘图仪最终版本,通过单片机实现的绘图仪,速度快。-C51 huituyi
chabu
- 本程序是用单片机模拟数控机床插补功能,输出信号经功率放大器连接到试验台.通过计算机串口来显示输出效果.试验效果还可以,如果单片机高档些效果会更好. -This process is simulated using SCM CNC interpolation function, the output signal by the power amplifier connected to the test bed. Through the computer serial port to displ
X5MCX312
- MCX312 CNC运动器单片机源码,包含直线,圆和圆弧插补运算及编码器读取等功能。
chabu
- 关于插补的一些源码及单片机程序,有C语言及汇编代码,有直线插补,螺旋线插补,圆弧插补-On the interpolation of some source code, and the microcontroller program
Strt
- 在点阵平面上画线段叫做插补。高级语言都有功能提供,例如LineTo函数或者DrawLine函数等,名称不同,工作内容是一样的,即指定一个起点和一个终点,然后用插补的算法画出线段,不过它们没有代码,读者不知道怎么完成插补的。本程序给出了这个过程。对自己开发在低档单片机上的运动控制提供一个参考。同时还提供了直线方程式系数的计算代码。-Draw line segments in the lattice plane is called interpolation. Have provided high-
Single-chip-stepper-motor-
- 单片机实现步进电机直线插补 程序未用PWM 用的普通IO口-Single-chip stepper motor linear interpolation
Hardware-linear-interpolation
- 单片机控制步进电机的硬件插补资料,在做两轴插补运算时可以作为参考-Single chip microcomputer control stepping motor hardware interpolation data, when doing two axis interpolation algorithm can be used as a reference
laser-cutting-machine
- 该源码实现基于51单片机的激光雕刻机部分功能,都是单个的子模块,包括SD卡在SPI模式下的读写,通过数码管显示读取内容,可配合激光雕刻机实现脱机打印,以及激光雕刻机和上位机的通讯,以及圆弧和直线插补程序,用来解析G代码,最后附上俩个小程序,一个是光立方,另外一个是超声波测距-The source code based on 51 single-chip laser engraving machine part of the function, are a single sub-module, i
keshicx
- XY平面绘图仪,由单片机外接键盘输入信号,C52单片机输出控制信号,经过两个细分驱动器驱动X、Y两个电机移动完成图形绘制。单片机采用逐点比较法插补算法完成直线和圆弧的绘制,通过直线和圆弧的组合完成图形的绘制,最终实现了画线、画圆弧、画矩形、甚至可以实现复杂的图形绘制。(The XY planar plotter is input from MCU to keyboard. Output signal is controlled by C52 microcontroller. After two
51单片机插补
- 含解析G代码,直线插扑 圆弧插扑 XY轴用easydrive驱动