Changeset 16385 for trunk/FACT++


Ignore:
Timestamp:
05/28/13 13:53:03 (11 years ago)
Author:
tbretz
Message:
Theoretically, the fadctrl can also hang in Configuring1 because that is when we now wait for the messages to be sent.
File:
1 edited

Legend:

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

    r16060 r16385  
    177177
    178178            if (dim.state("MCP").name!="Configuring3" ||
    179                 dim.state("FAD_CONTROL").name!="Configuring2")
     179                (dim.state("FAD_CONTROL").name!="Configuring1" &&
     180                 dim.state("FAD_CONTROL").name!="Configuring2"))
    180181                throw e;
    181182
Note: See TracChangeset for help on using the changeset viewer.