2.3 Overcurrent and Overvoltage Protection
Overcurrent protection: When the output current of 5VDC or 24VDC exceeds the specified value, the protection circuit will cut off the output, and the LED indicator light of the power module will turn off or dim. At this point, it is necessary to eliminate the cause of overload (such as output module short circuit, substrate pin bending, etc.), and then power on again.
Overvoltage protection: If the 5VDC voltage rises to 5.5-6.5V, the protection circuit will activate and turn off the output, and the LED will turn off. At this point, it is necessary to turn off the power and then turn it back on; If it still cannot be restored, the power module is damaged and needs to be replaced.

I/O module wiring and diagnosis
The I/O module is a bridge that connects PLC with on-site sensors and actuators. The manual provides detailed specifications for various input and output modules, among which wiring errors and external faults are the most common non PLC faults on site.
3.1 Common wiring issues with input modules
The A series offers two main categories: AC input (100/240VAC) and DC input (12/24VDC). Key parameters:
ON/OFF voltage threshold: For 24VDC input modules (such as A1SX40), the ON voltage should be ≥ 14VDC and the OFF voltage should be ≤ 6.5VDC. If the on-site signal is located in the critical zone due to line voltage drop or power fluctuation, it will cause unstable input state.
Response time: The OFF → ON and ON → OFF response times of the DC input module are usually 10ms (there are also high-speed models such as A1SX41-S2 with 0.1ms). When high-speed counting is required, high-speed type must be selected.
Maximum number of simultaneous input points: For a 100VAC input module (such as A1SX10), it can be turned on 100% at 110VAC, but only 60% at 132VAC. Exceeding this limit can cause the module to overheat.
Wiring example: For a sink type DC input module, the common terminal is connected to 0V and the input signal is connected to 24V+. For a source type module, the opposite is true. Be sure to confirm the polarity of the module, reverse connection will not damage it but the signal cannot be read.
3.2 Selection and Protection of Output Modules
The A-series output modules are divided into relay output, thyristor output, and transistor output.
Output type characteristics, typical models, and precautions
Relay is universal for both AC and DC, with high load current (2A/point) and slow response (10-12ms). A1SY10 has a limited lifespan and needs to be downgraded for frequent switching
Thyristors only communicate AC, have no contacts, respond quickly (1ms), have leakage current A1SY22, suitable for resistive loads such as heaters, and inductive loads require RC absorption
The transistor is only DC and has a high-speed response (0.1-2ms), which can meet the positioning requirements of A1SY40. Pay attention to the load current (0.1A or 0.5A), overload will burn out
Important protective measures:
When the relay output module drives inductive loads (such as contactor coils), it is necessary to parallel freewheeling diodes (DC) or varistors (AC) at both ends of the load, otherwise the high-voltage back electromotive force generated during shutdown will burn out the relay contacts.
The transistor output module itself has short-circuit protection, but long-term overload can cause damage to internal components. If the "ERR." LED of the module lights up, it indicates that the external power supply is missing or the output circuit is faulty.
For output modules with fuses (such as A1SY10), if the fuse is blown, the fuse blow indicator light on the module panel will light up, and the CPU will detect the "FUSE BREAK OFF" error (error code 32). At this point, it is necessary to replace the fuse with the same specification and investigate the cause of the output short circuit.
3.3 Isolation and Safe Voltage of I/O Modules
For I/O modules with rated voltage ≥ 50VAC or ≥ 75VDC (such as 100VAC input modules), reinforced insulation is used between them and the internal circuits of the PLC to meet the requirements of the Low Voltage Directive (LVD). The left and right sides of these modules must be covered with blank covers or adjacent modules to prevent contact with dangerous voltages.
All 24VDC I/O modules are Safety Extra Low Voltage (SELV), but must be powered by a power supply that meets SELV requirements and must not be mixed with hazardous voltages in the same slot.
CPU module: indicator lights, switches, and self diagnosis
The CPU module is the core of the system. By understanding the panel indicator lights and button functions, one can quickly determine the type of fault without using programming software.
4.1 Interpretation of indicator light status
Meaning and Countermeasures of LED Status
The POWER power module is not outputting or the CPU module is not installed properly. Check the power module indicator light and substrate connection.
RUN is constantly on and executing the program normally.
Flashing causes a program execution error (such as watchdog timeout) or is performing a latch clear operation. Error code needs to be read.