From ab94f070d797edbe927d7d58a460cc4eddf48b03 Mon Sep 17 00:00:00 2001
From: jace.tang <1536884497@qq.com>
Date: 星期一, 13 六月 2022 10:58:40 +0800
Subject: [PATCH] 1.添加检测异常抛出时图片保存动作

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

diff --git a/OPCConfigStruct.cs b/OPCConfigStruct.cs
index 2c17c53..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,17 +194,15 @@
         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;

--
Gitblit v1.8.0