Measurement overflow at the I/O module
ABB · AC500-S Safety Controller
What does 4 mean?
The input signal measurement at the I/O module has exceeded its maximum measurable range (overflow). This indicates that the sensor input is providing a value higher than the module can process, potentially leading to incorrect or invalid safety-related readings.
Common Causes
- The connected sensor is outputting a signal (voltage or current) that exceeds the maximum input range of the I/O module channel (e.g., a 12V sensor connected to a 0-10V input).
- Incorrect I/O module input type configuration in the engineering software (e.g., configured for 0-5V when a 0-10V signal is actually applied, Parameter P3-01).
- A short circuit or external voltage source accidentally connected to the input channel, driving the signal above the measurement limit.
- Malfunction of the internal analog-to-digital converter (ADC) within the I/O module, leading to incorrect measurement interpretation.
- Improper scaling factor or offset parameter set in the PLC program for the analog input, causing an apparent overflow in the interpreted value.
Repair Steps & Checklist
Click steps to track your progress.
- 1
Using a calibrated multimeter, measure the actual analog signal (e.g., voltage across AI+, AI- or current in series) from the sensor at the I/O module terminals.
- 2
Compare the measured signal value with the specified maximum input range of the I/O module's analog input channel (refer to module datasheet).
- 3
Verify the I/O module's channel configuration in the PLC engineering software (e.g., Parameter P3-01 for input range) matches the connected sensor's output specifications.
- 4
Isolate the sensor and test its output independently to ensure it is not malfunctioning and sending an abnormally high signal.
- 5
Review the PLC program's scaling block for the affected analog input to ensure the raw input value is being correctly converted without causing an internal overflow error.