Skip to content

Overview

The Mitsubishi CNC driver can access Mitsubishi M70 and M80 series machine tools and machining centers through TCP/IP protocol, and collect various CNC operation data in real time, including program name, spindle speed, spindle speed override, spindle load, emergency stop, etc.

Parameter Configuration

ParameterDescription
hostdevice ip address
portdevice port, default 683
timeoutconnection timeout, default 3000ms

Support Data Type

  • uint16
  • int16
  • uint32
  • int32
  • bit
  • string

CNC Data

tag addressdescriptiondata typeparameter
ProgramMainmain program nostring-
FeedSpeedFAF command feed speeddouble-
FeedSpeedFMManual effective feed speeddouble-
FeedSpeedFSSynchronization feed speeddouble-
FeedSpeedFCAutomatic effective feed speeddouble-
FeedSpeedFEScrew leaddouble-

CNC address example

addressdescription
ProgramMainread main program no

PLC Data

tag addressdescriptiondata typeaccess
Xinput signal to programmable controllerbit/16bit/32bitrw
Youtput signal to programmable controllerbit/16bit/32bitrw
Rfile register16bit/32bitrw

PLC Common Address

addressdata typedescrption
R69uint16PLC R area, address 69,emergency stop(65519 ON 65535 OFF)
R2500uint16PLC R area, address 2500, feed rate
R7008uint16PLC R area, address 7008, spindle rate
R6506uint32PLC R area, address 6506, actual spindle speed
R7000uint32PLC R area, address 7000~7001, S commond spindle speed
R6525uint16PLC R area, address 6525, spindle load
R6529uint16PLC R area, address 6529, spindle alarm no
R606uint32PLC R area, address 606 ~ 607 , current value of workpiece processing number
R608uint32PLC R area, address 608 ~ 609 , maximum value of workpiece processing number
R11824uint32PLC R area, address 11824 ~ 11825 , tool group number in use
R11826uint32PLC R area, address 11826 ~ 11827 , tool number in use
R11830uint32PLC R area, address 11830 ~ 11831 , cumulative data on tool usage time in use
R11832uint32PLC R area, address 11832 ~ 11833 , data on tool life setting time in use
XC00uint16PLC X area, address C00 ~ C0F , control mode (1 JOG 2 HO 4 SO 8 16 PTPO 32 ASTO 256 MEMO 2048 DO)
XC12bitPLC X area, address C12 , auto running
XC13bitPLC X area, address C13 , auto running start
XC14bitPLC X area, address C14 , auto running pause
XC15bitPLC X area, address C15 , reset
XC20bitPLC X area, address C20 , fast feed
XC21bitPLC X area, address C21 , machining feed
XC22bitPLC X area, address C22 , tapping
XC23bitPLC X area, address C23 , thread cutting
XC24bitPLC X area, address C24 , synchronous feed
XC25bitPLC X area, address C25 , constant speed
XC26bitPLC X area, address C26 , jumping
XC27bitPLC X area, address C27 , reference point return in progress

TIP

The PLC data sheet can be found on Mitsubishi's official website provided in the "PLC Development Manual - M800/M80/E80 Series", which contains more information on system operation data.