Index: firmware/App/Controllers/BloodFlow.c =================================================================== diff -u -r487d3524cbf3b50dad1308fc1f68b733cc00c4cd -r7c8130ce07f2e7a5e6bdb5a042959590efa7566a --- firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 487d3524cbf3b50dad1308fc1f68b733cc00c4cd) +++ firmware/App/Controllers/BloodFlow.c (.../BloodFlow.c) (revision 7c8130ce07f2e7a5e6bdb5a042959590efa7566a) @@ -77,7 +77,7 @@ #define BP_MAX_FLOW_RATE 1320.0F ///< Maximum measured BP flow rate allowed. #define BP_MIN_FLOW_RATE -1320.0F ///< Minimum measured BP flow rate allowed. #define BP_MAX_MOTOR_SPEED_WHILE_OFF_RPM 100.0F ///< Maximum motor speed (RPM) while motor is commanded off. -#define BP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 2.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). +#define BP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 5.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). #define BP_MAX_MOTOR_SPEED_ERROR_RPM 300.0F ///< Maximum difference in speed between measured and commanded RPM. #define BP_MAX_MOTOR_SPEED_VS_TRGT_DIFF_PCT 0.15F ///< Maximum motor speed vs target difference in percent. Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r487d3524cbf3b50dad1308fc1f68b733cc00c4cd -r7c8130ce07f2e7a5e6bdb5a042959590efa7566a --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 487d3524cbf3b50dad1308fc1f68b733cc00c4cd) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 7c8130ce07f2e7a5e6bdb5a042959590efa7566a) @@ -72,7 +72,7 @@ #define DIP_MAX_FLOW_RATE 1320.0F ///< Maximum measured BP flow rate allowed. #define DIP_MIN_FLOW_RATE -1320.0F ///< Minimum measured BP flow rate allowed. #define DIP_MAX_MOTOR_SPEED_WHILE_OFF_RPM 100.0F ///< Maximum motor speed (RPM) while motor is commanded off. -#define DIP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 2.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). +#define DIP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 5.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). #define DIP_MAX_MOTOR_SPEED_ERROR_RPM 300.0F ///< Maximum difference in speed between measured and commanded RPM. #define DIP_MAX_MOTOR_SPEED_VS_TRGT_DIFF_PCT 0.15F ///< Maximum motor speed vs target difference in percent. Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r487d3524cbf3b50dad1308fc1f68b733cc00c4cd -r7c8130ce07f2e7a5e6bdb5a042959590efa7566a --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 487d3524cbf3b50dad1308fc1f68b733cc00c4cd) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 7c8130ce07f2e7a5e6bdb5a042959590efa7566a) @@ -80,7 +80,7 @@ #define DOP_HALL_EDGE_COUNTS_PER_REV 48 ///< Number of hall sensor edge counts per motor revolution. #define DOP_MAX_MOTOR_SPEED_WHILE_OFF_RPM 100.0F ///< Maximum motor speed (RPM) while motor is commanded off. -#define DOP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 2.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). +#define DOP_MAX_ROTOR_VS_MOTOR_DIFF_RPM 5.0F ///< Maximum difference in speed between motor and rotor (in rotor RPM). #define DOP_MAX_MOTOR_SPEED_ERROR_RPM 300.0F ///< Maximum difference in speed between measured and commanded RPM. #define DOP_MAX_MOTOR_SPEED_VS_TRGT_DIFF_PCT 0.15F ///< Maximum motor speed vs target difference in percent.