
Error Message Table
1 Error Message Table
| Message | Meaning | Countermeasure | |
| 
 | 
 | 
 | |
| Syntax ERROR | • Illegal syntax | • Press Jto display the error | |
| 
 | • Attempt to input an illegal | and make necessary correc- | |
| 
 | command | tions. | |
| 
 | 
 | 
 | |
| Ma ERROR | • Calculation result exceeds the | • Check input values and make | |
| corrections to ensure that | |||
| 
 | display range. | ||
| 
 | values are within allowable | ||
| 
 | • Calculation is outside the input | ||
| 
 | limits. | ||
| 
 | range of a function. | ||
| 
 | 
 | ||
| 
 | • Mathematical error (division by | 
 | |
| 
 | zero, etc.) | 
 | |
| 
 | • Sufficient precision could not be | 
 | |
| 
 | obtained for Σ calculation, | 
 | |
| 
 | differential calculation, etc. | 
 | |
| 
 | • Solution could not be obtained | 
 | |
| 
 | for equation calculation, etc. | 
 | |
| 
 | 
 | 
 | |
| Go ERROR | 1 No corresponding Lbl n for | 1 Correctly input a Lbl n to corres- | |
| 
 | Goto n. | pond to the Goto n , or delete | |
| 
 | 
 | the Goto n if not required. | |
| 
 | 2 No program stored in program | 2 Store a program in program | |
| 
 | area Prog ”file name”. | area Prog ”file name”, or delete | |
| 
 | 
 | the Prog ”file name” if not | |
| 
 | 
 | required. | |
| 
 | 
 | 
 | |
| Nesting ERROR | • Nesting of subroutines by Prog | • Ensure that Prog ”file name” is | |
| 
 | ”file name” exceeds 10 levels. | not used to return from | |
| 
 | 
 | subroutines to main routine. If | |
| 
 | 
 | used, delete any unnecessary | |
| 
 | 
 | Prog ”file name”. | |
| 
 | 
 | • Trace the subroutine jump | |
| 
 | 
 | destinations and ensure that no | |
| 
 | 
 | jumps are made back to the | |
| 
 | 
 | original program area. Ensure | |
| 
 | 
 | that returns are made correctly. | |
| 
 | 
 | 
 | |
| Stack ERROR | • Execution of calculations that | • Simplify the formulas to keep | |
| 
 | exceed the capacity of the | stacks within 10 levels for the | |
| 
 | stack for numeric values or | numeric values and 26 levels | |
| 
 | stack for commands. | for the commands. | |
| 
 | 
 | • Divide the formula into two or | |
| 
 | 
 | more parts. | |
| 
 | 
 | 
 | 
20050401