10-
17
10
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.
Содержание RCX142
Страница 1: ...User s Manual ENGLISH E YAMAHA 4 AXIS ROBOT CONTROLLER E92 Ver 1 09 RCX142 ...
Страница 2: ......
Страница 18: ...MEMO ...
Страница 24: ...1 6 MEMO ...
Страница 26: ...MEMO ...
Страница 36: ...MEMO ...
Страница 300: ...4 238 MEMO ...
Страница 302: ...MEMO ...
Страница 336: ...MEMO ...
Страница 360: ...6 24 MEMO ...
Страница 362: ...MEMO ...
Страница 374: ...MEMO ...
Страница 384: ...8 10 MEMO ...
Страница 386: ...MEMO ...
Страница 394: ...MEMO ...