using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using Common; using System.IO; namespace EZSockets { /// /// 封装的三菱的通讯类 /// public class MitCom { private EZNCAUTLib.DispEZNcCommunication EZNcCom;//通讯库变量 private int lResult=1; private int lSystemType; private string szMessage; public event Common.MyDelegate AlarmData;//声明事件
2024-04-06 18:02:30 771KB
1
产品样本 NC 62 · 2012 产品样本 NC 61N · 2012 产品样本 NC 61 · 2010 产品样本 NC 60 · 2009
2024-01-14 22:36:21 8.9MB 840D技术
1
安装三菱CNC通讯.EXE文件,将默认文件夹内生产的DLL文件拷贝到C#程序文件内,对DLL文件进行引用
2023-12-05 18:34:51 187.35MB
1
STM32F407 实现的CNC源码GRBL,同时实现3个轴动作,实测脉冲频率500K以上。也可修改配置为6轴同时动作。使用串口1进行G代码传输,timer3,timer4两个定时器协同产生脉冲数据。STM32F407对应的管件如下: // Stepper Pins #define GPIO_STEP_X_PORT GPIOB #define GPIO_STEP_Y_PORT GPIOB #define GPIO_STEP_Z_PORT GPIOB #define GPIO_STEP_A_PORT GPIOB #define GPIO_STEP_B_PORT GPIOB #define GPIO_STEP_C_PORT GPIOB #define GPIO_STEP_X_PIN GPIO_Pin_0 #define GPIO_STEP_Y_PIN GPIO_Pin_1 #define GPIO_STEP_Z_PIN GPIO_Pin_2 #define GPIO_STEP_A_PIN GPIO_Pin_3 #define GPIO_STEP_B_PIN
2023-11-14 23:53:52 11.5MB stm32
1
刀路查看器CNC
2023-08-04 20:06:07 600KB 刀路查看器 CNC
1
LaserGrbl激光雕刻软件, 支持G Code, 兼容Gcode的硬件直接安装运行就可以用。
2023-07-14 11:22:26 5.56MB 激光雕刻 CNC
1
CNC远程操作工具NC_Explorer(无需序列号)
2023-07-14 10:18:36 6.7MB NC_Explorer CNC远程操作
1
twincat cnc的文档资料
2023-06-15 15:56:09 310KB twincat cnc
1
三菱CNC数控系统数据采集驱动包,又名A2驱动,适用于windows,可用于M70、M80、M700、M800、C6、C64等型号。包含驱动安装文件以及通信说明文档。 附c# demo源码
2023-06-01 23:04:27 187.37MB 三菱 CNC A2 数控系统