1
czw
3 天以前 d2d403dc2e33dc07970b0b69934c572b70b1f3d1
1
1个文件已修改
11 ■■■■ 已修改文件
2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/AutoThread.cs 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Build/Project/´úÂë/VS×Ô¶¨ÒåÀà/AutoThread.cs
@@ -67,6 +67,12 @@
        ///  3 å…¨å¼€
        /// </summary>
        public static readonly int _type = 1;
        /// <summary>
        /// 1 modbus
        /// 2 -24 vxr  25 S7
        /// 3 MC
        /// </summary>
        public static readonly string tys = "1 2 24 25 3";
        private static AutoThread _instance;
@@ -2513,8 +2519,8 @@
                tag.ssx输送线.s2008.wEbit = 0;
                tag.ssx输送线.s2008.R托盘码 = "";
                tag.ssx输送线.s2008.wTaskNo = 0;
                RedisHelper.Add<string>($"Arrive{2008}BarcodeLast", ntr, out msg);
                if (!string.IsNullOrEmpty(ntr) /*&& rdisTcode != ntr*/)
            }
            if (!string.IsNullOrEmpty(ntr) && rdisTcode != ntr)
                {
                    var str = Settings.apiHelper.Post(Settings.MESbaseUrl + "mom-basic/dataTransmission/json/service/224", JsonConvert.SerializeObject(new
                    {
@@ -2531,7 +2537,6 @@
                        tag.ssx输送线.s2008.R托盘码 = ntr;
                        LogHelper.Info($"2008 æ‰˜ç›˜å·{ntr}  å†™ä»»åŠ¡ï¼ŒwTaskNo={(uint)(20080000 + end)}  wEbit={end} R托盘码={ntr} Arrive{2008}BarcodeLast={ntr} ");
                        RedisHelper.Add<string>($"Arrive{2008}BarcodeLast", ntr, out msg);
                    }
                }
            }
        }