Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 1, 2021
1 parent 2831bfb commit 6d83f06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/eez/modules/psu/calibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ void CalibrationEditor::doStart() {
m_enabled = true;

if (channel) {
channel_dispatcher::setOvpState(channel, 0);
channel_dispatcher::setOcpState(channel, 0);
channel_dispatcher::setOppState(channel, 0);

channel->calibrationEnable(false);
channel_dispatcher::outputEnable(*channel, true);
channel->setOperBits(OPER_ISUM_CALI, true);
Expand Down

0 comments on commit 6d83f06

Please sign in to comment.