From c2e78e3b0c11026a6374a8dac05c94f65b8c54a6 Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期二, 30 六月 2020 16:22:13 +0800
Subject: [PATCH] 添加IImageSet接口,修改CameraBase图片保存操作。添加Gocator驱动的图片保存操作,gocator图片使用HImage保存

---
 src/Bro.Common.Device/DeviceBase/PLCBase.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/Bro.Common.Device/DeviceBase/PLCBase.cs b/src/Bro.Common.Device/DeviceBase/PLCBase.cs
index 0ea73fa..c6f8d6f 100644
--- a/src/Bro.Common.Device/DeviceBase/PLCBase.cs
+++ b/src/Bro.Common.Device/DeviceBase/PLCBase.cs
@@ -280,6 +280,11 @@
 
             return locations;
         }
+
+        public bool MoveToPoint(IOperationConfig opConfig)
+        {
+            throw new NotImplementedException();
+        }
         #endregion
     }
 
@@ -552,7 +557,7 @@
 
     public class PLCDeviceConverter : ComboBoxItemTypeConvert
     {
-        public override Hashtable GetConvertHash()
+        public override Hashtable GetConvertHash(ITypeDescriptorContext context)
         {
             Hashtable table = new Hashtable();
             using (var scope = GlobalVar.Container.BeginLifetimeScope())

--
Gitblit v1.8.0