Xref: utzoo comp.realtime:1344 comp.sys.m68k:2332 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!jarthur!petunia!csuchico.edu!bsmith From: bsmith@ecst.csuchico.edu (Charles Bennett Smith) Newsgroups: comp.realtime,comp.sys.m68k Subject: Watchdog for MC68030 Message-ID: <1991May28.154215.22307@ecst.csuchico.edu> Date: 28 May 91 15:42:15 GMT Sender: news@ecst.csuchico.edu (USENET) Organization: California State University, Chico Lines: 15 I am working on a real-time data acquisition system which uses an MC68030 processor for the control of a doppler radar system. Data acquisition is from a signal processing board which we produce. The OS we are using is VRTX/Velocity. What I am interested in is coding some sort of watchdog process which will monitor the system. Specifically I would like to watch all exceptions other than the one generated by the signal processing board. I would be interested in hearing any suggestions for such a process. What else might be a good thing to watch? What sort of actions should take place when something goes wrong? -- Bennett