Commit 0522a86d 几米阳光

修改日志打印

1 个父辈 f1e41247
......@@ -263,8 +263,8 @@ namespace OnlineStore.DeviceLibrary
{
moveAxis.TargetPosition = targetPosition;
AddAxisMoveTime(moveAxis);
ACServerManager.AbsMove(moveAxis.DeviceName, moveAxis.GetAxisValue(), targetPosition,targetSpeed);
StoreMove.WaitList.Add(WaitResultInfo.WaitAxis(moveAxis, targetPosition, targetSpeed));
ACServerManager.AbsMove(moveAxis.DeviceName, moveAxis.GetAxisValue(), targetPosition, targetSpeed);
}
/// <summary>
......
......@@ -238,7 +238,7 @@ namespace OnlineStore.DeviceLibrary
}
else
{
return "轴【" + AxisInfo.DisplayStr + "】绝对运动,目标位置【" + TargetPosition + "】";
return "轴【" + AxisInfo.DisplayStr + "】绝对运动【" + TargetPosition + "】";
}
}
else if (WaitType == 2)
......@@ -261,6 +261,7 @@ namespace OnlineStore.DeviceLibrary
{
return "轴【" + AxisInfo.DisplayStr + "】ORG信号:【" + IoValue + "】 ";
}
else
{
return "Wait位置类型:WaitType=【" + WaitType + "】";
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!