
APPENDIX 3 ERROR MESSAGES
056
057
058
059
060
061
062
063
064
065
066
067
068
069
* There is no coil in the functional instruction which needs the coil.
(Cause) No output instruction is specified after a functional instruction which requires
output.
* SP instruction can not be used in the main program.
(Cause) The use of the SP instruction was attempted within the main program.
. SPE instruction can not be used in the main program.
(Cause) The use of the SPE instruction was attempted within the main program.
* END1 instruction can not be used in the subprogram.
(Cause) The use of the END1 instruction was attempted within a subprogram.
* END2 instruction can not be used in the subprogram.
(Cause) The use of the END2 instruction was attempted within a subprogram.
- END3 instruction can not be used in the subprogram.
(Cause) The use of the END3 instruction was attempted within a subprogram.
* Specified value for a parameter of the functional instruction is outside the range.
(Cause) An illegal value has been specified for the parameter of a functional
instruction.
* An illegal program number is specified for the CALL instruction.
(Cause) A non-P address has been specified for the parameter of the CALL
instruction.
’ An illegal program number is specified for the CALLU instruction.
(Cause) A non-P address has been specified for the parameter of the CALLU
instruction.
. An illegal program number is specified for the SP instruction.
(Cause) A non-P address has been specified for the parameter of the SP instruction.
. There is an undefined instruction.
(Cause) An attempt was made to use a basic or functional instruction which is not
supported by the selected model.
* There is no SPE instruction at the bottom of the subprogram.
(Cause) A subprogram does not end with the SPE instruction.
* SP instruction was detected in the subprogram.
(Cause) An SP instruction was encountered before an SPE instruction.
* The range controled by COM instruction is beyond SPE instruction.
(Cause) An SPE instruction was encountered before a COME instruction.
A3-17