EQA1952E The MONITOR command table is full. No unnumbered MONITOR commands will be accepted.
Explanation
A MONITOR command was issued but the MONITOR table is full.
Programmer response
The Monitor Window is used to display the value of a variable and supports up to 99 instances.
Variables are added to the Monitor Window using the MONITOR or
AUTOMONITOR primary commands or via the M line
command in the Source window. Each time one of these commands is issued, the variable is added to
the Monitor window followed by a distinct number (1, 2, ... 99). You can reduce the number of
variables appearing in the Monitor window by entering one of the following commands:
- CLEAR MONITOR n (clears variable numbered n)
- CLEAR MONITOR (n1, n2, ...) (clears variables numbered n1, n2, etc.)
- CLEAR MONITOR (clears all variables)