1
czw
5 天以前 a47e45d04ca5beadcf815d852cae52ef56f669e5
2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/AutoThread.cs
@@ -31,7 +31,6 @@
using System.Windows.Documents;
using System.Text.RegularExpressions;
using GZ.Device.PLC;
using S7.Net;
namespace GZ.Projects.AuxAllWCS
{
@@ -115,7 +114,7 @@
            }
            catch (Exception ex)
            {
                LogHelper.Error($"InvokeMethod > cacheKey-{ex.Message}", ex);
                LogHelper.Error($"InvokeMethod > cacheKey:{cacheKey}-{ex.Message}", ex);
                throw ex;
            }
        }
@@ -251,7 +250,6 @@
            LogHelper.Info("ThreaTotal 绾跨▼鎬荤嚎over");
        }
        public static ConcurrentDictionary<string, S7.Net.Plc> keyValuePairs = new ConcurrentDictionary<string, S7.Net.Plc>();
        private void ThreadS7helper(Tag tag)
        {