update gain control

This commit is contained in:
2022-03-29 16:26:50 +02:00
parent 9537ac76ac
commit 9fb6338ca8

View File

@@ -1,7 +1,13 @@
#include "gain_control.h" #include "gain_control.h"
c_gainControl modeNone(e_measureMode::mNone, 0, 0, 0, 0, 0, 0); c_gainControl modeNone(e_measureMode::mNone, 0, 0, 0, 0, 0, 0);
c_gainControl mode20mA(e_measureMode::mA20, 1, 1, 0, 0, 1, 1); c_gainControl mode20mA(e_measureMode::mA20, 1, 1, 0, 0, 1, 1);
c_gainControl mode200mA(e_measureMode::mA200, 1, 1, 0, 0, 1, 1);
c_gainControl mode1000mA(e_measureMode::mA1000, 1, 1, 0, 0, 1, 1);
//UC02 > G=1 (met JP5naar 1000mA); UC03 > G=5(met JP7 naar 200mA); UC04 > G=50 (@20mA); UC05 > 1000mA; UC06 > 200mA. Current: niets gekozen = 20mA.
std::vector<c_gainControl> gainList; std::vector<c_gainControl> gainList;