Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 -r6174d100ec62372d3821e6f7c4a2698a7996c306 --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 6174d100ec62372d3821e6f7c4a2698a7996c306) @@ -70,7 +70,7 @@ #define BP_MAX_CURR_WHEN_STOPPED_MA 150.0 ///< motor controller current should not exceed this when pump should be stopped #define BP_MIN_CURR_WHEN_RUNNING_MA 150.0 ///< motor controller current should always exceed this when pump should be running -#define BP_MAX_CURR_WHEN_RUNNING_MA 1000.0 ///< motor controller current should not exceed this when pump should be running +#define BP_MAX_CURR_WHEN_RUNNING_MA 2000.0 ///< motor controller current should not exceed this when pump should be running #define BP_MAX_CURR_ERROR_DURATION_MS 2000 ///< motor controller current errors persisting beyond this duration will trigger an alarm #define BP_SPEED_ADC_TO_RPM_FACTOR 1.280938 ///< conversion factor from ADC counts to RPM for blood pump motor Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 -r6174d100ec62372d3821e6f7c4a2698a7996c306 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 6174d100ec62372d3821e6f7c4a2698a7996c306) @@ -67,7 +67,7 @@ #define DIP_MAX_CURR_WHEN_STOPPED_MA 150.0 ///< motor controller current should not exceed this when pump should be stopped #define DIP_MIN_CURR_WHEN_RUNNING_MA 150.0 ///< motor controller current should always exceed this when pump should be running -#define DIP_MAX_CURR_WHEN_RUNNING_MA 1000.0 ///< motor controller current should not exceed this when pump should be running +#define DIP_MAX_CURR_WHEN_RUNNING_MA 2000.0 ///< motor controller current should not exceed this when pump should be running #define DIP_MAX_CURR_ERROR_DURATION_MS 2000 ///< motor controller current errors persisting beyond this duration will trigger an alarm #define DIP_SPEED_ADC_TO_RPM_FACTOR 1.280938 ///< conversion factor from ADC counts to RPM for dialIn pump motor Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 -r6174d100ec62372d3821e6f7c4a2698a7996c306 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 6174d100ec62372d3821e6f7c4a2698a7996c306) @@ -67,7 +67,7 @@ #define DOP_MAX_CURR_WHEN_STOPPED_MA 150.0 ///< Motor controller current should not exceed this when pump should be stopped. #define DOP_MIN_CURR_WHEN_RUNNING_MA 150.0 ///< Motor controller current should always exceed this when pump should be running. -#define DOP_MAX_CURR_WHEN_RUNNING_MA 1000.0 ///< Motor controller current should not exceed this when pump should be running. +#define DOP_MAX_CURR_WHEN_RUNNING_MA 2000.0 ///< Motor controller current should not exceed this when pump should be running. #define DOP_MAX_CURR_ERROR_DURATION_MS 2000 ///< Motor controller current errors persisting beyond this duration will trigger an alarm. #define DOP_SPEED_ADC_TO_RPM_FACTOR 1.280938 ///< Conversion factor from ADC counts to RPM for dialysate outlet pump motor.