IV - 143
Appendix 7. Explanation of Alarms
Appendix 7.10 Multi CPU Errors (A)
A01 MULTI CPU ERROR 4112
Details
- The CPU module that cannot be specified with the multiple CPU dedicated instruction was
specified.
Remedy
- Read the common information of the error using GX Developer, and check and correct the
error step corresponding to that value (program error location).
A01 MULTI CPU ERROR 4140
Details
- The operation was executed with the input data that has any specific number (“-0”,
unnormalized numbers, nonnumeric characters, ± ∞ ).
Remedy
- Read the common information of the error using a programming tool, check error step
corresponding to its numerical value (program error location) and correct the problem.
A01 MULTI CPU ERROR 4141
Details
- An overflow occurred during the operation.
Remedy
- Read the common information of the error using a programming tool, check error step
corresponding to its numerical value (program error location) and correct the problem.
A01 MULTI CPU ERROR 4200
Details
- No NEXT instruction was executed following the execution of a FOR instruction.
Alternatively, there are fewer NEXT instructions than FOR instructions.
Remedy
- Read the common information of the error using a programming tool, check error step
corresponding to its numerical value (program error location) and correct the problem.
A01 MULTI CPU ERROR 4201
Details
- A NEXT instruction was executed although no FOR instruction has been executed.
Alternatively, there are more NEXT instructions than FOR instructions.
Remedy
- Read the common information of the error using a programming tool, check error step
corresponding to its numerical value (program error location) and correct the problem.
A01 MULTI CPU ERROR 4202
Details
- More than 16 nesting levels are programmed for FOR instructions.
Remedy
- Keep nesting levels at 16 or under.
A01 MULTI CPU ERROR 4203
Details
- A BREAK instruction was executed although no FOR instruction has been executed prior
to that.
Remedy
- Read the common information of the error using a programming tool, check error step
corresponding to its numerical value (program error location), and correct the problem.