diff --git a/src/turboPmacAxis.cpp b/src/turboPmacAxis.cpp index 476005c..f301f67 100644 --- a/src/turboPmacAxis.cpp +++ b/src/turboPmacAxis.cpp @@ -425,8 +425,9 @@ asynStatus turboPmacAxis::doPoll(bool *moving) { // Update the enablement PV, if we are not in the middle of a enabling / // disabling procedure. if (!(pTurboPmacA_->enableDisable)) { - setAxisParamChecked(this, motorEnableRBV, - (axStatus != -3 && axStatus != -5)); + setAxisParamChecked( + this, motorEnableRBV, + (axStatus != -3 && axStatus != -4 && axStatus != -5)); } // Create the unique callsite identifier manually so it can be used