支持三菱数控型号如下:

  • M700系列
  • M700V系列
  • M70系列
  • M70V系列
  • E70系列
  • C70系列
  • M800系列
  • M80系列
  • M64等旧系统没测试过

可采集点位:

  • 获取报警(系统报警,PLC报警,是否急停状态)
  • 运行状态
  • 加工数量
  • 当前程序名
  • 进给倍率
  • 快移倍率
  • 进给轴负载
  • 机械坐标
  • 相对坐标
  • 剩余坐标
  • 主轴实际转速
  • 主轴理论转速
  • 主轴倍率
  • 主轴负载
  • 总上电时间
  • 总加工时间

如需要三菱TRainer2 PLUS 请关注私信

Demo为C#,可跨平台使用,如需别人平台自行转换

        private void button1_Click(object sender, EventArgs e)
        {
            string result = string.Empty;

            this.pO6sZuulQU = rRfjFEHLL(wIlu1mO76);
            this.socket.Send(this.pO6sZuulQU);
            this.Swqs0uJXcl = new byte[1024];
            int num = this.socket.Receive(this.Swqs0uJXcl);
            this.YyCsjlkcC7 = new byte[num];
            if (num > 0)
            {
                Array.Copy(this.Swqs0uJXcl, this.YyCsjlkcC7, num);
                result = QRkwQakxi(this.YyCsjlkcC7, 33);
                MessageBox.Show("报警结果" + result);
            }
            else
            {
                MessageBox.Show("未获取到报警");
            }
        }

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐