From 1894ccc4014d813ea60cf276ac066e5870a82566 Mon Sep 17 00:00:00 2001
From: kingno <30263@KINGNO>
Date: 星期四, 18 九月 2025 13:51:20 +0800
Subject: [PATCH] 简化代码
---
src/Bro.M141_AOI1.Process/AOI1Config.cs | 32 --------------------------------
1 files changed, 0 insertions(+), 32 deletions(-)
diff --git a/src/Bro.M141_AOI1.Process/AOI1Config.cs b/src/Bro.M141_AOI1.Process/AOI1Config.cs
index 1e6fb4a..1e97bd8 100644
--- a/src/Bro.M141_AOI1.Process/AOI1Config.cs
+++ b/src/Bro.M141_AOI1.Process/AOI1Config.cs
@@ -11,30 +11,10 @@
public class AOI1Config : M141Config
{
- //[Category("椋炴媿閰嶇疆")]
- //[Description("椋炴媿淇″彿瓒呮椂")]
- //[DisplayName("椋炴媿淇″彿瓒呮椂")]
- //public int PhotolayoutTime { get; set; } = 5000;
-
-
[Category("PLC閰嶇疆")]
[Description("瀹屾垚鍦板潃")]
[DisplayName("瀹屾垚鍦板潃")]
public int Plcover { get; set; } = 3004;
-
-
-
- //[Category("PLC閰嶇疆")]
- //[Description("宸ヤ綅2瀹屾垚鍦板潃")]
- //[DisplayName("宸ヤ綅2瀹屾垚鍦板潃")]
- //public int P2over { get; set; } = 21;
-
-
- //[Category("PLC閰嶇疆")]
- //[Description("宸ヤ綅3瀹屾垚鍦板潃")]
- //[DisplayName("宸ヤ綅3瀹屾垚鍦板潃")]
- //public int P3over { get; set; } = 22;
-
[Category("PLC閰嶇疆")]
[Description("缁撴灉鍦板潃1")]
@@ -56,17 +36,5 @@
[DisplayName("鐗╂枡鐮佸湴鍧�")]
public int Pronumaddress { get; set; } = 3005;
- //[Category("椋炴媿閰嶇疆")]
- //[Description("P1椋炴媿杞Е鍙戝紑鍏�,true,杞Е鍙戝紑鍚�")]
- //[DisplayName("P1椋炴媿杞Е鍙戝紑鍏�")]
- //public bool P1SFstate { get; set; } = false;
- //[Category("椋炴媿閰嶇疆")]
- //[Description("P2椋炴媿杞Е鍙戝紑鍏�,true,杞Е鍙戝紑鍚�")]
- //[DisplayName("P2椋炴媿杞Е鍙戝紑鍏�")]
- //public bool P2SFstate { get; set; } = false;
- //[Category("椋炴媿閰嶇疆")]
- //[Description("P3椋炴媿杞Е鍙戝紑鍏�,true,杞Е鍙戝紑鍚�")]
- //[DisplayName("P3椋炴媿杞Е鍙戝紑鍏�")]
- //public bool P3SFstate { get; set; } = false;
}
}
\ No newline at end of file
--
Gitblit v1.8.0