Index: trunk/FACT++/scripts/Main.js
===================================================================
--- trunk/FACT++/scripts/Main.js	(revision 19573)
+++ trunk/FACT++/scripts/Main.js	(revision 19581)
@@ -314,8 +314,7 @@
     avg /= 320;
 
+    console.out("  DeltaUov=%.3f (%.3f) [N(>0.033V)=%d]".$(avg, avg-this.last, cnt));
+
     this.ok = cnt<3;// || (this.last!=undefined && Math.abs(this.last-avg)<0.002);
-
-    console.out("  DeltaUov=%.3f (%.3f) [N(>0.033V)=%d]".$(avg, avg-this.last, cnt));
-
     this.last = avg;
 }
@@ -1051,4 +1050,7 @@
     var drive_states = sun.isUp || !system_on ? undefined : [ "Initialized", "Tracking", "OnTrack" ];
 
+    if (drive_states && obs[sub].grb)
+        drive_states.push("Stopping");
+
     // A scheduled task was found, lets check if all servers are
     // still only and in reasonable states. If this is not the case,
