Committed new sinqMotor version
This commit is contained in:
Submodule sinqMotor updated: 31ff26cb78...603b3e77af
@ -194,6 +194,8 @@ asynStatus turboPmacAxis::init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Initial motor status is idle
|
// Initial motor status is idle
|
||||||
|
setAxisParamChecked(this, motorStatusDone, 1);
|
||||||
|
|
||||||
status = pC_->setIntegerParam(axisNo_, pC_->motorStatusDone(), 1);
|
status = pC_->setIntegerParam(axisNo_, pC_->motorStatusDone(), 1);
|
||||||
if (status != asynSuccess) {
|
if (status != asynSuccess) {
|
||||||
return pC_->paramLibAccessFailed(status, "motorStatusDone_", axisNo_,
|
return pC_->paramLibAccessFailed(status, "motorStatusDone_", axisNo_,
|
||||||
|
@ -142,6 +142,11 @@ class turboPmacAxis : public sinqAxis {
|
|||||||
*/
|
*/
|
||||||
void setNeedInit(bool needInit);
|
void setNeedInit(bool needInit);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Return a pointer to the axis controller
|
||||||
|
*/
|
||||||
|
turboPmacController *pController() override { return pC_; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
turboPmacController *pC_;
|
turboPmacController *pC_;
|
||||||
std::unique_ptr<turboPmacAxisImpl> pTurboPmacA_;
|
std::unique_ptr<turboPmacAxisImpl> pTurboPmacA_;
|
||||||
|
Reference in New Issue
Block a user