cjs
2025-05-30 fac5698674fd52ec4983e7cf2bbc26a53ef4223f
ams/Hanhe.iWCS.TaizhouGEMTwoProtocol/PLCControl.cs
@@ -1720,7 +1720,8 @@
                        {
                            string wmstaskno = "";
                            string traycode = "";
                            string trayType = result.result[1] == 1 ? "川字托" : "田字托";
                            string trayType = "";
                            if(plc.deviceType == "25") trayType = result.result[1] == 1 ? "川字托" : "田字托";
                            bool req = WMSHelper.WMSIn(plc.location, "", ref wmstaskno, ref traycode,"","",false, trayType);
                            if (req) CMMLog.Debug($"调用WMS获取三楼叠盘机生成任务成功!");
                            else CMMLog.Debug($"调用WMS获取三楼叠盘机生成任务失败!");