In small automation projects, equipment integrators often face a contradiction: they need to meet the basic needs of analog data acquisition and network communication on site, while also controlling the volume and cost of control cabinets. The FX3GE series compact PLC launched by Mitsubishi Electric provides a minimalist solution to this contradiction by integrating analog I/O, Ethernet, USB, and RS422 into one. This article provides a detailed analysis of the core hardware characteristics, analog processing accuracy, network integration methods, and scalability of FX3GE from an engineering application perspective, helping engineers quickly complete selection and deployment.
Product positioning and core advantages of FX3GE
The FX3GE is a cost-effective model in the Mitsubishi FX3 series, located between the FX3G and FX3U. Compared with FX3G, FX3GE directly integrates 2 analog inputs (12 bits), 1 analog output (12 bits), and 10/100Mbps Ethernet ports on the substrate. This means that for traditional applications that require separate configuration of analog adapters or Ethernet modules, FX3GE can be used directly, significantly reducing hardware costs and installation space.
This series offers two substrate models: FX3GE-24MR/ES (14 DI/10 DO relay output) and FX3GE-40MR/ES (24 DI/16 DO relay output). Both use 100-240V AC power supply, suitable for direct power supply in industrial sites.
Compared with other brands of small PLCs on the market, a significant differentiating feature of FX3GE is its built-in Ethernet port supporting web server monitoring. Users can view the internal software component status of PLC through a browser without writing additional HMI screens, which is very suitable for remote monitoring or temporary diagnosis.
Technical details and application limits of analog I/O
The FX3GE integrated analog channel provides clear performance indicators in the manual, which must be carefully checked during engineering selection:
Project analog input analog output
2 channels and 1 channel
Voltage range 0-10V DC 0-10V DC
Current range 4-20mA 4-20mA
Resolution (voltage) 2.5mV (10V/4000) 2.5mV (10V/4000)
Resolution (current) 5 µ A (16mA/3200) 4 µ A (16mA/4000)
Important precautions:
Range difference of current input
When inputting current, the resolution of the analog input is only 16mA/3200=5 µ A, while the output side is 4 µ A. This means that if the system requires high-precision 4-20mA measurements (such as pressure transmitters), the quantization error at the input end is about ± 2.5 µ A, corresponding to 0.015% of the full range, which is usually sufficient. But if an accuracy of 0.1% or higher is required, it is recommended to connect an external dedicated analog adapter (such as FX3U-4AD).
Limit on the number of input/output channels
FX3GE only provides 2-input/1-out analog signals. For applications that require controlling multiple frequency converters or collecting multiple temperature points (such as 4-stage temperature control), modules such as FX3U-4DA and FX3U-4AD must be added through the right-hand expansion bus.
Signal types cannot be mixed
The same channel can only select voltage or current input (defined by terminal wiring), and cannot measure two signals simultaneously in one channel.
Engineering suggestion: During programming, analog values are inputted through special data registers (D8030, D8031 as inputs); D8032 is the output for reading or writing. When converting engineering quantities (such as converting 0-4000 to 0.0-100.0%), it is recommended to use floating-point operations to avoid cumulative errors.
Multiple application modes with built-in Ethernet
The Ethernet port of FX3GE is not only used for program downloads, it supports multiple working modes, which can greatly simplify the upper communication architecture:
Typical Applications of Mode Function Description
MC protocol (binary/ASCII) upper computer (PC, HMI, SCADA) communicates with Mitsubishi GOT touch screen or third-party SCADA through Ethernet to read and write PLC software components
Socket communication supports UDP and TCP active/passive connections, sending custom data frames and exchanging data with barcode scanners, smart meters, and MES systems
The web server has built-in HTTP service, which can access fixed HTML pages through a browser, display software component values, remotely monitor device status, and send fault alarms via email (SMTP required)
FTP servers allow remote uploading/downloading of PLC program files or data register files, remote program upgrades, and data log extraction
Security configuration: The manual mentions that access permissions can be restricted through different levels of passwords. In practical engineering, it is recommended to set read-only users for web monitoring and administrator passwords for program modification. Meanwhile, as Ethernet ports are directly exposed in the control network, network firewalls or VLAN isolation should be combined to prevent unauthorized access.

Digital I/O and high-speed counter
4.1 Precautions for Relay Output
The outputs of FX3GE-24MR/ES and -40MR/ES are relay type, not transistor type. This means: