Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual
Page 127

5Ć33
5.10.2
Errors Caused by the Absolute Value Instruction
This error can occur when you are using the ABS instruction in a program. It is logged
in the error log.
If this error occurs:
Then:
Do the following:
The result of the
arithmetic calculation
is too large for Out.
ENO is set according
to ERROR_ENO, and
Out contains the
largest positive value
allowed for its data
type.
Specify a larger data
type for Out. For
example, if you are
using integers, specify
the data type as a
double integer.
5.10.3
Errors Caused by the Addition Instruction
This error can occur when you are using the ADD instruction in a program. It is logged
in the error log.
If this error occurs:
Then:
Do the following:
The result of the
arithmetic calculation
is too large for Out.
ENO is set according
to ERROR_ENO, and
Out contains the
largest signed value
allowed for its data
type.
Specify a larger data
type for Out. For
example, if you are
using integers, specify
the data type as a
double integer.