Omron · SYSMAC CJ2 CPU Unit
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.
Click steps to track your progress.
Review program calculations involving distribution or scaling instructions for potential overflow conditions.
Adjust scaling factors or data types to accommodate larger numerical ranges for intermediate and final results.
Implement saturation logic or range checks before and after distribution operations to prevent overflow.