Ignore:
Timestamp:
06/09/12 22:11:10 (12 years ago)
Author:
tbretz
Message:
Added a unit to the bias voltage during calibration; change the limit for 'red' for the wind from 50 to 45.
File:
1 edited

Legend:

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

    r14139 r14140  
    21972197            if (wind>35 || hum>95)
    21982198                col = HTML::kYellow;
    2199             if (wind>50 || hum>98)
     2199            if (wind>45 || hum>98)
    22002200                col = HTML::kRed;
    22012201
     
    22892289                out << setprecision(2) << fBiasControlPowerTot << " W" << setprecision(3);
    22902290            else
    2291                 out << (off ? 0 : fBiasControlVoltageMed);
     2291                out << (off ? 0 : fBiasControlVoltageMed) << " V";
    22922292            out << '\n';
    22932293        }
Note: See TracChangeset for help on using the changeset viewer.