forked from epics_driver_modules/motorBase
Merge pull request #24 from mp49/patch-1
Clear the problem bit in MSTA as part of the home function.
This commit is contained in:
@@ -356,6 +356,8 @@ asynStatus XPSAxis::home(double min_velocity, double max_velocity, double accele
|
||||
}
|
||||
moving_ = true;
|
||||
|
||||
setIntegerParam(pC_->motorStatusProblem_, 0);
|
||||
|
||||
return asynSuccess;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user