A-25
Appendices
NJ-series Instructions Reference Manual (W502)
A-3 Error Code Details
App
Name Input Value Out of Range Error code 16#0400
Meaning An input parameter for an instruction exceeded the valid range for an input variable. Or, division by an integer of 0
occurred in division or remainder calculations.
Effects User program Continues. Operation The relevant instruction will end according to specifica-
tions.
System-defined
variables
Variable Data type Name
None --- ---
Cause and
correction
Assumed cause Correction Prevention
An input parameter for an instruction
exceeded the valid range for an input
variable. Or, division by an integer of
0 occurred in division or remainder
calculations.
Check the valid range for the input
variables of the instruction. Make sure
the input parameters are within the
valid range and that no division by 0
or remainder calculation for 0 is per-
formed.
Set the value of the input parameter
to the instruction so that the input
range is not exceeded.
Precautions/
Remarks
None
Name Input Mismatch Error code 16#0401
Meaning The relationship for the instruction input parameters did not meet required conditions. Or, a numeric value during or
after instruction execution did not meet conditions.
Effects User program Continues. Operation The relevant instruction will end according to specifica-
tions.
System-defined
variables
Variable Data type Name
None --- ---
Cause and
correction
Assumed cause Correction Prevention
The relationship for an input parame-
ter did not meet required conditions.
Check the meaning and the relation-
ship of the input variables of the
instruction. Correct them so that the
relationships for the input parameters
meet the required conditions.
Set the input parameter to the instruc-
tion so that the value meets the condi-
tions of the relationship for the input
variables.
A value when processing an instruc-
tion or in the result does not meet the
conditions.
Check the execution process of the
instruction. Set the value of the input
parameter so that it does not cause
inappropriate processing results.
Check the execution process of the
instruction. Set the input parameter
so that it does not cause this error
during processing.
Precautions/
Remarks
None
Name Floating-point Error Error code 16#0402
Meaning Non-numeric data was input for a floating-point number input parameter to an instruction.
Effects User program Continues. Operation The relevant instruction will end according to specifica-
tions.
System-defined
variables
Variable Data type Name
None --- ---
Cause and
correction
Assumed cause Correction Prevention
Non-numeric data was input for a
floating-point number input parameter
to an instruction.
Correct the instruction so that a
numeric value is input for the floating-
point number input parameter.
Use numeric values for the floating-
point number input parameters.
Precautions/
Remarks
None