![background image](http://html1.mh-extra.com/html/kollmorgen/bds5/bds5_installation-and-setup-manual_1990763124.webp)
A
PPENDIX
C - E
RROR
C
ODES
BDS5
C-8
C.4.3 Invalid Instructions or Entries
ERROR 79
"BAD FORMAT"
SEVERITY 2
You entered a format that the BDS5 does not recognize. For example, you may have entered:
INPUT "INPUT X1" X1[.3]
In this case, the decimal point (following the "[") is incorrect. Pay careful attention to the rules for formats. This
error breaks program execution if the instruction is issued from the user program.
ERROR 80
"INVALID INSTRUCTION"
SEVERITY 2
You attempted to execute an instruction or change a variable that the BDS5 does not recognize. This error breaks
program execution if the instruction is issued from the user program.
ERROR 81
"NOT PROGRAMMABLE"
SEVERITY 2
You attempted to change a variable that is not programmable. This error will break program execution if the
instruction is issued from the user program.
ERROR 82
"BAD NUMBER ENTRIES"
SEVERITY 2
The instruction that is executing has too many or too few parameters. Look up the instruction in Appendix B to
determine the correct number of entries. This error breaks program execution if the instruction is issued from the
user program.
ERROR 83
"BAD OR OUT OF RANGE"
SEVERITY 2
You entered a parameter to an instruction that was too large or too small. Check Appendix C for limits on variables.
This error can also occur when a parameter is in the wrong format, such as a character string where a number is
expected. This error breaks program execution if the instruction is issued from the user program.
ERROR 84
"OUT OF BOUNDS"
SEVERITY 2
The variable listed is out of bounds. If the variable is protected (that is, set by the factory as defined in Appendix C),
contact the factory. If the variable is not protected, set it within its bounds. This error breaks execution.
ERROR 85
"BAD INDIRECTION"
SEVERITY 2
You attempted an indirect reference to a user variable that does not exist. For example:
X1 10000
P X(X1)
X(X1) refers to user variable X10000, which does not exist. The "P X(X1)" will generate this error. This error
breaks program execution if the instruction is issued from the user program.
Summary of Contents for BDS5
Page 2: ......
Page 3: ...BDS5 INSTALLATION AND SETUP MANUAL Old Number M93101 ISSUE 4 New Number MB5000H...
Page 4: ......
Page 8: ......
Page 10: ......
Page 18: ......
Page 20: ......
Page 62: ...CHAPTER 2 INSTALLATION BDS5 2 26...
Page 73: ...BDS5 CHAPTER 4 MAINTENANCE...
Page 74: ...CHAPTER 4 MAINTENANCE BDS5...
Page 78: ...CHAPTER 4 MAINTENANCE BDS5 4 4...
Page 86: ...APPENDIX A WARRANTY INFORMATION BDS5 A 2...
Page 88: ...APPENDIX B DRAWINGS BDS5 B 2 THIS PAGE INTENTIONALLY LEFT BLANK...
Page 116: ......