Yamaha RCX222 User Manual page 466

2-axis robot controller
Hide thumbs Also See for RCX222:
Table of Contents

Advertisement

[ 5] Robot language syntax (compiling) errors
5.7
: Illegal axis name
5.8
: Illegal order
Chapter
9
5.10 : Too many characters
5.12 : Stack overflow
5.13 : Illegal variable
5.14 : Type mismatch
5.15 : FOR variable error
9-14
Code
: &H0507
Meaning/Cause : Robot axis name is wrong.
Action
: Change to the correct axis name.
Code
: &H0508
Meaning/Cause : Wrong bit specified for input/output port.
Action
: Change to ascending order starting from right.
Code
: &H050A
Meaning/Cause : a. Character string was defined in excess of 75 characters.
b. Addition to the character string total exceeds 75 characters.
Action
: 1. Change to character string count of 75 characters or less.
2. Change additions to character string to a total of 75
characters or less.
Code
: &H050C
Meaning/Cause : a. Parenthesis was used 6 times or continuously in an
expression.
b. Overflow in stack area for compiling/execution.
Action
: 1. Reduce parentheses in the expression to 5 times or less.
2. Reduce program size.
3. Reduce nesting of GOSUB statement, CALL statement and
FOR to NEXT statement.
4. Reduce argument of CALL statement. (especially character
variables)
Code
: &H050D
Meaning/Cause : A variable other than a global variable was used in SEND/@
READ/@WRITE commands.
Action
: Change to a global variable.
Code
: &H050E
Meaning/Cause : a. Expression does not match on both sides.
b. Prohibited type constant/variable/expression was used.
Action
: 1. Change so that both sides of expression match.
2. Use a correct type of constant/variable/expression.
Code
: &H050F
Meaning/Cause : Variable names for NEXT statement and corresponding FOR
statement do not match.
Action
: Change so that FOR statement variable names match with
NEXT statement variable names.

Advertisement

Table of Contents
loading

Table of Contents