Changeset 17659


Ignore:
Timestamp:
04/06/14 14:01:37 (11 years ago)
Author:
tbretz
Message:
Output when the MCP/STOP command has been sent.
File:
1 edited

Legend:

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

    r17637 r17659  
    130130                if (dim.state("MCP").name=="TakingData" && service_event.get(0, false).counter>event_counter)
    131131                {
    132                     //dim.send("FAD_CONTROL/CLOSE_OPEN_FILES");
    133132                    dim.send("MCP/STOP");
     133                    console.out("Sent MCP/STOP.");
    134134                    return;
    135135                }
Note: See TracChangeset for help on using the changeset viewer.