Monitoring Trip Events, History, & Conditions
T
roub
leshooting
and Maintenance
6–14
Easy Sequence
Error Codes
Use the following table to diagnose errors related to Easy Sequence programming. The error
code will appear when the related program runs.
DeviceNet Expansion Card Errors
Error Code: OPE / SRW
Name
Probable Cause(s)
E43.-
Invalid instruction
A program contains an invalid instruction
PRG.CMD
The [PRG] terminal was turn ON but a
program was not loaded
E44.-
Nesting count error
Subroutines with FOR and NEXT
instructions are nested more than eight
levels
PRG.NST
E45.-
Execution error 1
A FOR (or another) instruction to begin
nesting is not found at the jump destina-
tion of a GO TO instruction, and the
NEXT (or another) instruction to end
nesting precedes the beginning of nesting
PRG.ERR1
An arithmetic operation resulted in overflow
or underflow, or a divide-by-zero was
attempted
A CHG PARAM or MON PARAM instruc-
tion attempts to:
• Reference an undefined parameter
• Set a value outside the range for a parameter
• Update a parameter that cannot be changed
during inverter operation
E50.- ... E59.-
User trip event
A TRIP instruction was executed in a
program
PRG-0 ... PRG-9