Updated motor stop command string.

This commit is contained in:
2024-05-22 16:55:58 -05:00
parent d24486dfb4
commit a43acb8537

View File

@@ -227,7 +227,7 @@ asynStatus MD90Axis::stop(double acceleration )
asynStatus status; asynStatus status;
//static const char *functionName = "MD90Axis::stop"; //static const char *functionName = "MD90Axis::stop";
sprintf(pC_->outString_, "#%02dQ", axisNo_); sprintf(pC_->outString_, "STP");
status = pC_->writeReadController(); status = pC_->writeReadController();
return status; return status;
} }