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.