Change GroupMoveAbort to write to moveSocket, since it can wait

This commit is contained in:
MarkRivers
2006-04-25 23:46:36 +00:00
parent aaabc62230
commit ae4909cdd0
+1 -1
View File
@@ -512,7 +512,7 @@ static int motorAxisStop(AXIS_HDL pAxis, double acceleration)
}
if (pAxis->axisStatus == 44) {
status = GroupMoveAbort(pAxis->pollSocket, pAxis->groupName);
status = GroupMoveAbort(pAxis->moveSocket, pAxis->groupName);
if (status != 0) {
PRINT(pAxis->logParam, ERROR, " Error performing GroupMoveAbort axis=%s status=%d\n",\
pAxis->positionerName, status);