Dashboard

LDT -3449 Water, Dialysate, and Blood Sampling - SW - 02 - Water sample & Dialysate Checks - Q&R - 15: SIT - Software Integration Tests - Squish Qt

    • -19
    • +17
    /suite_leahi/shared/scripts/names.py
LDT-2240-disposable-tube-set-self-test

    • -42
    • +40
    /firmware/App/Modes/StatePreTxDrySelfTests.c
LDT-2240-disposable-tube-set-self-test

LDT-2240-disposable-tube-set-self-test

LDT-2240-disposable-tube-set-self-test

LDT-2240-disposable-tube-set-self-test

    • -288
    • +254
    /firmware/App/Modes/StatePreTxDrySelfTests.c
    • -0
    • +1
    /firmware/App/Modes/StatePreTxDrySelfTests.h
LDT-3735: Updated receive logic

    • -229
    • +81
    /firmware/App/Services/NVMsgQ.c
    • -84
    • +58
    /firmware/App/Services/NVRecordsDD.c
    • -31
    • +1
    /firmware/App/Services/NVRecordsDD.h
LDT-3937 Post-Treatment - SW - 01 - Foundation - R&I - 05: DEV - Feature Implementation

add ability to click through pre and post tx state when fw message are not implemented

    • -1
    • +1
    /sources/gui/qml/components/StepBullet.qml
LDT-4166 Post-Treatment - SW - 01 - TxReview - R&I - 05: DEV - Feature Implementation

add correct meeage id

LDT-3959 fixed s/w fault ids in staging

Updated the install_linux_fw_uuu.sh script to set the correct values for device to initially run for the LEahi board, with new values after the LEahi Display integration. Added new images of the LEahi Display integratoin. Added a simple script to copy the wsl build artifacts in to the windows folder.

    • binary
    /dey-image-qt-fb-ccimx8mm-dvk.boot.vfat
    • binary
    /dey-image-qt-fb-ccimx8mm-dvk.ext4.gz
    • binary
    /dey-image-qt-fb-ccimx8mm-dvk.recovery.vfat
LDT-3937 Post-Treatment - SW - 01 - Foundation - R&I - 05: DEV - Feature Implementation

ad ddisinfection page foundations

LDT-3937 Post-Treatment - SW - 01 - Foundation - R&I - 05: DEV - Feature Implementation

add disinfecitonimage

    • binary
    /images/leahi-console.png
Not necessary

Not necessary

This command should be given once on way out of prior state instead of every 50ms while in this state. We also need to zero the timer counter at same time so the timeout check below works.

This command should be given once on way out of prior state instead of every 50ms while in this state.
We also need to zero the timer counter at same time so the timeout check below works.

Response needs to be sent immediately (in message handler function). This is too late.

Response needs to be sent immediately (in message handler function). This is too late.

We shouldn't need to do this door check if you've required door be closed for the state. Call the doorClosedRequired( TRUE ) function on transition into a state that requires the door to be closed ...

We shouldn't need to do this door check if you've required door be closed for the state.
Call the doorClosedRequired( TRUE ) function on transition into a state that requires the door to be closed and call with ( FALSE ) on transition into a state that doesn't require door to be closed. When required = TRUE, the switch monitor will trigger the door open alarm for you.

Same organization comment that I had for post-tx mode. Let's keep functions related to each pre-tx state together separated by some kind of comment banner.

Same organization comment that I had for post-tx mode. Let's keep functions related to each pre-tx state together separated by some kind of comment banner.

Remove extra blank line.

Remove extra blank line.

Looks like there's plans for 4 post-tx states and we only have your auto eject state implemented here below. Since all of these 4 states will be implemented in this file, maybe we should organize t...

Looks like there's plans for 4 post-tx states and we only have your auto eject state implemented here below.
Since all of these 4 states will be implemented in this file, maybe we should organize them - keep functions related to each state together separated by some kind of comment banner.

Not necessary if you give retract command on way out of prior state.

Not necessary if you give retract command on way out of prior state.

I don't think this if statement is necessary. We wouldn't be in this state if the ejector didn't extend already. I think we just want to see if BP is home again (completed 1 revolution) so we know ...

I don't think this if statement is necessary. We wouldn't be in this state if the ejector didn't extend already.
I think we just want to see if BP is home again (completed 1 revolution) so we know when to stop and go to next state.

Give ejector retract command and zero timer counter here too.

Give ejector retract command and zero timer counter here too.

Not needed if you do this on way out of prior state.

Not needed if you do this on way out of prior state.

Start BP and zero timer counter here.

Start BP and zero timer counter here.

Not necessary if fault property of alarm is TRUE.

Not necessary if fault property of alarm is TRUE.

Not necessary if you do this on way out of prior state.

Not necessary if you do this on way out of prior state.