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)
You can selectively replace an existing variable in the Monitor window by using the distinct number of that variable in the command MONITOR n LIST new-variable. For example, MONITOR 10 LIST VAR9 replaces the 10th variable in the Monitor window with the variable VAR9.