Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d662ecd43 | |||
| bea68c807b |
Submodule sinqMotor updated: e234d05815...95bc899114
@@ -582,8 +582,10 @@ asynStatus turboPmacAxis::doPoll(bool *moving) {
|
|||||||
getAxisParamChecked(this, limFromHardware, &limFromHardware);
|
getAxisParamChecked(this, limFromHardware, &limFromHardware);
|
||||||
|
|
||||||
if (limFromHardware != 0) {
|
if (limFromHardware != 0) {
|
||||||
setAxisParamChecked(this, motorHighLimitFromDriver, highLimit);
|
status = setLimits(highLimit, lowLimit);
|
||||||
setAxisParamChecked(this, motorLowLimitFromDriver, lowLimit);
|
if (status != asynSuccess) {
|
||||||
|
return status;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
status = setMotorPosition(currentPosition);
|
status = setMotorPosition(currentPosition);
|
||||||
|
|||||||
Reference in New Issue
Block a user