Changeset 12648


Ignore:
Timestamp:
11/26/11 12:53:18 (13 years ago)
Author:
tbretz
Message:
Fixed a bug which caused the feedback to ramp up the voltages even when they are off.
File:
1 edited

Legend:

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

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