From a587c3fef521ccf454716f4eeccadaca7fb77f86 Mon Sep 17 00:00:00 2001
From: jace.tang <1536884497@qq.com>
Date: 星期一, 13 六月 2022 11:33:03 +0800
Subject: [PATCH] 1.merge(上次更新内容未发全,下为补充) 2.补偿配置界面设置隐藏,无法通过界面修改 3.标准块模式默认保存图片,和图片保存开关脱钩 4.增加标准块补偿CSV数据输出 5.修改原有OPC输出事件,新的输出事件添加触发值输出。版本号升级到1.0.2022.0613

---
 OPCConfigStruct.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/OPCConfigStruct.cs b/OPCConfigStruct.cs
index e6b705a..aee7268 100644
--- a/OPCConfigStruct.cs
+++ b/OPCConfigStruct.cs
@@ -143,6 +143,7 @@
         public double calibrateHeight;
         public CompensationZ compensationZ;
         public CompensationZ compensationW;
+        public CompensationZ compensationL;
         public double loadRbtSpeed; 
         public double unloadRbtSpeed;
 
@@ -193,20 +194,19 @@
         public string textUploadPath;
         public string textLine;
         public string textStation;
-
-        public CompensationZ compensationL;
         public InfoMember infoMember;
 
         //鏍囧噯鍧楅厤缃弬鏁�
         public LimitRange standardLengthLimit;
         public LimitRange standardWidthLimit;
         public LimitRange standardHeightLimit;
-        public CompensationZ standardCompensationZ;
-        public CompensationZ standardCompensationL;
-        public CompensationZ standardCompensationW;
+        //public CompensationZ standardCompensationZ;
+        //public CompensationZ standardCompensationL;
+        //public CompensationZ standardCompensationW;
 
         #region add by Patrick
         public bool IsSaveSizeOKImage;
+        public bool IsSaveHeightOKImage;
         public float MaxLength;
         public float MaxWidth;
         public float MinLength;

--
Gitblit v1.8.0