FSUMF332
Arithmetic overflow on limit number

Explanation

You specified a limit value that, when multiplied by the unit size, exceeds the maximum value allowed. The result of this multiplication must fit in an unsigned 64-bit integer.

User response

Specify a limit value within the valid range.