The likeliest problem is that the 10 Hz task has paused. There may
be a message like TNHZ: ARITH-ERR AE5A on the System Console. Type
D(ISPLAY) M(EMORY)
on the System Console and look at the line beginning TNHZ. If the task is paused (P) rather than active (A), try continuing it:
T(ASK) TNHZ; CO(NTINUE)
If this doesn't work, restart it:-
RESTART TNHZ
If ARITH-ERR's occur on every cycle, then TNHZ is probably being fed rubbish by the time service or the encoders. Call the Duty Technician.
If TNHZ is the task responsible, you will not be able to recover
control without either removing the 10 Hz interrupt line from the box
on the wall in the CLIP Centre (it may be labelled) or rebooting the
computer. The latter is preferred.
Check that the task AUTOGUID is alive. If not:-
RESTART AUTOGUID
Check that the task AGBX is active. If not:-
RESTART AGBX
In this case, the 10-Hz synchronous task (TNHZ) is running, but the Information Display task (INFODISP) is not. If the latter is paused, try to continue it:
T(ASK) INFODISP; CO(NTINUE)
and if this fails:
RESTART INFODISP
Check on the System Console whether Task USER (or any other) has failed with an error message. Type on the System Console:-
RESTART USER (or whichever task it was)
If the User Interface does not now restart, try stopping and restarting the telescope control system with FINISH and GO INT.