td-firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-TD-FIRMWARE-LDT-1903_Air Trap Level Control - TD - 04: DEV - Feature Implementation
LEAHI-TD-FIRMWARE-LDT-1903_Air Trap Level Control - TD - 04: DEV - Feature Implementation
LDT-1903 Air Trap H12 off during fill event

LEAHI-TD-FIRMWARE-LDT-3554_[TD][Pressure] Data is not loading into Dialin
LEAHI-TD-FIRMWARE-LDT-3554_[TD][Pressure] Data is not loading into Dialin
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge branch LDT-1903-air-trap-level-control-delay-adjust-after-fill-fix---td---0 into staging

    • -8
    • +34
    /firmware/App/Controllers/AirTrap.c
Bamboo Commit: Updated TDCommon.h with build versions from Bamboo.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

LDT-1903 Air Trap reverting to original valve state

LEAHI-TD-FIRMWARE-LDT-2749_Ability to Enable Air Bubble Alarm in Standby Mode
LEAHI-TD-FIRMWARE-LDT-2749_Ability to Enable Air Bubble Alarm in Standby Mode
LDT-2749 added the override function declaration for enabling venous bubble alarm in standby mode

Updated

Updated

Added

Added

reverted back

reverted back

This code is removed and not required

This code is removed and not required

LDT-1903 Air Trap Final implementation

    • -26
    • +31
    /firmware/App/Controllers/AirTrap.c
If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

If you change this line to "if ( ++airPumpStallCounter >= AIR_PUMP_STALL_PERSISTENCE )", you can remove the if statement above.

I was thinking that comment should go above the first if statement.

I was thinking that comment should go above the first if statement.

Updated

Updated

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below: #define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall con...

Define what 3 means (#define up top). If 3 means 3 x 50ms general task interval, define it as shown below:
#define AIR_PUMP_STALL_PERSISTENCE ( 150 / TASK_GENERAL_INTERVAL ) ///< How long stall condition must persist before alarming.

OR use persistent alarm.

Added

Added

Add a comment explaining what we're looking for here (i.e. we are commanding air pump to run but zero measured pump speed indicates it is not running).

Add a comment explaining what we're looking for here (i.e. we are commanding air pump to run but zero measured pump speed indicates it is not running).