Changeset 15293
- Timestamp:
- 04/10/13 10:42:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r15291 r15293 7 7 dim.log("Start: "+__FILE__+" ["+__DATE__+"]"); 8 8 9 // This should be set in dimctrl.rc as JavaScript.schedule-database. 10 // It is sent together with the script to the dimserver. 11 // If started directly, it has to be set after the command: 12 // 13 // .js scripts/Main.js schedule-database=... 14 // 15 if (!$['schedule-database']) 16 throw new Error("Environment 'schedule-database' not set!"); 17 9 18 //dimctrl.defineState(37, "TimeOutBeforeTakingData", "MCP took more than 5minutes to start TakingData"); 10 19 … … 35 44 */ 36 45 37 include('scripts/ ReadSchedule.js');46 include('scripts/getSchedule.js'); 38 47 39 48 var observations = [ ];
Note:
See TracChangeset
for help on using the changeset viewer.