Commit c6aaa1b1 LN

hyBUG修改

1 个父辈 31db6599
...@@ -784,6 +784,13 @@ namespace OnlineStore.DeviceLibrary ...@@ -784,6 +784,13 @@ namespace OnlineStore.DeviceLibrary
{ {
if (Config.IsSideWayIn && trayNum > 0) if (Config.IsSideWayIn && trayNum > 0)
{ {
//出口启动才能横移
HYEquipBase hyE= GetHyOutEquip();
if (hyE == null || hyE.runStatus <= LineRunStatus.Wait)
{
return false;
}
TrayInfo tray = TrayManager.GetTrayInfo(currTrayNum); TrayInfo tray = TrayManager.GetTrayInfo(currTrayNum);
//TODO //TODO
if (DeviceID.Equals(204)) if (DeviceID.Equals(204))
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!