firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

DEN-16666 added new events in Mode Fill

DG-DEN-16666_Log Passing Results OF Self Test 2
DG-DEN-16666_Log Passing Results OF Self Test 2
DEN-16674 updated the temperature sensors calibration record alarm

    • -1
    • +1
    ./App/Controllers/TemperatureSensors.c
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

DEN-16674 made the UV reactors persistent alarm clearance period to 0 ms

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Merged DEN-16674

    • -19
    • +0
    ./.settings/org.eclipse.core.resources.prefs
Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

DEN-16587 Update to match other branch.

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Bamboo Commit: Updated DGCommon.h with build versions from Bamboo

DEN-16674 added an alarm to check the status of the temperature sensors calibration record in POST

    • -1
    • +1
    ./App/Controllers/TemperatureSensors.c
DEN-16674 updated the temperature sensors calibration function

    • -11
    • +14
    ./App/Controllers/TemperatureSensors.c
DEN-16674 added code to apply the calibration values to the inline temperature sensors

    • -0
    • +64
    ./App/Controllers/TemperatureSensors.c
DG-DEN-16674_Td2 Calibration Feature
DG-DEN-16674_Td2 Calibration Feature
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-16587 Added reservoir transfer flag, move invalid fill check to task exec function.

Question was in relation to DG gen idle sub-state, not HD mode.

Question was in relation to DG gen idle sub-state, not HD mode.

In pre-treat, there were transfers from one reservoir to the other that caused a false alarm. Figuring that out in SW at this level seemed overly complex. Also, the ticket notes this problem in Tre...

In pre-treat, there were transfers from one reservoir to the other that caused a false alarm. Figuring that out in SW at this level seemed overly complex. Also, the ticket notes this problem in Treatment only.

Why is this reservoir check only happening in this state? Recommend creating a separate function to perform the check and call that function from gen idle exec function (i.e. do check in all gen id...

Why is this reservoir check only happening in this state? Recommend creating a separate function to perform the check and call that function from gen idle exec function (i.e. do check in all gen idle states).