dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5980 worked on utils module

    • -289
    • +91
    /dialin/dg/calibration_record.py
DEN-6869: Added Version Dialin API and a Simulator plugin

- Added two more conversion functions to convert 2 and 1 byte values to byte array.

- used byte_to_bytearray (1 byte value conversion) and short_to_bytearray (2 bytes value conversion) in versions messages.

DEN-6869: Added Accelerometer Dialin API and a Simulator plugin

- Added version API

- Added signal strength parameters to the blood/dialysate flow rate APIs

DEN-5980 initial commit of the utils class

    • -0
    • +215
    /dialin/utils/utils.py
DEN-6372: added more data to UF script.

DEN-5980 initial commit scheduled runs record module

    • -0
    • +720
    /dialin/dg/calibration_record.py
    • -0
    • +426
    /dialin/dg/scheduled_runs_record.py
    • -0
    • +28
    /tests/test_dg_scheduled_runs.py
DEN-6372: updated UF test script.

Merge branch 'DEN-6593_Sprint_37' into develop

Merge branch 'DEN-6363_Sprint_36' into develop

DEN-5980 initial commit of the dg service record module

    • -0
    • +406
    /dialin/dg/service_record.py
    • -0
    • +32
    /tests/test_dg_service_record.py
DEN-6869: ptTx-RB: Implementation [Simulator/Testing] (2/2)

- Added Treatment End API to be used in the Simulator.

DEN-6372: added handling for treatmen sub-mode user commad response messages.

DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Completed the Treatment States (SubMode) enums

- Added "Blood Prime", "Treatment End". "Treatment Stop" states enums

- Added 3 parameter of "Blood Prime", "Treatment End". "Treatment Stop" to the cmd_set_treatment_states_data method.

- Added rinseback timeout parameter to cmd_send_treatment_rinseback_data

- Added recirculate timeout data message as cmd_send_treatment_recirculate_data method.

DEN-6372: Updated messages and alarms lists. Added treatment sub-mode progress message handlers and commands.

DEN-5980 initial commit of the systems record

    • -0
    • +312
    /dialin/dg/system_record.py
    • -0
    • +21
    /tests/test_dg_system_record.py
DEN-6838: Ensure dialin has ability to keep track of can faults (service app feature)

DEN-6868: Blood Prime Simulation

- Added Blood Prime Dialin API

DEN-6868: ptTx-RB: Implementation [Simulator/Testing] (1/2)

- Added an instance counter for HDSimulator to be used in Simulator.

- Added Rinseback and Recirculate states in HDSimulator

- Updated cmd_set_treatment_states_data for Rinseback and Recirculate.

- Added Rinseback Rsp/Data messages

- Added Recirculate Rsp

- Added a print so HDSimulator will print out the received messages in console.

DEN-6402: Converted alarm index to integer type

DEN-5980 added more calibration parameters

DEN-6593: Removed unused test

Merge DEN-6363_Sprint_36 into DEN-6593_Sprint_37

DEN-6838: Try to login only once by default, allowing API user to set resend=True

DEN-6838: Disabled auto-resend when logging into the HD

DEN-6838: Updated when ACKs are sent. Added blood flow and fw controller test scripts

    • -0
    • +55
    /tests/test_blood_flow.py
    • -0
    • +69
    /tests/test_fw_controller.py
DEN-6402: Removed unused reset flag

DEN-5980 added padding to the read calibration data from fw

DEN-5980 added the padding functionality to the calibration module. Added more comments

DEN-5980 added the crc function for the 16 bit values. Worked on the calibration module

DEN-5759: Code Review 0