Owner's manual

Appendix Error List (MAIN application) (In the panel window, the
three digits after ā€œEā€ indicate an error number.)
417
Appendix
(In the panel window, the three digits after ā€œEā€ indicate an error number.)
Error No. Error name Description, action, etc.
B21 Ethernet IP address error An error will generate under the following conditions during normal use.
When IP address (H) (first octet) through IP address (L) (fourth octet) are given
as IP_H, IP_MH, IP_ML and IP_L, the error conditions are described as follows:
IP_H d 0 or IP_H = 127 or IP_H > 255
or IP_MH < 0 or IP_MH > 255
or IP_ML < 0 or IP_ML > 255
or IP_L d 0 or IP_L t 255
Check I/O parameter Nos. 132 to 135, 149 to 152, and 154 to 157, the IP address
of connection destination specified by an IPCN command in an integer variable,
or the like.
B22 Ethernet port number error An error will generate if own port number < 1025, or own port number > 65535, or
own port number duplication, or connection-destination port number for client d 0,
or connection-destination port number for client > 65535, or connection-
destination port number for server < 0, or connection-destination port number for
server > 65535 is satisfied.
Check I/O parameter Nos. 144 to 148, 159, 153, and 158, the port number of
connection destination specified by an IPCN command in an integer variable, or
the like.
B86 SEL PTRQ command preprocessing error The PTRQ command setting is abnormal. Check the setting for abnormality, such
as deviation from the allowable range.
B92
Excessive arc interpolation radius error The radius of arc interpolation is too large. Use a CIR/ARC command, etc.
C02 Executable program count over error Execution requests were received for programs exceeding the number that can
be executed simultaneously.
C03 Non-registered program specification error The specified program is not registered.
C04 Program entry point non-detection error A request was made to execute a program number for which no program steps
are registered.
C05 Program first-step BGSR error The program specified for execution starts with BGSR.
C06 Executable step non-detection error The program specified for execution does not contain executable program steps.
C07 Subroutine non-definition error The subroutine specified for call is not defined.
C08 Subroutine duplicate-definition error The same subroutine number is defined at multiple locations.
C0A Tag duplicate-definition error The same tag number is defined at multiple locations.
C0B Tag non-definition error The tag specified as the jump destination of a GOTO statement is not defined.
C0C DW/IF/IS/SL pair-end mismatch error The branching command syntax is invalid. Correspondence with the last
appearing branching command is invalid when EDIF, EDDO or EDSL is used.
Check the correspondence between IF/IS command and EDIF, DO command
and EDDO or SLCT command and EDSL.
C0D DW/IF/IS/SL no pair-end error EDIF, EDDO or EDSL is not found. Check the correspondence between IF/IS
command and EDIF, DO command and EDDO or SLCT command and EDSL.