hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5887: ran local test script.

    • -156
    • +5
    /results/Build_Status_Report.csv
    • -39331
    • +4815
    /results/VectorCAST.log
DEN-6372: Added TODO.

DEN-6372: Fixes per lab testing. Added function to AlarmMgmt to determine whether any alarms w/ stop property are active. Changed treatment mode handling of alarm stop from signal to modes approach to modes polling alarm mgmt approach. Added f/w support for override of treatment time remaining.

    • -34
    • +62
    /firmware/App/Modes/ModeTreatment.c
    • -20
    • +4
    /firmware/App/Services/SystemComm.c
DEN-6078 merged staging and resolved merge conflicts

    • -15
    • +184
    /firmware/App/Modes/ModePreTreat.c
    • -37
    • +5
    /firmware/App/Modes/ModeTreatment.c
Stop signal is removed. But other alarm flags still exist so I added call to reset alarm signal flags as you suggested.

Stop signal is removed. But other alarm flags still exist so I added call to reset alarm signal flags as you suggested.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-6078 commented the count to PWM conversion macros

These new alarms have been added to the alarm table.

These new alarms have been added to the alarm table.

These has been uncommented.

These has been uncommented.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Why commented out?

Why commented out?

Need to add these new alarms to alarm table below.

Need to add these new alarms to alarm table below.

Before switching to newly filled reservoir, we want to take a baseline weight (before starting UF with it). So we are initializing the starting and final weights for the reservoir here. As UF progr...

Before switching to newly filled reservoir, we want to take a baseline weight (before starting UF with it). So we are initializing the starting and final weights for the reservoir here. As UF progresses on this reservoir after we switch to it, the final weight will gradually increase and the delta between the two is how much UF we've taken using this reservoir.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-6372: Addressed code review feedback.

    • -10
    • +8
    /firmware/App/Services/PIControllers.c
Is that a rule in our coding standard?

Is that a rule in our coding standard?

Fixed.

Fixed.

Fixed.

Fixed.

Done.

Done.

It looks like the alarm stop signal flag is reset in another function? resetAlarmSignalFlags function.

It looks like the alarm stop signal flag is reset in another function? resetAlarmSignalFlags function.

Right after the if statement ends.

Right after the if statement ends.