BDS5
A
PPENDIX
C - E
RROR
C
ODES
C-9
ERROR 86
"USER PROGRAM FULL"
SEVERITY 2
You attempted to load a program larger than the BDS5 can hold. This occurs with the >BDS instruction and from
the Motion Link communications software "Program Transmit (^T)." This error breaks program execution.
ERROR 87
"EMBEDDED QUOTE"
SEVERITY 2
You entered a command with an embedded quote. A space must precede an opening quote and follow a closing
quote. For example:
P"BAD COMMAND"
has an embedded quote after the "P." This error breaks program execution if the instruction is issued from the user
program.
ERROR 88
"NO CLOSING QUOTE"
SEVERITY 2
You entered a command with an odd (as opposed to even) number of quotes. This error breaks program execution if
the instruction is issued from the user program.
ERROR 89
"NOT FOR ALARM/HOLD/RECORD"
SEVERITY 2
You have specified a switch that is not an allowable switch for an alarm or a hold or record command. For example:
A$ REMOTE ON
;ERROR--REMOTE NOT ALLOWED FOR ALARMS
This line causes Error 89 since REMOTE is not allowed to fire an alarm.
ERROR 90
"TOO MANY POINTS"
SEVERITY 2
You specified too many points in a RECORD command. Only 1000 points total can be recorded. For example, if
you are recording four variables, they can be recorded no more than 250 times, since 4*250 = 1000.
C.4.4 Math Errors
ERROR 92
"ZERO DIVIDE"
SEVERITY 2
You attempted to divide a number by 0. This error breaks program execution if the instruction is issued from the
user program.
ERROR 93
"MATH OVERFLOW"
SEVERITY 2
The final result of a calculation or an intermediate result during the calculation of an expression was greater than 231
or less than -231. This error breaks program execution.
ERROR 94
">2 PARENTHESES"
SEVERITY 2
The BDS5 evaluated an expression with more levels of parentheses than the BDS5 supports. Up to two levels of
parentheses are allowed. This error breaks program execution.
ERROR 95
"UNEVEN PARENTHESES"
SEVERITY 2
Содержание BDS5
Страница 2: ......
Страница 3: ...BDS5 INSTALLATION AND SETUP MANUAL Old Number M93101 ISSUE 4 New Number MB5000H...
Страница 4: ......
Страница 8: ......
Страница 10: ......
Страница 18: ......
Страница 20: ......
Страница 62: ...CHAPTER 2 INSTALLATION BDS5 2 26...
Страница 73: ...BDS5 CHAPTER 4 MAINTENANCE...
Страница 74: ...CHAPTER 4 MAINTENANCE BDS5...
Страница 78: ...CHAPTER 4 MAINTENANCE BDS5 4 4...
Страница 86: ...APPENDIX A WARRANTY INFORMATION BDS5 A 2...
Страница 88: ...APPENDIX B DRAWINGS BDS5 B 2 THIS PAGE INTENTIONALLY LEFT BLANK...
Страница 116: ......
Страница 131: ...APPENDIX E ON LINE REFERENCE GUIDE BDS5 E 2...