Disable Order Check PL PCDU #825

Merged
muellerr merged 10 commits from disable-order-check-plpcdu into main 2023-11-29 15:13:58 +01:00
Owner
TMTC PR: https://egit.irs.uni-stuttgart.de/eive/eive-tmtc/pulls/260
muellerr added 1 commit 2023-11-21 11:30:37 +01:00
this should do the job
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
ed8f2c75bf
muellerr changed title from Disable Order Check PL PCDU to WIP: Disable Order Check PL PCDU 2023-11-21 11:30:48 +01:00
muellerr added 1 commit 2023-11-21 12:51:45 +01:00
less trashy mode checker
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
949401e247
muellerr added 1 commit 2023-11-21 12:54:40 +01:00
bugfix
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
bd383cfe04
muellerr added this to the v7.4.0 milestone 2023-11-21 16:37:01 +01:00
muellerr added 1 commit 2023-11-27 11:22:47 +01:00
smaller bugfixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
c0b4761ba0
muellerr added 1 commit 2023-11-27 12:05:02 +01:00
this should fix the param setting
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
b0f81d1cce
muellerr changed title from WIP: Disable Order Check PL PCDU to Disable Order Check PL PCDU 2023-11-27 12:18:10 +01:00
muellerr requested review from meggert 2023-11-27 12:18:13 +01:00
muellerr added 1 commit 2023-11-27 12:19:05 +01:00
bump tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
aef8db62b1
muellerr added 1 commit 2023-11-27 12:20:19 +01:00
bump tmtc again
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
f321d7f0b6
muellerr added 1 commit 2023-11-27 15:42:03 +01:00
changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
b987566947
meggert requested changes 2023-11-29 13:14:33 +01:00
@ -428,20 +429,20 @@ void PayloadPcduHandler::checkAdcValues() {
params.getValue(PARAM_KEY_MAP[NEG_V_UPPER_BOUND], upperBound);
if (not checkVoltage(adcSet.processed[U_NEG_V_FB], lowerBound, upperBound,
NEG_V_OUT_OF_BOUNDS)) {
sif::warning << "Negative voltage was out of bounds, went back to OFF" << std::endl;
Owner

shouldn't these also be events?

shouldn't these also be events?
Author
Owner

I think an event gets triggered in the checker function, checking again..

I think an event gets triggered in the checker function, checking again..
Author
Owner

can confirm the events already get triggered in checkVoltage and checkCurrent

can confirm the events already get triggered in `checkVoltage` and `checkCurrent`
meggert marked this conversation as resolved
meggert approved these changes 2023-11-29 14:23:54 +01:00
muellerr added 1 commit 2023-11-29 14:56:50 +01:00
Merge remote-tracking branch 'origin/main' into disable-order-check-plpcdu
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
6b6793d93f
muellerr added 1 commit 2023-11-29 15:13:40 +01:00
Merge branch 'main' into disable-order-check-plpcdu
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build queued...
e1e8b525b3
muellerr merged commit 4d21d2761f into main 2023-11-29 15:13:58 +01:00
muellerr deleted branch disable-order-check-plpcdu 2023-11-29 15:13:58 +01:00
Sign in to join this conversation.
No description provided.