9-16
Chapter
9
TROUBLESHOOTING
9-17
5.22 : IF without ENDIF
Code
: &H0516
Meaning/Cause
: There is no ENDIF statement corresponding to IF statement.
Action
: 1. Delete the IF statement.
2. Add an ENDIF statement corresponding to the IF statement.
5.23 : ELSE without ENDIF
Code
: &H0517
Meaning/Cause
: There is no ENDIF statement corresponding to ELSE statement.
Action
: 1. Delete the ELSE statement.
2.
Add an ENDIF statement corresponding to the ELSE statement.
5.24 : END SUB without SUB
Code
: &H0518
Meaning/Cause
: a. There is no SUB statement corresponding to END SUB
statement.
b. END SUB command was executed without SUB command.
Action
: 1. Delete the END SUB statement.
2.
Add a SUB statement corresponding to the END SUB statement.
3. Confirm execution of SUB command.
5.25 : SUB without END SUB
Code
: &H0519
Meaning/Cause
: There is no END SUB statement corresponding to SUB
statement.
Action
: 1. Delete the SUB statement.
2.
Add an END SUB statement corresponding to the SUB statement.
5.26 : Duplicated variable
Code
: &H051A
Meaning/Cause
: Two or more array variables were defined for the same name.
Action
: Delete a definition statement for the array variables with the
same name.
5.27 : Duplicated identifier
Code
: &H051B
Meaning/Cause
: Two or more identifiers were defined for the same name.
Action
: Define another identifier.
5.28 : Duplicated label
Code
: &H051C
Meaning/Cause
: Two or more of the same labels were defined.
Action
: Define another label.
[ 5] Robot language syntax (compiling) errors
Содержание RCX222
Страница 1: ...RCX222 EUR2153130 E99 Ver 1 30 Userʼs Manual YAMAHA 2 AXIS ROBOT CONTROLLER ...
Страница 2: ......
Страница 14: ......
Страница 43: ......
Страница 46: ......
Страница 50: ...4 MEMO ...
Страница 51: ...Chapter 1 USING THE ROBOT SAFELY Contents 1 Operating environment 1 1 ...
Страница 52: ......
Страница 56: ......
Страница 98: ......
Страница 388: ......
Страница 412: ...5 24 MEMO ...
Страница 414: ......
Страница 430: ......
Страница 442: ......
Страница 450: ...8 8 MEMO ...
Страница 452: ......
Страница 523: ......