E.1 error codes 3001-3010 – Rockwell Automation AutoMax Enhanced Ladder Language Reference Manual User Manual

Page 308

Advertising
background image

EĆ2

E.1

Error Codes 3001Ć3010

Error Code: Text Description:

How To Correct the Error:

3001

Cannot divide by zero

Define the divisor of the DIV, MDV, or

MOD instruction to be a value other

than zero.

3002

The result of the arithmetic

calculation is too large for Out

Use smaller values or reĆarrange the

calculation so that errors do not

occur.

3003

The result is larger than what

Out's data type supports

Specify a larger data type for Out. For

example, if you are using integers,

specify the data type as a double

integer.

3004

Minimum was greater than

Maximum

For the LIMIT instruction, make sure

the value for Mx is larger than that for

Mn.

3005

An illegal BCD digit was found

In the BCD_TO instruction, use a valid

BCD value for In.

3006

Tried to convert a negative value

to BCD

In the TO_BCD instruction, use a

positive value for In.

3007

Label does not exist

Add a LABEL instruction that uses the

same name as referenced on a JMP

instruction.

Advertising