
APPENDIX 3 ERROR MESSAGES
016
* There is no LADDER program.
(Cause) The level 3/subprogram is empty.
(Action) Add an END3 or SPSPE instruction.
017
- The symbol data which could not be displayed on the CNC was replaced with space
code.
(Cause) The symbol contains a code other than 20H to 7EH or OAH.
018
- The comment data which could not be displayed on the CNC was replaced with space
code.
(Cause) The comment contains a code other than 20H to 7EH or OAH.
019
* The message data which could not be displayed on the CNC was replaced with space
code.
(Cause) The message contains a code other than 20H to 7EH or OAH.
6.5 Path l/error
020
021
022
023
024
025
026
027
* Not found ‘FLCOMMON.MSG’ file.
(Cause) An installation error may have occurred. Retry the installation.
- Not found ‘FLCOSTEP.MSG’ file.
(Cause) An installation error may have occurred. Retry the installation.
- Not found ‘FLxxxxx.TBL’ Set-up file.
(Cause) An installation error may have occurred. Retry the installation.
* ‘FLxxxxx.TBL’ Set-up file broken.
(Cause) An installation error may have occurred. Retry the installation.
* Insufficient disk space.
(Cause) There is insufficient free space on the disk, preventing data from being output
to the file.
(Action) Delete any unnecessary data from the disk.
’
* LADDER program exists beyond END instruction.
(Cause) A program is specified after the END instruction.
* The number of label exceeds the limit.
(Cause) The number of labels used exceeds the limit (up to 256 for each
level/subprogram).
- There is no label of Lxxxx.
(Cause) The jump destination label for the JMPB instruction is not defined.
(Action) Define the label with the LBL instruction.
A3-14