Trouble with table

Trouble with table

In the MC2xx range of Motion Coordinators, the TABLE is dynamic and the memory shared with the programs. When you first use it, there is no table. TABLE is allocated when it is written tot. You can see the size with TSIZE parameter. If a program writes to TABLE 700 then that is the highest allocated. Check TSIZE it will be 701.
If the TABLE is using too much memory, then it can be deleted entirely with the terminal command NEW "TABLE". Then the process of allocating TABLE in a program can begin again.
TABLE is strored in Battery Backed non-volatile RAM.