Changeset 19581 for trunk/FACT++
- Timestamp:
- 09/01/19 11:17:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r19573 r19581 314 314 avg /= 320; 315 315 316 console.out(" DeltaUov=%.3f (%.3f) [N(>0.033V)=%d]".$(avg, avg-this.last, cnt)); 317 316 318 this.ok = cnt<3;// || (this.last!=undefined && Math.abs(this.last-avg)<0.002); 317 318 console.out(" DeltaUov=%.3f (%.3f) [N(>0.033V)=%d]".$(avg, avg-this.last, cnt));319 320 319 this.last = avg; 321 320 } … … 1051 1050 var drive_states = sun.isUp || !system_on ? undefined : [ "Initialized", "Tracking", "OnTrack" ]; 1052 1051 1052 if (drive_states && obs[sub].grb) 1053 drive_states.push("Stopping"); 1054 1053 1055 // A scheduled task was found, lets check if all servers are 1054 1056 // still only and in reasonable states. If this is not the case,
Note:
See TracChangeset
for help on using the changeset viewer.