leahi-dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
test

    • -0
    • +255
    /leahi_dialin/fp/modules/boost_pump.py
    • -0
    • +230
    /leahi_dialin/fp/modules/conductivity_sensors.py
    • -0
    • +18
    /leahi_dialin/fp/modules/constants.py
    • -0
    • +175
    /leahi_dialin/fp/modules/flow_sensors.py
    • -0
    • +128
    /leahi_dialin/fp/modules/levels.py
    • -0
    • +220
    /leahi_dialin/fp/modules/pressure_sensors.py
    • -0
    • +294
    /leahi_dialin/fp/modules/valves.py
    • -0
    • +248
    /leahi_dialin/fp/reverse_osmosis.py
    • -255
    • +0
    /leahi_dialin/ro/modules/boost_pump.py
    • -230
    • +0
    /leahi_dialin/ro/modules/conductivity_sensors.py
    • -18
    • +0
    /leahi_dialin/ro/modules/constants.py
  1. … 5 more files in changeset.
LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Fixed the issues caused SWVV main test to fail.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Refactored HD to TD and simplified the function names that going to use the format later as well.

LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Renamed the td_messaging.py to lowercase to match the rest of the modules.

    • -0
    • +54
    /leahi_dialin/ui/td_messaging.py
LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- Add a configuration named coinfig.json.

- For now one only SW key to bypass the imports in __init__.py files.

- Added TS_Messaging class.

- Added TD_OpMode message send function.

- Created a simpler singleton with decorator (may need more testing.)

- Updated data_logger to use the relative import.

    • -4
    • +22
    /leahi_dialin/protocols/__init__.py
LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- initial implementation of the TD_Messaging

- need to commit to add the utils/basse.py in sparse

    • -0
    • +45
    /leahi_dialin/ui/TD_Messaging.py
LDT-242 Main Treatment Screen - SW - Simulator Cleanup - 05: DEV - Feature Implementation

- copied the utils.py from Denali.

- it may need cleanup.

    • -0
    • +200
    /leahi_dialin/ui/utils.py
Merge branch 'LEAH-139-dial-dd-base-object' into staging

LEAHI-139: code review comments

LEAHI-139: code review comments.

    • -1
    • +1
    /leahi_dialin/dd/modules/gen_dialysate.py
LEAHI-139: code review comments.

    • -2
    • +2
    /leahi_dialin/dd/modules/gen_dialysate.py
LEAHI-139: updated sensor renaming to FW conventions.

    • -50
    • +51
    /leahi_dialin/dd/modules/pressure_sensors.py
LEAHI-139: code review comments.

    • -56
    • +30
    /leahi_dialin/dd/modules/conductivity_sensors.py
    • -19
    • +19
    /leahi_dialin/dd/modules/gen_dialysate.py
    • -36
    • +33
    /leahi_dialin/dd/modules/heaters.py
    • -24
    • +31
    /leahi_dialin/dd/modules/levels.py
    • -6
    • +13
    /leahi_dialin/dd/modules/piston_pump.py
    • -79
    • +77
    /leahi_dialin/dd/modules/pressure_sensors.py
    • -146
    • +147
    /leahi_dialin/dd/modules/valves.py
LEAHI-139: code review comments.

    • -25
    • +43
    /leahi_dialin/dd/modules/temperature_sensors.py
    • -144
    • +144
    /leahi_dialin/dd/modules/valves.py
Merge branch 'LEAH-136-dial-ro-base-object' into staging

LEAHI-136: Code review comments.

LEAHI-139: code review comments. Implemented hydraulic fluid temperature override method.

    • -46
    • +46
    /leahi_dialin/dd/modules/concentrate_pump.py
    • -0
    • +35
    /leahi_dialin/dd/modules/gen_dialysate.py
LEAHI-136: code review comments

LEAHI-139: code review comments

    • -30
    • +28
    /leahi_dialin/dd/modules/concentrate_pump.py
LEAHI-136: code review comments

    • -1
    • +1
    /leahi_dialin/ro/modules/flow_sensors.py
LEAHI-136: addressing code review comments. Updated pressure handler method.

    • -34
    • +32
    /leahi_dialin/ro/modules/boost_pump.py
    • -65
    • +21
    /leahi_dialin/ro/modules/conductivity_sensors.py
    • -30
    • +28
    /leahi_dialin/ro/modules/flow_sensors.py
    • -11
    • +10
    /leahi_dialin/ro/modules/levels.py
    • -35
    • +73
    /leahi_dialin/ro/modules/pressure_sensors.py
    • -54
    • +53
    /leahi_dialin/ro/modules/valves.py
Merge branch 'staging' into LEAH-136-dial-ro-base-object

Merge branch 'staging' into LEAH-139-dial-dd-base-object

Merge branch 'LEAH-142-dial-td-base-object' into staging

DD integration

    • -0
    • +2
    /leahi_dialin/dd/dialysate_delivery.py
Updated latest dd changes to branch. Implemented Piston Pumps module.

    • -0
    • +164
    /leahi_dialin/dd/modules/piston_pump.py
    • -22
    • +77
    /leahi_dialin/dd/modules/valves.py
heaters target temperature override

    • -6
    • +33
    /leahi_dialin/dd/modules/heaters.py
Addressing code reviews

    • -29
    • +31
    /leahi_dialin/td/modules/valves.py
updated start stop to include volume parameter

fixed concentrate pump handler