Changeset 17353
- Timestamp:
- 11/23/13 13:07:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/getSchedule.js
r17188 r17353 4 4 { 5 5 // List of all available measurement types (see also Observation_class.js) 6 var measurementType = [ "STARTUP", "IDLE", "DRSCALIB", "SINGLEPE", "DATA", "RATESCAN", "SHUTDOWN" ];6 var measurementType = [ "STARTUP", "IDLE", "DRSCALIB", "SINGLEPE", "DATA", "RATESCAN", "SHUTDOWN", "OVTEST" ]; 7 7 8 8 // Get current time … … 12 12 // and entering the new data in the database, we have to use the unique id 13 13 // in Main.js to check if the current observation should be changed (and sub resetted) 14 start = new Date(start.getTime()-1 2*3600000);14 start = new Date(start.getTime()-10*3600000); 15 15 16 16 // ----------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.