Updated to sinqMotor 1.7.0 for disconnect handlingwq!
This commit is contained in:
@@ -197,20 +197,6 @@ asynStatus turboPmacAxis::init() {
|
|||||||
pC_->stringifyAsynStatus(status));
|
pC_->stringifyAsynStatus(status));
|
||||||
}
|
}
|
||||||
pTurboPmacA_->needInit = true;
|
pTurboPmacA_->needInit = true;
|
||||||
|
|
||||||
status = callParamCallbacks();
|
|
||||||
if (status != asynSuccess) {
|
|
||||||
// If we can't communicate with the parameter library, it
|
|
||||||
// doesn't make sense to try and upstream this to the user ->
|
|
||||||
// Just log the error
|
|
||||||
asynPrint(pC_->pasynUser(), ASYN_TRACE_ERROR,
|
|
||||||
"Controller \"%s\", axis %d => %s, line "
|
|
||||||
"%d\ncallParamCallbacks failed with %s.\n",
|
|
||||||
pC_->portName, axisNo_, __PRETTY_FUNCTION__, __LINE__,
|
|
||||||
pC_->stringifyAsynStatus(status));
|
|
||||||
return status;
|
|
||||||
}
|
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user