A295.13
Distribution Overflow Error
Omron · SYSMAC CJ2 CPU Unit
What does A295.13 mean?
This flag indicates a Distribution Overflow Error. This error typically refers to an arithmetic overflow that occurs during calculations involving distribution or scaling operations. The result exceeds the maximum representable value for the data type, leading to incorrect values.
Common Causes
- Arithmetic calculation results in a value larger than the maximum capacity of the assigned data type.
- Incorrect scaling parameters (e.g., very large multipliers or very small divisors) leading to intermediate overflow.
- Accumulated errors in repetitive distribution calculations.
Repair Steps & Checklist
Click steps to track your progress.
- 1
Review program calculations involving distribution or scaling instructions for potential overflow conditions.
- 2
Adjust scaling factors or data types to accommodate larger numerical ranges for intermediate and final results.
- 3
Implement saturation logic or range checks before and after distribution operations to prevent overflow.
Verified technical data. Last updated: March 2026
Related Faults
Source: Omron SYSMAC CJ2 CPU Unit