Share this

Introduction to some basic components of a PLC control cabinet

2026-04-06 03:34:18 · · #1

PLC control cabinets feature overload, short circuit, and phase loss protection. They are compact, stable, and fully functional, and can be combined according to the actual control scale. They can achieve single-cabinet automatic control or multiple cabinets forming a distributed control (DSC) system via industrial Ethernet or industrial fieldbus networks. Adaptable to various sizes of industrial automation control applications, they are widely used in industries such as power, metallurgy, chemical, papermaking, and environmental wastewater treatment.

PLC control cabinets can automate equipment and process control, achieving perfect network functionality. They are characterized by stable performance, scalability, and strong anti-interference capabilities, making them the core and soul of modern industry. Users can design PLC control cabinets, frequency converter cabinets, etc., according to their own needs, and can also be equipped with human-machine interface touch screens for easy operation.

Typical applications include constant pressure water supply, air compressors, fans and pumps, central air conditioning, port machinery, machine tools, boilers, papermaking machinery, food machinery, etc.

Let's go over some basic knowledge together~

Components of a PLC control cabinet

01

circuit breaker

A master circuit breaker is the power control for the entire cabinet and is a must-have for every cabinet.

02

PLC

The choice depends on the project requirements. If the project is small, an integrated PLC can be used directly; if the project is large, modular or card-based PLCs may be needed, and redundancy (i.e., two sets used alternately) may also be required.

03

24VDC power supply

A 24VDC switching power supply is required. Most PLCs come with a built-in 24VDC power supply, so whether or not you need this switching power supply depends on the specific situation.

04

relay

Generally, a PLC can directly send instructions to the control circuit, but it may first be relayed by a relay. If your PLC output port is 24VDC, but your control circuit diagram requires the PLC to supply 220VAC, then you must add a relay to the PLC output port. When the instruction is issued, the relay activates, connecting the control circuit node to the relay's normally open or normally closed contact. Whether to use a relay depends on the specific circumstances.

05

Terminal blocks

This is definitely an essential component for every cabinet, and its configuration depends on the number of signals. If it's just a simple PLC control cabinet, these are basically all you'll need. If your control cabinet needs to house other equipment, you'll need to add more. For example, if you need to power certain field instruments or small control boxes, you might need to increase the number of circuit breakers. Or if you need to connect the PLC to a host computer, you might need to add a switch or something similar. It depends on the specific situation.

PLC control cabinet usage conditions

Power supply: DC 24V, two-phase AC 220V (-10%, +15%), 50Hz

Protection rating: IP41 or IP20

Environmental conditions: Ambient temperature between 0℃ and 55℃, avoid direct sunlight; relative humidity should be less than 85% (no condensation). Keep away from strong vibration sources, and prevent frequent or continuous vibration with a frequency of 10-55 Hz. Avoid corrosive and flammable gases.

Basic structure

power supply

The power supply plays a crucial role in the entire system of a programmable logic controller (PLC). Without a good, reliable power supply, the PLC cannot function properly. Therefore, PLC manufacturers place great emphasis on the design and manufacture of power supplies. Generally, AC voltage fluctuations within +10% (+15%) allow the PLC to be directly connected to the AC mains without additional measures.

Central Processing Unit (CPU)

The Central Processing Unit (CPU) is the control center of the Programmable Logic Controller (PLC). It receives and stores user programs and data entered from the programmer according to the functions assigned by the PLC system program; it checks the status of the power supply, memory, I/O, and watchdog timers; and it can diagnose syntax errors in the user program. When the PLC is put into operation, it first receives the status and data of each input device in the field in a scanning manner and stores them in the I/O image area. Then, it reads the user program line by line from the user program memory, interprets the commands, and executes logical or arithmetic operations according to the instructions, sending the results to the I/O image area or data registers. After all user programs have been executed, it finally transmits the output status of each device in the I/O image area or the data in the output registers to the corresponding output devices. This cycle continues until the PLC stops operating.

To further improve the reliability of programmable logic controllers (PLCs), in recent years, large PLCs have adopted redundant systems with dual CPUs or voting systems with three CPUs. This ensures that even if one CPU fails, the entire system can still operate normally.

memory

The memory that stores system software is called system program memory.

The memory that stores application software is called user program memory.

Input/output interface circuit

1. The field input interface circuit consists of an optocoupler circuit and a microcomputer input interface circuit. Its function is to serve as the input channel for the interface between the programmable logic controller and the field control.

2. The field output interface circuit is integrated with an output data register, a gating circuit, and an interrupt request circuit. Its function is to allow the programmable logic controller to output corresponding control signals to the field execution components through the field output interface circuit.

Functional modules

Functional modules such as counting and positioning.

Communication module

Working principle: When a programmable logic controller (PLC) is put into operation, its working process generally consists of three stages: input sampling, user program execution, and output refresh. The completion of these three stages is called one scan cycle. Throughout the entire operation, the PLC's CPU repeatedly executes these three stages at a certain scan speed.

1. Input sampling stage

During the input sampling phase, the programmable logic controller (PLC) sequentially reads all input states and data in a scanning manner and stores them in the corresponding cells of the I/O image area. After input sampling is completed, the process transitions to the user program execution and output refresh phases. During these two phases, even if the input states and data change, the states and data of the corresponding cells in the I/O image area will not change. Therefore, if the input is a pulse signal, the width of the pulse signal must be greater than one scan cycle to ensure that the input can be read under any circumstances.

2. User program execution phase

During the user program execution phase, the programmable logic controller (PLC) always scans the user program (ladder diagram) sequentially from top to bottom. When scanning each ladder diagram, it first scans the control circuits on the left side of the ladder diagram, consisting of contacts, and performs logical operations on these control circuits in a left-to-right, top-to-bottom order. Based on the results of the logical operations, it refreshes the state of the corresponding bit in the system RAM storage area for that logic coil; or refreshes the state of the corresponding bit in the I/O image area for that output coil; or determines whether to execute the special function instruction specified by that ladder diagram. That is, during user program execution, only the state and data of input points in the I/O image area remain unchanged, while the state and data of other output points and soft devices in the I/O image area or system RAM storage area may change. Furthermore, the execution result of the ladder diagram above will affect any ladder diagram below that uses those coils or data; conversely, the refreshed state or data of the logic coils in a lower ladder diagram will only affect the program above it in the next scan cycle.

During program execution, if immediate I/O instructions are used, I/O points can be accessed directly. Even when using I/O instructions, the value of the input process image register will not be updated; the program directly retrieves the value from the I/O module. The output process image register will be updated immediately, which is somewhat different from immediate input.

3. Output refresh phase

After the user program scan is complete, the programmable logic controller (PLC) enters the output refresh phase. During this period, the CPU refreshes all output latch circuits according to the corresponding states and data in the I/O image area, and then drives the corresponding peripherals through the output circuits. This is when the PLC actually outputs.

Features of Programmable Logic Controllers

1. The system is flexible in configuration and easy to expand, with switch control as its specialty; it can also perform PID loop control of continuous processes; and it can form complex control systems with host institutions, such as DDC and DCS, to achieve comprehensive automation of the production process.

2. It is easy to use and program, employing simple ladder diagrams, logic diagrams, or statement lists as programming languages, requiring no computer knowledge. Therefore, the system development cycle is short, and on-site debugging is easy. Furthermore, the program can be modified online, changing the control scheme without disassembling the hardware.

3. It can adapt to various harsh operating environments, has strong anti-interference ability, and high reliability, far exceeding other models.

The above are the components that make up a basic PLC control cabinet.

Read next

Digital technology of power isolation sensors

I. Overview Power isolation sensors/transmitters are small, high-performance power testing components (products) develop...

Articles 2026-02-22