From 809abe2aac4617cc838d36fec913f5268a066eb4 Mon Sep 17 00:00:00 2001 From: patrick <patrick.xu@broconcentric.com> Date: 星期六, 19 十月 2019 13:50:28 +0800 Subject: [PATCH] 1. 简化部分配置 2. 修改OmronFins驱动 --- src/A032.Process/ProcessConfig.cs | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/A032.Process/ProcessConfig.cs b/src/A032.Process/ProcessConfig.cs index 200811f..70c816b 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鍥剧墖淇濆瓨鐩綍")] -- Gitblit v1.8.0