

The FX3U is a programmable logic controller (PLC) from Mitsubishi Electric, designed for automation and control applications. It is part of the FX series, known for its reliability, flexibility, and ease of use. The FX3U features a modular design, allowing users to expand its capabilities with various input/output (I/O) modules, analog modules, and communication adapters. This makes it suitable for a wide range of industrial automation tasks, from simple machine control to complex system integration.








| Specification | Value |
|---|---|
| Power Supply Voltage | 24V DC or 100-240V AC |
| Program Memory | 64,000 steps |
| Processing Speed | 0.065 µs per instruction |
| I/O Points | Up to 384 (with expansion modules) |
| Communication Interfaces | RS-232, RS-485, Ethernet (via adapters) |
| Analog I/O | Supported via expansion modules |
| Programming Language | Ladder Logic, Structured Text, Instruction List |
| Operating Temperature Range | 0°C to 55°C |
| Dimensions | 90mm x 90mm x 75mm (base unit) |
The FX3U base unit includes a set of terminals for power, input, and output connections. Below is a general description of the terminal layout:
| Pin/Terminal Group | Description |
|---|---|
| Power Terminals | Connects to the power supply (24V DC or 100-240V AC). |
| Input Terminals | Digital input points for receiving signals from sensors or switches. |
| Output Terminals | Digital output points for controlling actuators, relays, or other devices. |
| Communication Ports | Ports for RS-232, RS-485, or Ethernet communication (depending on configuration). |
| Expansion Ports | Connects to additional I/O or communication modules. |
Power Connection:
Input/Output Wiring:
Programming:
Communication Setup:
Testing and Debugging:
Below is an example of a simple Ladder Logic program for the FX3U. This program turns on an output (Y0) when an input (X0) is activated.
// Ladder Logic Example for FX3U
// This program turns on output Y0 when input X0 is activated.
LD X0 // Load the state of input X0
OUT Y0 // Output the state to Y0
If you are using GX Works2 software, you can enter this program in the Ladder Logic editor and upload it to the FX3U.
| Issue | Possible Cause | Solution |
|---|---|---|
| PLC does not power on | Incorrect power supply connection | Verify the power supply voltage and connections. |
| Inputs not detected | Faulty wiring or sensor issue | Check input wiring and sensor functionality. |
| Outputs not functioning | Incorrect program logic or wiring | Verify the program and output wiring. |
| Communication failure | Incorrect settings or cable issue | Check communication settings and cable connections. |
| Overheating | Poor ventilation or high ambient temperature | Ensure proper ventilation and reduce ambient temperature. |
Can the FX3U be used with SCADA systems?
What software is required to program the FX3U?
How can I expand the I/O capacity of the FX3U?
What is the maximum cable length for communication?
Is the FX3U compatible with Ethernet communication?
By following this documentation, users can effectively utilize the FX3U PLC for their automation and control needs.