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:
Kevin Peterson
2016-04-07 09:29:16 -05:00
+2
View File
@@ -356,6 +356,8 @@ asynStatus XPSAxis::home(double min_velocity, double max_velocity, double accele
}
moving_ = true;
setIntegerParam(pC_->motorStatusProblem_, 0);
return asynSuccess;
}