Fixed wrong error message
This commit is contained in:
@@ -591,9 +591,10 @@ asynStatus masterMacsAxis::doPoll(bool *moving) {
|
||||
pC_->getMsgPrintControl().getSuffix());
|
||||
}
|
||||
|
||||
setAxisParamChecked(this, motorMessageText,
|
||||
"Communication error between PC and motor "
|
||||
"controller. Please call the support.");
|
||||
setAxisParamChecked(
|
||||
this, motorMessageText,
|
||||
"Communication error between MACS and controller. Try resetting "
|
||||
"the axis. If the error persists, call the support.");
|
||||
|
||||
poll_status = asynError;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user