From 7971d855ba2cf9772b46a7f67e2b669c0afcb91b Mon Sep 17 00:00:00 2001
From: patrick <patrick.xu@broconcentric.com>
Date: 星期二, 22 十月 2019 11:30:35 +0800
Subject: [PATCH] 1. 添加标定操作及界面 2. 修改配置界面方法调用参数 3. SeerAGV添加电池信息监听 4. 添加AGV电池充电操作 5. 修改AGV状态变化操作,添加操作锁

---
 src/A032.Process/ProcessConfig.cs |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/src/A032.Process/ProcessConfig.cs b/src/A032.Process/ProcessConfig.cs
index 200811f..c7cbb46 100644
--- a/src/A032.Process/ProcessConfig.cs
+++ b/src/A032.Process/ProcessConfig.cs
@@ -102,18 +102,20 @@
         [Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))]
         public string LogPath { get; set; }
 
-        [Category("鏃ュ織閰嶇疆")]
-        [Description("GRR鏃ュ織鏂囦欢澶硅矾寰�")]
-        [Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))]
-        public string GRRLogPath { get; set; }
+        //[Category("鏃ュ織閰嶇疆")]
+        //[Description("GRR鏃ュ織鏂囦欢澶硅矾寰�")]
+        //[Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))]
+        //public string GRRLogPath { get; set; }
 
         [Category("CSV鏂囦欢閰嶇疆")]
         [Description("鏄惁鍋欳SV鏂囦欢杈撳嚭")]
+        [Browsable(false)]
         public bool IsCSVOutput { get; set; } = false;
 
         [Category("CSV鏂囦欢閰嶇疆")]
         [Description("CSV杈撳嚭鏂囦欢澶硅矾寰�")]
         [Editor(typeof(FoldDialogEditor), typeof(UITypeEditor))]
+        [Browsable(false)]
         public string CSVFilePath { get; set; }
         #endregion
 
@@ -123,9 +125,9 @@
         //[Editor(typeof(ComplexCollectionEditor<WarningSet>), typeof(UITypeEditor))]
         //public List<WarningSet> WarningSets { get; set; } = new List<WarningSet>();
 
-        [Category("PLC鐩稿叧閰嶇疆")]
-        [Description("浜у搧鍑哄垪鏃舵槸鍚︽湁纭鍔ㄤ綔銆倀rue锛氭湁纭鍔ㄤ綔锛岀‘璁ゅ悗浜у搧鍑哄垪锛沠alse锛氭病鏈夌‘璁ゅ姩浣滐紝鏌ヨ鏃朵骇鍝佸嚭鍒�")]
-        public bool IsConfirmWhenProductionDone { get; set; } = false;
+        //[Category("PLC鐩稿叧閰嶇疆")]
+        //[Description("浜у搧鍑哄垪鏃舵槸鍚︽湁纭鍔ㄤ綔銆倀rue锛氭湁纭鍔ㄤ綔锛岀‘璁ゅ悗浜у搧鍑哄垪锛沠alse锛氭病鏈夌‘璁ゅ姩浣滐紝鏌ヨ鏃朵骇鍝佸嚭鍒�")]
+        //public bool IsConfirmWhenProductionDone { get; set; } = false;
 
         [Category("NG鍥剧墖淇濆瓨閰嶇疆")]
         [Description("NG鍥剧墖淇濆瓨鐩綍")]
@@ -149,6 +151,10 @@
         [Editor(typeof(ComplexCollectionEditor<PositionVisionConfig>), typeof(UITypeEditor))]
         public List<PositionVisionConfig> VisionConfigCollection { get; set; } = new List<PositionVisionConfig>();
 
+        [Category("瑙嗚閰嶇疆")]
+        [Description("鏄惁鍚敤瑙嗚寮曞")]
+        public bool IsEnableVisionGuide { get; set; } = false;
+
         /// <summary>
         /// 绌篢ray涓婃枡闃堝�硷紝AGV涓婄殑绌簍ray鏁伴噺涓嶅ぇ浜庤鏁板�兼椂锛孉GV鍙互鎵ц绌篢ray涓婃枡浠诲姟
         /// </summary>

--
Gitblit v1.8.0