Index: firmware/App/HDCommon.h =================================================================== diff -u -rea7bc352bfdda111ea1df1c146fca10d77ee6ebf -r7202edd323a6b9a12307796a605711440b98b8a8 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision ea7bc352bfdda111ea1df1c146fca10d77ee6ebf) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 7202edd323a6b9a12307796a605711440b98b8a8) @@ -51,10 +51,10 @@ // #define RUN_DPI_OPEN_LOOP 1 // Run dialysate inlet pump in open loop mode #define WORN_OUT_CARTRIDGE 1 // Running with an old worn out cartridge (max wear) // #define PBA_ESTIMATION 1 // Estimate arterial pressure rather than look at PBA sensor -// #define DISABLE_MOTOR_CURRENT_CHECKS 1 // Do not error on HD pump current checks -// #define DISABLE_PUMP_FLOW_CHECKS 1 // Do not error on HD pump flow checks -// #define DISABLE_PUMP_SPEED_CHECKS 1 // Do not error on HD pump speed checks -// #define DISABLE_PUMP_DIRECTION_CHECKS 1 // Do not error on HD pump direction checks + #define DISABLE_MOTOR_CURRENT_CHECKS 1 // Do not error on HD pump current checks + #define DISABLE_PUMP_FLOW_CHECKS 1 // Do not error on HD pump flow checks + #define DISABLE_PUMP_SPEED_CHECKS 1 // Do not error on HD pump speed checks + #define DISABLE_PUMP_DIRECTION_CHECKS 1 // Do not error on HD pump direction checks #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks @@ -86,8 +86,8 @@ #define DISABLE_WD_AND_SFTY_POST_TESTS 1 // Disable watchdog and safety shutdown POST tests #define DISABLE_ILLEGAL_AIR_TRAP_ALARM 1 // Disable illegal state for air trap alarm #define SKIP_RESERVOIR_ALARMS 1 // Skip reservoir management alarms - #define IGNORE_BLOOD_LEAK_SELF_TEST 1 // Ignore blood leak self test // TODO New config implemented - #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm // TODO New config implemented + // #define IGNORE_BLOOD_LEAK_SELF_TEST 1 // Ignore blood leak self test // TODO New config implemented +// #define IGNORE_BLOOD_LEAK_ALARM 1 // Ignore blood leak alarm // TODO New config implemented #define DISABLE_SERVICE_RECORD 1 // Skip Pre-Treatment and get to treatment as soon as possible Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r687dc2717d2f6b128b73526791f08d7176e447e8 -r7202edd323a6b9a12307796a605711440b98b8a8 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 687dc2717d2f6b128b73526791f08d7176e447e8) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 7202edd323a6b9a12307796a605711440b98b8a8) @@ -111,11 +111,6 @@ #endif #endif -#ifndef IGNORE_BLOOD_LEAK_ALARM - // Monitor blood leak detector for testing on a fixture only - execBloodLeak(); -#endif - // 2nd pass for FPGA execFPGAOut(); }