Changeset 14186
- Timestamp:
- 06/18/12 22:23:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/feedback.cc
r14033 r14186 266 266 fDimDeviation.Update(vec); 267 267 268 if (!fOutputEnabled )|| fDimBias.state()!=BIAS::State::kVoltageOn)268 if (!fOutputEnabled || fDimBias.state()!=BIAS::State::kVoltageOn) 269 269 return GetCurrentState(); 270 270 … … 721 721 AverageCurrents(evt); 722 722 723 if (curr==&fBiasA && fControlType==kCurrents &&724 723 /* 724 if (fControlType==kCurrents && fCursorTemp>0 && fCursorCur>0) 725 725 { 726 726 // fCursorTemp: 1 2 3 4 5 6 7 8 727 727 // fCursor%x: 1 1 1 2 2 2 3 3 // 9 steps in ~15s 728 if (fCursorTemp<3 && fCursorCur%(fCursorTemp/3+1)==0)728 //if (fCursorTemp<3 && fCursorCur%(fCursorTemp/3+1)==0) 729 729 HandleCurrentControl(); 730 } 730 }*/ 731 731 732 732 return GetCurrentState();
Note:
See TracChangeset
for help on using the changeset viewer.