Chapter 7 Programming Convenience
7-20
4) E1004: Label ‘Label Name’ not used in the subroutine. This error will occur if the JMP
instruction is nonexistent to use the label existent in the subroutine.
Action: Delete the label in the subroutine, or add the application JMP instruction.
Notes
- The error number E1003/E1004 will occur only when [Warning] or [Error] is selected for the label not
referred to in the Grammar Error Inspect item. Refer to 7.3.1 Program Inspect Setting for details..
5) E1005: Label ‘Label Name’ nonexistent in the subroutine. This error will occur if the JMP
instruction uses the label nonexistent in the subroutine.
Action: Add the label in the subroutine, or correct the JMP instruction.