Changeset 14996 for trunk/FACT++
- Timestamp:
- 03/09/13 11:03:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Startup.js
r14971 r14996 79 79 include("scripts/handleLidClosed.js"); 80 80 81 checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL"]); 82 83 // Missing MCP --> Idle 81 checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL", "MCP"]); 82 83 dim.send("MCP/RESET"); 84 84 85 loop = new Handler("SystemSetup"); 85 86 loop.add(handleBiasVoltageOff); … … 281 282 { 282 283 throw new Error("Something unexpected has happened. Although the startup-"+ 283 "procedure has finished, not all servers are in the state "+284 "in which they ought to be. Please, try to find out what "+284 "procedure has finished, not all servers are in the state "+ 285 "in which they ought to be. Please, try to find out what "+ 285 286 "happened..."); 286 287 }
Note:
See TracChangeset
for help on using the changeset viewer.