From 655481176b286fa91ef9d171fd8cbfac2be2545a Mon Sep 17 00:00:00 2001
From: kingno <30263@KINGNO>
Date: 星期四, 10 四月 2025 10:43:02 +0800
Subject: [PATCH] 打印机,数据库格式更新

---
 src/Bro.M141.Process/M141Config.cs |  191 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 190 insertions(+), 1 deletions(-)

diff --git a/src/Bro.M141.Process/M141Config.cs b/src/Bro.M141.Process/M141Config.cs
index 065be49..d403b81 100644
--- a/src/Bro.M141.Process/M141Config.cs
+++ b/src/Bro.M141.Process/M141Config.cs
@@ -6,9 +6,11 @@
 using Bro.Common.Model;
 using Bro.M135.Common;
 using Bro.Process;
+using Newtonsoft.Json;
 using System.ComponentModel;
 using System.Drawing.Design;
 using System.Drawing.Imaging;
+using System.Drawing.Printing;
 using System.Reflection;
 using System.Windows.Forms.Design;
 
@@ -16,6 +18,15 @@
 {
     public class M141Config : ProcessConfigBase
     {
+        [Category("鎵撳嵃鏈洪厤缃�")]
+        [Description("鎵撳嵃鏈洪厤缃泦鍚�")]
+        [DisplayName("鎵撳嵃鏈洪厤缃泦鍚�")]
+        [TypeConverter(typeof(CollectionCountConvert))]
+        [Editor(typeof(ComplexCollectionEditor<Printer>), typeof(UITypeEditor))]
+        public List<Printer> Printers { get; set; } = new List<Printer>();
+
+
+
         [Category("浜у搧鏄剧ず鐣岄潰閰嶇疆")]
         [Description("瀛椾綋澶у皬")]
         [DisplayName("瀛椾綋澶у皬")]
@@ -100,11 +111,56 @@
         public ImageFormat ImageFormatOK { get; set; } = ImageFormat.Png;
 
 
+
+        [Category("鏁版嵁搴撻厤缃�")]
+        [Description("IP")]
+        [DisplayName("IP")]
+        public string IPforall { get; set; } = "192.168.44.122";
+
+        [Category("鏁版嵁搴撻厤缃�")]
+        [Description("鏄惁涓虹粓鐐硅澶�")]
+        [DisplayName("鏄惁涓虹粓鐐硅澶�")]
+        public bool IsfinDevice { get; set; } = false;
+
+
+
+
+        [Category("鏍忓叿鏉$爜閰嶇疆")]
+        [Description("褰撳墠鏍忓叿鐮�")]
+        [DisplayName("褰撳墠鏍忓叿鐮�")]
+        public string basketcode { get; set; } = "NoRead";
+
+        [Category("鏍忓叿鏉$爜閰嶇疆")]
+        [Description("鏈珯鏄惁璇诲彇鏍忓叿鐮�")]
+        [DisplayName("鏈珯鏄惁璇诲彇鏍忓叿鐮�")]
+        public bool Isreadbasketcode { get; set; } = false;
+
+
+        [Category("PLC閰嶇疆")]
+        [Description("鎶ヨ閰嶇疆")]
+        [DisplayName("鎶ヨ閰嶇疆")]
+        [TypeConverter(typeof(CollectionCountConvert))]
+        [Editor(typeof(ComplexCollectionEditor<PLCAlarms>), typeof(UITypeEditor))]
+        public List<PLCAlarms> PLCAlarm { get; set; } = new List<PLCAlarms>();
+
+
+        [Category("PLC閰嶇疆")]
+        [Description("蹇冭烦鍦板潃")]
+        [DisplayName("蹇冭烦鍦板潃")]
+        public int heartadd { get; set; } = 1505;
+
+
     }
 
 
     public class WorkPositionSet : IComplexDisplay
     {
+        [Category("plc鍦板潃")]
+        [Description("鏄惁鍙栧浘鍗冲畬鎴�")]
+        [DisplayName("鏄惁鍙栧浘鍗冲畬鎴�")]
+        public bool ispiccover { get; set; } = false;
+
+
         [Category("plc鍦板潃")]
         [Description("瀹屾垚鍦板潃")]
         [DisplayName("瀹屾垚鍦板潃")]
@@ -155,6 +211,72 @@
             return $"{(IsEnabled ? "" : "绂佺敤")} 宸ヤ綅 {PositionName} 浜や簰瑙﹀彂鍊硷細{TriggerValue}";
         }
     }
+
+
+
+    public class PLCAlarms : IComplexDisplay
+    {
+
+        [Category("PLC閰嶇疆")]
+        [DisplayName("plc鍚嶇О")]
+        [Description("plc鍚嶇О")]
+        [TypeConverter(typeof(DeviceIdSelectorConverter<PLCBase>))]
+        public string plcname { get; set; } = "";
+
+
+        [Category("PLC閰嶇疆")]
+        [DisplayName("鏄惁鍚敤")]
+        [Description("鏄惁鍚敤")]
+        public bool isused { get; set; } = true;
+
+
+        [Category("鎶ヨ閰嶇疆")]
+        [Description("鎶ヨ璇︽儏")]
+        [DisplayName("鎶ヨ璇︽儏")]
+        [TypeConverter(typeof(CollectionCountConvert))]
+        [Editor(typeof(ComplexCollectionEditor<PLCAlarmDetails>), typeof(UITypeEditor))]
+        public List<PLCAlarmDetails> AlarmDetails { get; set; } = new List<PLCAlarmDetails>();
+
+
+
+
+        public string GetDisplayText()
+        {
+            return plcname + (isused ? "鍚敤" : "绂佺敤");
+        }
+    }
+
+    public class PLCAlarmDetails : IComplexDisplay
+    {
+        [Category("閰嶇疆")]
+        [DisplayName("棣栧湴鍧�")]
+        [Description("棣栧湴鍧�")]
+        public int address { get; set; }
+
+        [Category("閰嶇疆")]
+        [DisplayName("瀛愬湴鍧�")]
+        [Description("瀛愬湴鍧�")]
+        public int address2 { get; set; }
+
+        [Category("閰嶇疆")]
+        [DisplayName("鎶ヨ鍚嶇О")]
+        [Description("鎶ヨ鍚嶇О")]
+        public string alarmname { get; set; } = "";
+
+        [Browsable(false)]
+        [JsonIgnore]
+        public int value { get; set; } = -1;
+
+        public string GetDisplayText()
+        {
+            return alarmname;
+        }
+    }
+
+
+
+
+
 
 
 
@@ -375,6 +497,43 @@
     }
 
 
+    public class Printer : IComplexDisplay
+    {
+        [Category("鎵撳嵃鏈洪厤缃�")]
+        [DisplayName("鍚嶇О")]
+        [Description("鍚嶇О")]
+        [TypeConverter(typeof(DevicePrinter))]
+        public string name { get; set; } = "";
+
+
+        [Category("鎵撳嵃鏈洪厤缃�")]
+        [DisplayName("浣嶇疆")]
+        [Description("浣嶇疆")]
+        public string station { get; set; }
+
+
+        [Category("PLC閰嶇疆")]
+        [DisplayName("plc鍚嶇О")]
+        [Description("plc鍚嶇О")]
+        [TypeConverter(typeof(DeviceIdSelectorConverter<PLCBase>))]
+        public string plcname { get; set; }
+
+        [Category("PLC閰嶇疆")]
+        [DisplayName("鐘舵�佸湴鍧�")]
+        [Description("鐘舵�佸湴鍧�")]
+        public int addstate { get; set; }
+
+        [Category("PLC閰嶇疆")]
+        [DisplayName("缁撴灉鍦板潃")]
+        [Description("缁撴灉鍦板潃")]
+        public int addresult { get; set; }
+
+
+        public string GetDisplayText()
+        {
+            return name;
+        }
+    }
 
 
 
@@ -548,7 +707,7 @@
                     string filePath = "";
                     if (saveFileDialog.ShowDialog() == DialogResult.OK)
                     {
-                         filePath = saveFileDialog.FileName; // 鑾峰彇鐢ㄦ埛閫夋嫨鐨勬枃浠惰矾寰�
+                        filePath = saveFileDialog.FileName; // 鑾峰彇鐢ㄦ埛閫夋嫨鐨勬枃浠惰矾寰�
                     }
                     else
                     {
@@ -575,6 +734,36 @@
         }
     }
 
+
+    public class DevicePrinter : ComboBoxItemTypeConvert
+    {
+        public override Dictionary<string, string> GetConvertDict(ITypeDescriptorContext context)
+        {
+            Dictionary<string, string> table = new Dictionary<string, string>();
+            table[""] = "鏈寚瀹�";
+
+            PrintDocument print = new PrintDocument();
+            string sDefault = print.PrinterSettings.PrinterName;//榛樿鎵撳嵃鏈哄悕
+            foreach (string sPrint in PrinterSettings.InstalledPrinters)//鑾峰彇鎵�鏈夋墦鍗版満鍚嶇О
+            {
+                table[sPrint] = sPrint;
+            }
+            return table;
+        }
+    }
+
+
+
+
+
+
+
+
+
+
+
+
+
     [Device("ImageCheck", "鍥剧墖妫�娴嬫搷浣滈厤缃�", EnumHelper.DeviceAttributeType.OperationConfig)]
     public class ImageCheckOperationConfigBase : OperationConfigBase, IHalconToolPath, IImageCheckOperationConfig
     {

--
Gitblit v1.8.0