leahi-dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-915: Main Treatment Screen - SW - Diagnostics Screen-DD - 08: DEV - Dialin Implementation - Implement DD Valves Message

    • -0
    • +111
    /leahi_dialin/ui/dd_messaging.py
LDT-915: Main Treatment Screen - SW - Diagnostics Screen-DD - 08: DEV - Dialin Implementation

- Adjust TD and DD descriptions to match fn implementation

- Add MSG ID to all TD and DD implemented messages

    • -16
    • +18
    /leahi_dialin/ui/dd_messaging.py
    • -98
    • +121
    /leahi_dialin/ui/td_messaging.py
LDT-915: Main Treatment Screen - SW - Diagnostics Screen-DD - 08: DEV - Dialin Implementation

- Add Air bubbles and Air Pump message

LDT-915: Main Treatment Screen - SW - Diagnostics Screen-DD - 08: DEV - Dialin Implementation

- Add Blood leak message as 0x60

- Add The following DD messages: levels, pressure, temperature, heaters, concentrate pumps, dialysate pumps, blood leak

    • -2
    • +379
    /leahi_dialin/ui/dd_messaging.py
Merge branch 'LDT-627-Main-Treatment-Screen-SW-Messaging-Broadcast' into staging

LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

Change Treatment Set point Data in UI/td_messaging to match dialin enum

Merge branch 'LDT-627-Main-Treatment-Screen-SW-Messaging-Broadcast' into staging

Merge branch 'LDT-566-water-treatment-and-degassing-fp-' into staging

LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

- Fix common .py pressure ranges format

- Adjust TD messaging doxygen comments and correct payload for ejector, switches, and battery to unsigned int

    • -32
    • +31
    /leahi_dialin/ui/td_messaging.py
LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

removing TD bubbles and air pump for future implementation

LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

- Adjust pressure limits in common.py

- Adjust GenDialysate payload naming

- Change TD blood pump to blood flow

    • -27
    • +27
    /leahi_dialin/ui/dd_messaging.py
    • -10
    • +10
    /leahi_dialin/ui/td_messaging.py
LDT-566: updated msg_ids

LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

- Add TX State message

LDT-566: code review comments

    • -1
    • +1
    /leahi_dialin/td/modules/blood_flow.py
LDT-566: fixed msg ids

LDT-566: added op mode broadcast interval override. added missing msg ids

    • -0
    • +44
    /leahi_dialin/fp/filtration_purification.py
WIP on develop

LDT-566: Updated unit testing to be configured for the leahi dialin project. Various fixes around the project to ensure passing unit tests.

    • -10
    • +7
    /tests/unit_tests/test_constructors.py
    • -56
    • +90
    /tests/unit_tests/test_imports.py
    • -122
    • +0
    /tests/unit_tests/test_ui_proxy.py
LDT-566: implemented blood pump homing cmd.

    • -0
    • +25
    /leahi_dialin/td/modules/blood_flow.py
LDT-566: updated bubble detector documentation. Updated pre gen dialysate to no longer have depreciated overrides

LDT-566: added a set air trap control. fixed ejector broadcast interval override.

    • -0
    • +25
    /leahi_dialin/td/modules/air_trap.py
    • -1
    • +43
    /leahi_dialin/td/modules/ejector.py
LDT-630: Main Treatment Screen - SW - Messaging Broadcast - 08: DEV - Dialin Implementation

- Adjust DD/TD Payload naming to have FW valve naming scheme

    • -27
    • +27
    /leahi_dialin/ui/dd_messaging.py
    • -88
    • +109
    /leahi_dialin/ui/td_messaging.py
LDT-566: Pre-gen dialysate request message handler implementation

LDT-566: fixed ejector handler creating tuples

LDT-566: Code review comments

    • -50
    • +11
    /leahi_dialin/td/modules/ejector.py
LDT-566: fixed treatment handler data types. code review changes.

LDT-566: Code review changes.

    • -0
    • +4
    /leahi_dialin/dd/dialysate_delivery.py
    • -22
    • +0
    /leahi_dialin/td/proxies/dd_proxy.py
WIP on develop

LDT-566: updated msg_ids

LDT-566: fixed ejector broadcast

LDT-566: fixed login msg ids naming.

    • -1
    • +1
    /leahi_dialin/dd/dialysate_delivery.py
    • -1
    • +1
    /leahi_dialin/fp/filtration_purification.py
    • -1
    • +1
    /leahi_dialin/td/treatment_delivery.py
Merge branch 'staging' into LDT-566-water-treatment-and-degassing-fp-