Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7091: Addressed code review

conver should be convert. Flow is in L/min.

conver should be convert. Flow is in L/min.

The return of this function includes a call to isWaterQualityGood(), which checks for inlet temp and conductivity, reject ratio, and temperature. For the dialysate temperature, it will be done once...

The return of this function includes a call to isWaterQualityGood(), which checks for inlet temp and conductivity, reject ratio, and temperature.
For the dialysate temperature, it will be done once I work on dialysate generation again and remove TODO.

Ok, yes, I see that now. But I still don't see any check for dialysate temperature (after heating).

Ok, yes, I see that now. But I still don't see any check for dialysate temperature (after heating).

Don't we need to check other things here as well? Inlet temp and conductivity, reject ratio, and dialysate temperature.

Don't we need to check other things here as well? Inlet temp and conductivity, reject ratio, and dialysate temperature.

I think there are now 7 incoming CAN msg buffers (8 if counting the 1 serial port buffer).

I think there are now 7 incoming CAN msg buffers (8 if counting the 1 serial port buffer).

DEN-7091: more load cell test code.

DEN-7091: Added test code to test alpha filter for load cell readings.

DEN-5963 tested the code

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-5963 tested the code in the lab

    • -108
    • +162
    ./Modes/ModeHeatDisinfect.c
Added check fluid leak detector state outside of DG_INIT_MODE

DEN-7091: Added handler for alarm clear

DEN-7091: Added new CAN channel for UI to DG comm

  1. … 2 more files in changeset.
Addressed for both DG and HD.

Addressed for both DG and HD.

DEN-6890: Addressed code review comments

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Because the fluid leak detector is packaged as part of a 16-bit (LSB + MSB) representing the GPIOs of the FPGA. This is to save space. I use a bitmask to extract that one bit I need which is repres...

Because the fluid leak detector is packaged as part of a 16-bit (LSB + MSB) representing the GPIOs of the FPGA. This is to save space. I use a bitmask to extract that one bit I need which is representative of the fluid leak detector state (dry/1 vs. wet/0).

DEN-6890: Addressed code review comments

Why is this called fpgaGPIO? Why not leakDetector or something that is more representative of your driver?

Why is this called fpgaGPIO? Why not leakDetector or something that is more representative of your driver?

We started adding the sensors's part number and model. Could you please add it here?

We started adding the sensors's part number and model. Could you please add it here?

Removed.

Removed.

Added.

Added.

Addressed code review comments

DEN-6890: Removed unnecessary accelerometer calibration parameter message