1.在采集开始和停止前后分别将保持电流设置为0.4和0.

2.在断电后将保持电流设为0
This commit is contained in:
2022-03-08 16:16:25 +08:00
committed by xin
parent aa79329231
commit 6a3f006eda
4 changed files with 33 additions and 3 deletions

View File

@ -22,6 +22,7 @@ public:
public slots:
int OnTimeCounter();
signals:
void SignalZeroHoldCurrent();
void SignalGrabOnce();
void SignalSelfStart();
};