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
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
ed8f2c75bf
this should do the job
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
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
949401e247
less trashy mode checker
muellerr added 1 commit 2023-11-21 12:54:40 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
bd383cfe04
bugfix
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
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
c0b4761ba0
smaller bugfixes
muellerr added 1 commit 2023-11-27 12:05:02 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
b0f81d1cce
this should fix the param setting
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
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
aef8db62b1
bump tmtc
muellerr added 1 commit 2023-11-27 12:20:19 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
f321d7f0b6
bump tmtc again
muellerr added 1 commit 2023-11-27 15:42:03 +01:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
b987566947
changelog
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
muellerr added 1 commit 2023-11-29 15:13:40 +01:00
EIVE/eive-obsw/pipeline/pr-main Build queued... Details
e1e8b525b3
Merge branch 'main' into disable-order-check-plpcdu
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.