Changeset 12319 for trunk


Ignore:
Timestamp:
10/28/11 21:45:47 (13 years ago)
Author:
tbretz
Message:
Switch control off when voltage off.
File:
1 edited

Legend:

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

    r12271 r12319  
    196196            fDimDeviation.Update(vec);
    197197
    198             if (fOutputEnabled)
     198            if (fOutputEnabled && fStatusBias.second==BIAS::kVoltageOn)
    199199            {
    200200                Info("Sending correction to feedback.");
     
    404404                            fDimDeviation.Update(vec);
    405405
    406                             if (fOutputEnabled)
     406                            if (fOutputEnabled && fStatusBias.second==BIAS::kVoltageOn)
    407407                            {
    408408                                Info("Sending correction to feedback.");
Note: See TracChangeset for help on using the changeset viewer.