Commit c41e6aca 张东亮

1

1 个父辈 04c6d1f4
......@@ -197,20 +197,6 @@ namespace DeviceLibrary
try
{
AgvInfo agv = AGVManager.agvInfo[i];
//if (agv.CurJob == null)
//{
// Job job = GetJob(agv);
// if (job != null)
// {
// agv.CurJob = job;
// }
//}
//else
//{
// agv.CurJob = agv.CurJob.Execute(agv);
//}
if (!agv.IsCon) continue; //AGV网络连接
if (!AGVManager.agvInfo[i].Auto) continue; //AGV是否可用
if (AGVManager.agvInfo[i].StateID.Equals(eAGVState.Error))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!