Added callback
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user