Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rd4c8e0246e5bc34d1ef6a2e1709647716c84a378 -r43a84133216095b12529dbfcc957bb3738bbc3a2 --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision d4c8e0246e5bc34d1ef6a2e1709647716c84a378) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 43a84133216095b12529dbfcc957bb3738bbc3a2) @@ -1020,7 +1020,9 @@ ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_PUMP_DIRECTION_CHECKS ) != SW_CONFIG_ENABLE_VALUE ) ) { lastDialInPumpDirectionCount = dirErrorCnt; +#ifndef DISABLE_PUMP_DIRECTION_CHECKS SET_ALARM_WITH_1_U32_DATA( ALARM_ID_HD_PUMP_DIRECTION_STATUS_ERROR, (U32)HD_PUMP_DIALYSATE_INLET_PUMP ) +#endif } dipMCDir = ( getMeasuredDialInPumpMCSpeed() >= 0.0 ? MOTOR_DIR_FORWARD : MOTOR_DIR_REVERSE );