Changeset 12542


Ignore:
Timestamp:
11/16/11 22:58:39 (13 years ago)
Author:
tbretz
Message:
Start the calibration even when the voltage is off
File:
1 edited

Legend:

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

    r12417 r12542  
    212212            fDimDeviation.Update(vec);
    213213
    214             if (fOutputEnabled && fStatusBias.second==BIAS::kVoltageOn)
     214            if (fOutputEnabled && (fStatusBias.second==BIAS::kVoltageOn || fControlType==kTemp))
    215215            {
    216216                Info("Sending correction to feedback.");
Note: See TracChangeset for help on using the changeset viewer.