https:///weradocs/F_Status.shtml Last update:

WERA HF Radar Software - Status.html file

The file Status.html lives in ~/public_html/ and reflects the actual state of the measurement status.
It is displayed by the WeraDesk Status page using SSI (Server Side Includes, .shtml).
The following entries are possible:

"Running %5d   \0",sweepNumber // response during the measurement
"Storing data    \0"           // response at the end of measurement
"Stopped         \0"           // response after the end of measurement
"Test Acquisition\0"           // response to a test acq command
"Test Calibration\0"           // response to a test cal command

"BUSY            \0"  // answer to ASK_4_BUSY if busy
"AVAILABLE       \0"  // answer to ASK_4_BUSY if WERA is available

"auxSweep error  \0"  // if SEND_AUXPORTSTART / auxSweep returns ERROR
"auxTest error   \0"  // if SEND_AUXPORTSTART / auxStart returns ERROR
"auxStop error   \0"  // if SEND_AUXPORTSTART / auxStop_ returns ERROR

"STM-Watchdog: CL7 did not reply in time !\0"  // protocol killed by STM watchdog

Status.html is written by stm and used by Proc_WeraDesk and WeraDesk Web Interface.


Comments to: gurgel@ifm.uni-hamburg.de (Klaus-Werner Gurgel)