K-WANG

+086-15305925923
Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

Mitsubishi MELSEC-F FX series programmable controllers

From: | Author:Wang | Time :2026-06-23 | 4 visit: | 🔊 Click to read aloud ❚❚ | Share:

Mitsubishi MELSEC-F FX series programmable controllers

Full list of supported communication hardware

At the beginning of the manual, the full range of FX communication boards (BD), communication adapters (ADP), dedicated function blocks, and conversion modules are listed, divided into four types of interfaces:

RS-232C interface

FX3U-232-BD、FX3U-232ADP (-MB)、FX3G-232-BD、FX2N-232-BD、FX2NC-232ADP、FX0N-232ADP、FX-232ADP、FX2N-232IF( Independent protocol free dedicated module)

RS-485 interface

FX3U-485-BD, FX3U-485ADP (- MB), FX3G-485-BD/FX3G-485-BD-RJ (RJ45 port 485 board) FX2N-485-BD、FX2NC-485ADP、FX1N-485-BD、FX0N-485ADP、FX-485ADP

RS-422/USB/Ethernet

RS-422:FX3U-422、FX2N-422、FX3G-422、FX1N-422-BD;

USB:FX3U-USB-BD;

Ethernet: FX3U-ENET-ADP;

Conversion module: FX-485PC-IF (485 to PC 232).

Complete description of 15 major categories of FX communication functions

Chapter A of the manual serves as a general foundation, providing a unified introduction to the functions, applicable PLCs, distances, node numbers, and application scenarios of all communication types

1. CC Link fieldbus

Mode: FX as the main station (FX2N/FX3U-16CCL-M), FX as the remote device station (FX2N-32CCL), FX3U intelligent station (FX3U-64CCL); Can interface with A/Q series main stations.

Parameters: Maximum 64 nodes, total length 1200m; compatible with remote IO, servo, and frequency converter.

Applicable: Large scale production line distributed control, upper level network docking.

2. Ethernet communication (FX3U-ENET-ADP)

Only supported by FX3S/FX3G/FX3GC/FX3U/FX3UC, TCP/UDP protocol, 10/100M; functions include program upload and download, online monitoring, and web data browsing.

3. N: N network (multi PLC peer-to-peer RS485 networking, detailed in manual B)

Core: Up to 8 FX PLCs can automatically exchange register M/D through 485, without the need for complex programming.

3 refresh modes (Pattern 0/1/2): Point capacity increases, and the cycle scanning time becomes longer as the number of sites increases.

Hardware: 485BD (total length 50m)/485ADP (total length 500m), terminal resistance 110 Ω.

Exclusive software components: M8176~M8180 station settings, D8201/D8202 scan cycles, communication fault code register.

4. Parallel Link (Manual C)

Only 2 PLCs for one-to-one data exchange, divided into normal/high-speed modes; FX0N/FX1S only supports 50 points M+10 points D, while other models support 100M+10D; Weak scalability, N: N is preferred for multi unit networks.

5. Computer Link (D section, upper computer docking)

RS232 one-to-one (15m), RS485 one to many (up to 16 PLCs, 500m); The computer uses specialized instructions (BR/WR/QW, etc.) to read and write PLC bits/words, remotely start and stop, and read machine models; Supports two communication protocols in 1/4 format.

6. Communication of frequency converter (Part E, Mitsubishi FREQROL series)

Up to 8 Mitsubishi inverters can be mounted on the RS485 bus; The old model FX2N uses the EXTR command, while FX3G/3U/3S has dedicated IV series commands (IVCK/IVDR/IVRD/IVWR/IVBWR/IVMC); Read and write frequency, current, fault code, and all parameters.

7. Protocol free communication (F RS/RS2, G FX2N-232IF)

Universal serial port transparent transmission, compatible with barcode scanners, instruments, printers, and third-party controllers;

RS: Single channel basic without protocol;

RS2: Dual channel, supports checksum, start and end symbols, multiple control signal lines;

FX2N-232IF independent module: large capacity cache, suitable for high-frequency transmission and reception.

8. MODBUS serial communication

FX3S/3G/3G/3U support, relying on 485ADP-MB/232ADP-MB, can be used as a master/slave station to interface with third-party Modbus instruments and frequency converters.

9. Programming Communication (Chapter H, Program Upload and Download)

PLC with built-in RS422 port USB、 232/485 expansion board, connected to GX Works2/GX Developer/FXGP handheld panel; Support online monitoring, forced IO, and program read/write.

10. Remote Maintenance Part I

PLC side and computer side are connected with modems, and telephone lines are used for remote uploading/monitoring of programs. Only FXGP supports file transfer between computers.

11. I/O provincial bus

CC Link/LT (built-in to FX3UC-32MT-LT), AnyWireALSINK, AS-i bus, remote distributed IO, reducing control cabinet wiring.

12. Email sending

Internet mail: FX-232DOPA module sends mail to computer/mobile phone;

Short message: The old FX2N sends an alert message to NTT mobile phones in Japan via modem (limited to local devices in Japan).

General core setting method for communication

FX PLC has two communication configuration methods, with parameter setting taking priority over program assignment:

Programming software parameter configuration (recommended)

Select communication enable on the GX Works2/FXGP software PLC parameter interface, configure baud rate, data bits, parity, and station number; After downloading the parameters, power off and restart to take effect; FX0/FX2 old models are not supported.

Ladder diagram program assignment

Write special data registers (D8120/D8370/D8420, etc.) using MOV instructions to configure the serial port format. Rewrite takes effect in RUN mode; Universal across the entire series.

Channel differentiation: FX3G/3U multi-channel (CHO/CH1/CH2), different channels can independently configure different communications, but there are functional mutual exclusion restrictions (such as CH1 using N: N, CH2 cannot open parallel links).


Detailed Chapters by Module Core Content

Chapter B N: N Network

Implementation process: Confirm model version → Hardware selection → 485 wiring → Terminal resistance setting → Software parameter configuration → Communication testing → Writing interactive program → Troubleshooting;

Three refresh mode point allocation tables, specifying the exclusive M and D register intervals for stations 0-7;

Provide complete master and slave standard example programs;

Troubleshooting: LED light status, wiring inspection, parameter verification, communication error codes.

Chapter C Parallel Link

One on one data exchange, distinguishing between normal/high-speed modes, dedicated M8070/M8071 master-slave flags, D8070 timeout register, with practical examples and fault location attached.

Chapter D Computer Link

Complete upper communication instruction set (bit read/write, word read/write, remote RUN/STOP, loop testing, etc.); Detailed explanation of communication timing, frame format, and NAK error codes, supporting RS232/485 wiring schemes.

Chapter E Frequency Converter Communication

Distinguish between the FX2N old-fashioned EXTR instruction and the FX3 series dedicated IV instruction; Covering frequency converter parameter reading and writing, operation monitoring, and batch parameter writing; Compatible with the entire series of Mitsubishi variable frequency drives S500/E700/A800, with multiple sets of practical programs included.

F/G chapter protocol free communication

The sending and receiving buffer, start symbol, stop symbol, and verification configuration of RS/RS2 instructions; Control pin timing; FX2N-232IF module BFM cache all address definitions, send and receive cache partition instructions.

Chapter H Programming Communication

Selection of various programming cables and conversion heads, GX Works computer connection steps, communication timeout and retry parameter settings, and troubleshooting solutions for online failures.

Chapter I Remote Maintenance

Modems AT command configuration, telephone line networking steps, remote online operation process, communication troubleshooting.


Unified standard for hardware cabling

Cable: RS485 recommended shielded twisted pair, divided into 0.2/0.3/0.5mm ² specifications; FX3G-485-BD-RJ can use Category 5e shielded Ethernet cables;

Terminal resistance: 110 Ω terminals must be connected at both ends of the bus, and the BD board comes with a dip switch for switching;

Terminal specifications: distinguish between European terminals and M3 terminals, specify wire diameter, stripping length, tightening torque, and matching screwdriver model;

Grounding: Communication shielding layer single ended Class D grounding, grounding resistance ≤ 100 Ω, power equipment common grounding is prohibited.


Version, Tools, and Supporting Manuals

PLC version check: Read the last three digits of the special register D8001 or the LOT production number on the body nameplate to determine the year and month;

Programming software adaptation: GX Works2, GX Developer, FXGP/WIN, FX-30P handheld panel, minimum supported version list for each model; Old PLCs can be replaced by software and compatible with programming models;

Classification of supporting materials:

Hardware manual: PLC body, communication BD/ADP installation manual;

Programming Manual: Basic/Application Instructions;

Special Communication Manual: MODBUS Special Manual, CC Link Sub Manual;

Peripheral manuals: touch screen, modem, and communication conversion module manuals.


General logic for troubleshooting

Five steps for unified investigation:

Check if the PLC firmware and software version support the current communication function;

Check the RD/SD indicator lights on the communication module to determine the sending and receiving status;

Check wiring, terminal resistance, shielding grounding, and strong and weak electrical isolation;

Verify software parameters/serial port register configuration within the program;

Read the dedicated fault M and D registers, refer to the error codes in the manual to locate communication timeouts, verification errors, site conflicts, and other issues.


Key Limitations and Precautions

Multi channel mutual exclusion: N: N and parallel links cannot be enabled simultaneously; Some functions are only supported by CH1 and cannot be configured for CH2;

Module power supply limitation: Communication BD/ADP occupies the PLC expansion 5V current, and multiple module stacking overload requires the installation of FX3UC-1PS-5V power module;

Model difference: FX0/FX2/FX1S old models only support a small amount of basic communication, while FX3U/FX3GC has the most comprehensive functions;

Copyright Disclaimer: The manual does not grant patent usage rights, Mitsubishi is not responsible for equipment failures caused by example programs, and specification revisions are not notified in advance.

  • LTI SC52.0040.0012.0000.0 - Servo Drive
  • Lti SC52.0040.0012.0000.0 - Servo Drive
  • Milton Industries LTI Tool By Milton LT1240 - 1/2" Drive Lugnut Remover
  • LTi Drives SO84.200.P030.0000.0-W - Servo Spindle Drive
  • LTI DRIVES LSP08-035-320-30-B0R1PY170 - Servo Motor
  • LTI DRIVES SE84.200.SC00.0001.0-W - Servo Drive
  • Lust CDE34.005.W2.2 - Lti Drives Controller
  • LTi SO84.012.0030.0011.2 - ServoOne Servo Drive
  • LTi Drives SO CM-P.0010.11.00.0 - Servo Drive Controller
  • LTi CDE34.017.W3.0 - Servo Drive
  • LTI Drives CDB32.004, C2.0,SH - Positioning Controller
  • LUST CM-CAN1 - LTi DRIVES Communication Module
  • LTi SO84.012.1030.0000.2 - Servo Drive
  • LTI MOOG CDE54.044 - PITCHMASTER FREQUENCY CONVERTER 181-01019
  • MOOG LTI 181-01019 CDE54.044 - PITCHMASTER FREQUENCY CONVERTER
  • Lust LTi Drives CDE34.010,D2.0 - Servo Drive Controller
  • LTI SO84.032.0003.0101.2 - Servo Drive
  • Seagate 9CC132-302 Harris LTI-CS IRT-34-0021-01 - Hard Drive 160GB
  • LTI SO84.032.0003.0001.2 - Servo Drive
  • LTI SO24.007.0070.0000.1 - SERVO CONTROLLER
  • LTi drive CDA32.003.C3.0.H05-01.PC1 - Servo Drive
  • LTI SO84.016.0030.0000.2 - SERVO CONTROLLER
  • LUST LTI CD A34.008,W1.4, BR - SERVO DRIVE
  • MOOG LTI 181-01019 CDE54.044 - PITCHMASTER FREQUENCY CONVERTER
  • LTI MOOG 181-01019 - PITCH Master Servo Drive CDE54.044
  • LTI SERVO ONE SO84.045.0030.0001.2-W - Drive
  • LUST LTi SO84.032.0040.0000.2 - SERVO ONE DRIVE
  • LTi Drives LSH-074-2-30-3 20/T1,G6.1M - SERVO MOTOR
  • LTI SO84.016.0000.0101.2 - servo drive
  • LTI SA54.0550.0033.0000.0 - Servo Drive
  • LTI SA54.0550.0033.0000.0 - Servo Drive
  • LTI LT 4850 - 3/8" Drive 3-Pc Twist Socket Transmission Drain Plug Removal System
  • LTI Tools LT4400-30 Lock Technology - 3/4" Twist Socket 1/2" Drive Lugnut Remover
  • LTI Tools LT-1400C - 1/2 Drive Wheel Torque Extension Tool
  • LTI Tools LT1250 - 1/2" Drive Dual Sided Socket Lug Nut Remover Tool
  • LTI SO84.032.0003.0101.2 - Servo Drive
  • LTI MOOG 181-01019 - PITCH Master Servo Drive CDE54.044
  • MOOG LTI 181-01019 CDE54.044 - PITCHMASTER FREQUENCY CONVERTER
  • MOOG LTI 181-01019 CDE54.044 - PITCHMASTER FREQUENCY CONVERTER
  • MOOG LTI 181-01019 CDE54.044 - PITCHMASTER FREQUENCY CONVERTER
  • LTI SA54.0550.0033.0000.0 - Servo Drive
  • LTI Tools LT-4800 - 7 Piece Twist Socket 3/8" Drive Oil Drain Plug Removal Set
  • LTI SA54.0550.0033.0000.0 - Servo Drive
  • LTI Drive SO24.007.00300000.0 - Servo Drive
  • LTI TOOLS LTI 1400-I - Drive Wheel Torque Extension
  • LTI Tools LT4400-3 - 3/4" 19mm Twist Socket 1/2" Drive Lugnut
  • LTI TOOLS LTI 1400-BB - Drive Wheel Torque Extension
  • LTI SO84.032.0003.0101.2 - Servo Drive
  • LTI Tools LT-4512 - 3/8" Drive 12mm Twist Socket
  • LTI MOTION Luster SO84.032.0003.0001.2 - Servo Drive
  • LTI Tool By Milton LT1600P - 1" Drive Torx Stick
  • LTI Lust VF1424L,HF,OP2,S56 - Variable Frequency Drive
  • LUST CDA32.004,C1.4,H08,B0 - SERVO DFRIVE CM-CAN1 Module
  • LTI SO84.045.0002.0001.2-W - Drive
  • LTI Lust VF1404M,C9,PT1,BR1 - Inverter Type VF1404M
  • LTI SA54.0550.0033.0000.0 - Servo Drive
  • LTI Tools LT-1400C - 1/2" Drive Wheel Torque Extension
  • Lust LTI DRiVES CDA32.006, C3.0, H09 - Variateur De Fr茅quence Frequency Inverter
  • LTI MOOG CDE54.044 - PITCH master SERVO DRIVE
  • LTI MOOG CDE54.044 - PITCH master SERVO DRIVE
  • LTI SO84.143.0020.0101.2-W - servo drive
  • LTI MOTION SC34.0200.0011.0000.0 - Servo drives
  • LTI SO84.032.0003.0001.2 - Servo Drive
  • LTI DRIVES GmbH MS100 - Assembly Set Mounting Kit
  • LTI SO84.032.0003.0001.2 - Servo Drive
  • LTI SO84.032.0003.0001.2 - Servo Drive
  • LTI MOTION SO84.032.0003.0101.2 - servo drive
  • LTI SO84.032.0003.0101.2 - Servo Drive
  • LTI MOOG CDE54.044 - PITCH master SERVO DRIVE
  • LTI MOTION CDE32.004.C2.4 - Servo drives
  • LTI CDD34.032锛學x.x锛孊R锛孭C1 - Servo Drive
  • Lust LTI DRiVES CDA32.006, C3.0, H09 - Inversor De Frecuencia Frequency Inverter
  • Lust SO84.008.0030.1000.0 - Servo One LTi Drive
  • LTI MOTION SO84.032.0003.0101.2 - Servo drives
  • LUST LTi CDA32.004,C1.4 - SERVO DRIVE
  • LTI MOOG CDE54.044 - PITCH Master SERVO DRIVE
  • LTI KEBA CDB32.004 C2.7, SH - PN: 08673530 Frequency Inverter
  • LTI Tools LT-1400C - 1/2" Drive Wheel Torque Extension
  • LTI LT1400-E - 1/2" Drive Wheel Torque Extension
  • LTI MOOG 181-01019 - PITCH master SERVO DRIVE CDE54.044
  • LTI LSN-097-0510-30-560/T1 - Actuator Motor
  • LTI Tools LT 4800 - 7 Piece 3/8" Drive Twist Socket Oil Drain Plug Removal System
  • LTI DRIVES GmbH MS100 - MONTAGESET Assembly Set Mounting Kit
  • Lti SC52.0040.0012.0000.0 - Servo Drive
  • LTI DRIVES GmbH MS100 - Juego De Montaje Assembly Set Mounting Kit
  • LTi DSM4-14.2-21R83-200 - Drives servomoteur Servo Motor
  • MOOG CDE 54.044.GDA - Pitch Master Industrielle Turbine Lti Drive
  • LTI SO24.004.0030.1000.0 - Servo Drive Controller
  • Lti MOOG CDE54.044 - Pitch Master Servo Drive
  • Lust LTI DRiVES CDA32.006, C3.0, H09 - Inverter
  • LTI MOTION GMBH CDB34.006,W3.0,PC1,H39 - Frequency inverter
  • LTI SO84.032.0003.0001.2 - Servo Drive
  • MOOG CDE 54.044.D - Pitch Master Industrielle Turbine Lti Drive
  • LTI TOOLS LT-1460 - 1/2" DRIVE WHEEL TORQUE EXTENSION KIT 5 PIECE SET
  • Lust Cdb32.003, C2.4 - Lti Drives Servoregulador Frecuencia Servo Controller Inverter
  • Lust LTI DRIVES CDA32.006, C3.0, H09 - Frequency Inverter
  • Lust Lti SO82.004.0030.0000.2 - Servo Drive
  • LTI MOTION SC34.0200.0011.0000.0-SL - Servo drives
  • LTI MOTION SA54.0075.0033.0000.0 - Servo drives
  • LTI MOTION SC32.0075.1011.0000.0 - Servo drives
  • LTI Servo-One Junior SO22.006.0080.1000.0 - Servo Controller Servoregler
  • LUST CDA32.004, C1.4, H08, B0 - Servo Drive & LTI CM-CAN1 Module
  • LTI DRIVES LSP08-035-320-30-B0R1PY170 - Servo Motor
  • LUST LTI CDA32.004,C1.4.H08.B0 - SERVO CONTROLLER DRIVES
  • LUST LTi DRiVES CDS44.072LC1.2 - Servo Drive
  • Lti Servo-One Junior SO22.006.0082.1000.0 - Servo Controller Servoregler
  • LUST CDA32.008,C2.0,HF - Lti DRIVES Spindle Drive Inverter
  • LTI SO22.003.0082.0000.0 - Servo Drives One junior Servo Controller Servoregler
  • Lust Lti Drives CM-CAN1 - Communication Module
  • LUST Lti Drives Vf1202s, G8, I6 - Frequency Inverter Drive
  • LTI DRIVES BR-090.03.540.UR.H38 - Bremswiderstand Brake Resistor
  • LTi DRIVES PM-E40.2DRA054P - Wind Turbine Pitch Control Inverter
  • LTi Drives GmbH br-110.01.540-UR - Brake Resistor
  • LTI Drives LSN-097-0960-30-0560/T1,S4,B - Servo Motor
  • LUST CDA34.006.C2.0 - LTI Drives Servoregler
  • LUST LTI DRIVES SERVO ONE JUNIOR SO24.002.0020.0000.1 - Servo Drive Controller
  • LTI MOTION SO84.032.0003.0001.2 - Servo drives
  • LTI DDTD750V2-120 - IBOP ACTUATOR CYLINDER FOR TOP DRIVE
  • LTI CDE32.004, C2.4 - SERVO DRIVE
  • LUST LTI DRIVES CDD34.017 W3.4PC1 - Servo Drive Controller
  • LTI CDA3208,C3,0,HF - AC SERVO DRIVE
  • LUST LTI DRIVES LSH-074-3-30-560/T1,G6.1S - SERVO MOTOR
  • LUST Lti CDB32.004.C2.4.SH - AC Servo Drive
  • LTi CDA32.006, C3.0, H09 - Servo Drive
  • LTI SO22.003.0010.0000.0 - Servo Drive Servo one junior Servoregler Controller
  • LTi Drives DSM4-14.2-21R83-200 - Servo Motor
  • LUST Lti Drives Lsh-097-1-30-560/T1, 1R - Servomotor
  • LTI 1237 - 7 Piece 1/2" Drive Flip Socket Set