Changeset 13070 for trunk/FACT++


Ignore:
Timestamp:
03/12/12 08:20:08 (13 years ago)
Author:
tbretz
Message:
Do not send current request in HandleCalibration when still ramping.
File:
1 edited

Legend:

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

    r13062 r13070  
    230230        if (fCursorCur<100)
    231231        {
    232             DimClient::sendCommandNB("BIAS_CONTROL/REQUEST_STATUS", NULL, 0);
     232            if (fStatusBias.second!=BIAS::kRamping)
     233                DimClient::sendCommandNB("BIAS_CONTROL/REQUEST_STATUS", NULL, 0);
    233234            return;
    234235        }
Note: See TracChangeset for help on using the changeset viewer.