Changeset 14996


Ignore:
Timestamp:
03/09/13 11:03:07 (12 years ago)
Author:
tbretz
Message:
Added a reset of the MCP at an early stage to get it out of a possible Configuring state. Added missing spaces in the exception message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Startup.js

    r14971 r14996  
    7979include("scripts/handleLidClosed.js");
    8080
    81 checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL"]);
    82 
    83 // Missing MCP --> Idle
     81checkSend(["BIAS_CONTROL","FTM_CONTROL", "FSC_CONTROL", "FEEDBACK", "RATE_CONTROL", "MCP"]);
     82
     83dim.send("MCP/RESET");
     84
    8485loop = new Handler("SystemSetup");
    8586loop.add(handleBiasVoltageOff);
     
    281282{
    282283    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 "+
    285286                    "happened...");
    286287}
Note: See TracChangeset for help on using the changeset viewer.