Changeset 15051 for trunk


Ignore:
Timestamp:
03/13/13 11:24:30 (12 years ago)
Author:
tbretz
Message:
There is no need anymore to check for the AGILENT_CONTROL state information, this is done by the previous checkStates already
File:
1 edited

Legend:

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

    r15048 r15051  
    6060if (!runs)
    6161    throw new Error("Could not connect to FAD_CONTROL/DRS_RUNS");
    62 
    63 // Wait for agilent to be online with state information
    64 // FIXME: timeout
    65 while (!dim.state("AGILENT_CONTROL"))
    66     v8.sleep();
    6762
    6863var power = dim.state("AGILENT_CONTROL").time;
Note: See TracChangeset for help on using the changeset viewer.