beautypg.com

Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 129

background image

5Ć35

5.10.5

Errors Caused by the Multiply Instruction

This error can occur when you are using the MUL 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.