| https:///weradocs/F_Status.shtml |
"Running %5d \0",sweepNumber // response during the measurement "Scanning %5d \0",sweepNumber // response during frequency scans "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.
Status.html must be initialized to "Stopped" if the Linux system crashed during a manually started measurement and is rebooted thus leaving WeraDesk in the "Running" state. This can be done by
$ cp ~/public_html/StatusStopped.html ~/public_html/Status.html |