Commit 2a6a30e4 LN

agv对接bug修改

1 个父辈 09c2146a
...@@ -28,7 +28,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -28,7 +28,7 @@ namespace OnlineStore.DeviceLibrary
{ {
isInit = true; isInit = true;
agvClient = new AsaPL.AgvClient(ServerIp); agvClient = new AsaPL.AgvClient(ServerIp);
agvClient.CancelState = true ; agvClient.CancelState = false ;
agvClient.ReadyEnter += AgvClient_ReadyEnter; agvClient.ReadyEnter += AgvClient_ReadyEnter;
agvClient.ReadyLeave += AgvClient_ReadyLeave; agvClient.ReadyLeave += AgvClient_ReadyLeave;
......
...@@ -1057,7 +1057,8 @@ namespace OnlineStore.DeviceLibrary ...@@ -1057,7 +1057,8 @@ namespace OnlineStore.DeviceLibrary
} }
else else
{ {
msg += shelf.Name + ": " + shelf.CurrShelf.ToStr() + " "+shelf.MoveInfo.MoveType+"_"+shelf.MoveInfo.MoveStep+"_"+shelf.alarmType+"\r\n";
msg += shelf.Name + ": " + shelf.CurrShelf.ToStr() + " ["+ shelf.AgvName+ "="+ AgvClient.GetAction(shelf.AgvName)+"] "+shelf.MoveInfo.MoveType+"_"+shelf.MoveInfo.MoveStep+"_"+shelf.alarmType+"\r\n";
} }
} }
if (alarmType.Equals(StoreAlarmType.None)) if (alarmType.Equals(StoreAlarmType.None))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!