9-
17
9
T
roubleshooting
1. Error Messages
5.41 : Illegal command outside proce.
Code
: &H0529
Meaning/Cause
: Command cannot be executed outside of procedure (between SUB
to END SUB statements).
Action
: Delete command that cannot be executed outside of procedure.
5.42 : Illegal command inside IF
Code
: &H052A
Meaning/Cause
: Cannot execute command between IF to ENDIF
statements.(Command can be executed for one IF statement line.)
Action
: Delete command that cannot be executed between IF to ENDIF
statements.
5.43 : Illegal direct
Code
: &H052B
Meaning/Cause
: Independent execution of command is impossible.
Action
: 1. Change execution according to program.
2. Change it to a command that can be executed independently.
5.44 : Cannot use external label
Code
: &H052C
Meaning/Cause
: Command cannot use an external label.
Action
: 1. Change to an internal label.
2. Change execution command.
5.45 : Illegal program name
Code
: &H052D
Meaning/Cause
: a. When transmitting a program file by SEND command, the
NAME statement was not defined on beginning line of the
program data.
b. Characters other than alphanumeric and underscore ( _ ) were
used in the program name.
c. Program name has exceeded 8 characters.
Action
: 1. Define NAME statement on beginning line of program data.
2. Use only alphanumeric and underscore ( _ ) characters in the
program name.
3. Use 8 characters or less in the program name.
5.46 : Too many identifiers
Code
: &H052E
Meaning/Cause
: Number of identifiers exceeded 500.
Action
: Ensure the number of identifiers is within 500 items.
5.47 : CASE without SELECT
Code
: &H052F
Meaning/Cause
: There is no SELECT statement corresponding to CASE statement.
Action
: 1. Delete the CASE statement.
2. Add a SELECT statement corresponding to the CASE statement.
Summary of Contents for RCX141
Page 1: ...User s Manual ENGLISH E YAMAHA 4 AXIS ROBOT CONTROLLER E93 Ver 2 02 RCX141 ...
Page 2: ......
Page 16: ...viii MEMO ...
Page 18: ...MEMO ...
Page 24: ...1 6 MEMO ...
Page 26: ...MEMO ...
Page 34: ...2 8 MEMO ...
Page 36: ...MEMO ...
Page 54: ...3 18 MEMO ...
Page 290: ...4 232 MEMO ...
Page 292: ...MEMO ...
Page 316: ...5 24 MEMO ...
Page 318: ...MEMO ...
Page 326: ...6 8 MEMO ...
Page 328: ...MEMO ...
Page 338: ...7 10 MEMO ...
Page 340: ...MEMO ...
Page 346: ...MEMO ...
Page 401: ...MEMO ...