| | |
| | | using System.Windows.Documents; |
| | | using System.Text.RegularExpressions; |
| | | using GZ.Device.PLC; |
| | | using S7.Net; |
| | | |
| | | namespace GZ.Projects.AuxAllWCS |
| | | { |
| | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | LogHelper.Error($"InvokeMethod > cacheKey-{ex.Message}", ex); |
| | | LogHelper.Error($"InvokeMethod > cacheKey:{cacheKey}-{ex.Message}", ex); |
| | | throw ex; |
| | | } |
| | | } |
| | |
| | | LogHelper.Info("ThreaTotal 绾跨▼鎬荤嚎over"); |
| | | } |
| | | |
| | | public static ConcurrentDictionary<string, S7.Net.Plc> keyValuePairs = new ConcurrentDictionary<string, S7.Net.Plc>(); |
| | | |
| | | private void ThreadS7helper(Tag tag) |
| | | { |