In modern industrial automation upgrade and renovation projects, integrating pneumatic valves into existing programmable logic controllers (PLC) or distributed control systems (DCS) is a common requirement. How to achieve stable electrical and signal matching between pneumatic actuator accessories (such as limit switches, solenoid valves) and the control system without damaging the equipment.
Understanding the core functions and signal types of pneumatic actuator accessories
The solenoid valve, as the "remote control switch" of the pneumatic actuator, its core lies in receiving the digital output (DO) signal from the PLC.
The limit switch (position indicator) is used to provide the PLC with feedback on the fully open and fully closed status of the valve.
![]()
Integration steps and debugging
1.Hardware connection and electrical inspection
Compare the wiring diagram of the pneumatic actuator accessories with the PLC system drawing, and confirm the function of each cable one by one.
Provide an independent and stable power supply for the accessory group, and install circuit breakers or fuses as short-circuit protection. Avoid sharing the circuit with high-power equipment.
2.PLC software configuration and preliminary testing
In the PLC programming software, assign the correct physical addresses and logical variable names to each electromagnetic valve (DO) and limit switch (DI).
By using the forced output function of the PLC, each solenoid valve is tested separately to observe whether the actuator operates in the correct direction.
Manually rotate the valve, and observe in the PLC monitoring interface whether the signal status of the limit switch (0/1) accurately corresponds to the actual position of the valve (open/closed).
3.Control logic programming and integration testing
Write a valve control function block (FB), integrate the commands for opening, closing and stopping, and embed the limit switch feedback as the condition for determining the completion of the action.
Under safe conditions, conduct a complete series of automated tests. Observe the response time of the valve and the stability of the position feedback.
Common Fault Diagnosis
1.The valve does not operate:
Check whether the gas source pressure is within the range of 0.2 - 0.8 MPa; measure whether the voltage across the electromagnetic valve coil is normal; manually test whether the electromagnetic valve is stuck.
2.No feedback from the limit switch:
Use a multimeter to measure whether the contacts of the limit switch are conducting or not when the valve is in the fully closed position; check whether the indicator lights of the PLC input points and the address mapping are correct
3.Unstable signal:
Check if the wiring is loose; confirm that the signal lines are separately laid from the power lines to avoid electromagnetic interference. Check if the installation position of the mechanical limit switch has shifted due to vibration.
![]()