Disable Order Check PL PCDU #825
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#825
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "disable-order-check-plpcdu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TMTC PR: eive/eive-tmtc#260
Disable Order Check PL PCDUto WIP: Disable Order Check PL PCDUWIP: Disable Order Check PL PCDUto Disable Order Check PL PCDU@ -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;
shouldn't these also be events?
I think an event gets triggered in the checker function, checking again..
can confirm the events already get triggered in
checkVoltage
andcheckCurrent