Changeset 13178 for trunk/FACT++


Ignore:
Timestamp:
03/22/12 21:01:48 (13 years ago)
Author:
tbretz
Message:
Send current requests in current control mode only when voltage is switched on.
File:
1 edited

Legend:

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

    r13163 r13178  
    10311031                if (fCurrentRequestInterval>0 && Time()-past>boost::posix_time::milliseconds(fCurrentRequestInterval))
    10321032                {
    1033                     if (fStatusBias.second!=BIAS::kRamping)
     1033                    if (fStatusBias.second==BIAS::kVoltageOn)
    10341034                        DimClient::sendCommandNB("BIAS_CONTROL/REQUEST_STATUS", NULL, 0);
    10351035                    past = Time();
Note: See TracChangeset for help on using the changeset viewer.