Mitsubishi Electronics FX5 Universal Remote User Manual


 
280
APPENDIX
Appendix 3 Error Code
3341H FOR-NEXT
instruction error
The relationship between FOR and
NEXT instructions is invalid.
Make sure that FOR and NEXT instructions
are each executed the same number of
times. In addition, check syntax for any
invalid jump instructions.
Error location
information
At END
instruction
execution
3342H FOR-NEXT
instruction error
A BREAK instruction was executed
outside the FOR syntax.
The BREAK instruction must be executed
inside the FOR syntax.
Error location
information
At instruction
execution
3360H Nesting depth
error
The number of nesting levels of
subroutine calls is invalid.
Make sure that the number of nesting levels
is 16 or lower. In addition, check subroutine
programs for any invalid jump instructions.
Error location
information
At instruction
execution
3361H Nesting depth
error
The number of nesting levels of FOR
instructions is invalid.
Make sure that the number of nesting levels
is 16 or lower. In addition, check the FOR
syntax for any invalid jump instructions.
Error location
information
At instruction
execution
3362H Nesting depth
error
The number of nesting levels of DI
instructions is invalid.
Make sure that the number of nesting levels
is 16 or lower. In addition, check the
relationship between DI and EI instructions.
Error location
information
At instruction
execution
3380H Pointer execution
error
There is no pointer to the jump
destination.
Specify the correct jump destination in the
program.
Error location
information
At instruction
execution
3381H Pointer execution
error
There is an END, FEND, GOEND, or
STOP instruction in a subroutine
program.
The END, FEND, GOEND, and STOP
instructions can be executed only in the
main routine program.
Error location
information
At END
instruction
execution
3382H Pointer execution
error
A RET instruction was executed without
a CALL or XCALL instruction executed.
Check where there is any invalid jump to
subroutine programs.
Error location
information
At instruction
execution
33D0H Temporary area
exceeded
The temporary area was used
incorrectly.
Check the detailed information (error
location information) of the error by
executing module diagnostics using the
engineering tool, display the error program
(step) by clicking the [Error Jump] button,
and check the program. The step number
displayed in the error location information is
counted from the top of the file. (It may be
different from the step number in the
program displayed by the jump function.)
Error location
information
At instruction
execution
33
E0H Program
structure error
The relationship between LD/LDI/LDP/
LDF/LDPI/LDFI and ANB/ORB
instructions is invalid.
Rewrite the program file. Error location
information
At power-on,
at RESET
33E1H Program
structure error
The relationship among MPS, MRD, and
MPP is invalid.
Rewrite the program file. Error location
information
At power-on,
at RESET
33E2H Program
structure error
An instruction that should start from the
bus line is not connected to the bus line.
Rewrite the program file. Error location
information
At power-on,
at RESET
33E3H Program
structure error
The relationship between FOR and
NEXT instructions is invalid.
Modify the program so that the mutual
relationship between instructions becomes
correct.
Error location
information
At power-on,
at RESET
33E4H Program
structure error
The relationship between MC and MCR
instructions is invalid.
Modify the program so that the mutual
relationship between instructions becomes
correct.
Error location
information
At power-on,
at RESET
33E5H Program
structure error
The relationship between STL and
RETSTL instructions is invalid.
Modify the program so that the mutual
relationship between instructions becomes
correct.
Error location
information
At power-on,
at RESET
33E6H Program
structure error
An instruction or interrupt pointer that
cannot be used in the main routine
program is used.
Modify the program so that instruction or
pointer use becomes correct.
Error location
information
At power-on,
at RESET
33E7H Program
structure error
The relationship among a global pointer,
interrupt pointer, and return instruction is
invalid.
Modify the program so that the mutual
relationship between pointer and return
instruction becomes correct.
Error location
information
At power-on,
at RESET
33F1H Program
structure error
The program structure of the ST
language, FB, and functions is invalid.
Check the syntax of the ST language, FB,
and functions.
Error location
information
At END
instruction
execution, at
interrupt
occurrence
33F2H Program
structure error
The program structure of the ST
language, FB, and functions is invalid.
Check the syntax of the ST language, FB,
and functions.
Error location
information
A
t instruction
execution
Error
code
Error name Error details and cause Action Detailed
information
Diagnostic
timing