diff --git a/src/sinqAxis.cpp b/src/sinqAxis.cpp index 6b15246..ec49654 100644 --- a/src/sinqAxis.cpp +++ b/src/sinqAxis.cpp @@ -370,7 +370,7 @@ asynStatus sinqAxis::move(double position, int relative, double minVelocity, pC_->portName, axisNo(), __PRETTY_FUNCTION__, __LINE__); setAxisParamChecked(this, motorErrorMessage, "Motor needs to be homed first."); - return asynSuccess; + return pC_->callParamCallbacks(); } // Store the target position internally