Ignore:
Timestamp:
11/07/11 00:02:01 (13 years ago)
Author:
tbretz
Message:
Implemented starting of the rate control.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/mcp.cc

    r12428 r12434  
    317317                    return GetCurrentState();
    318318
     319                // FIMXE: This is to make sure that the rate control
     320                // has received the correct trigger setup already...
     321                usleep(1000000);
     322
    319323                Message("Starting Rate Control");
    320                 Dim::SendCommand("RATE_CONTROL/START_DATA_TAKING");
     324                Dim::SendCommand("RATE_CONTROL/CALIBRATE");
    321325
    322326                Message("Starting FAD");
Note: See TracChangeset for help on using the changeset viewer.