From d2cef0150abe6d14cbfa60c8845795b91a1f5f97 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 20 四月 2024 19:50:53 +0800
Subject: [PATCH] 添加入库触发条件,修改上料区任务逻辑

---
 代码管理/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs"
index 616a98e..1ddf692 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs"
@@ -113,11 +113,15 @@
         /// <param name="orderName"></param>
         /// <returns></returns>
         /// <exception cref="NotImplementedException"></exception>
-        public virtual DataType ReadByOrder<DataType>(string orderName)
+        public virtual DataType ReadByOrder<DataType>(string orderName, string Method = null)
         {
             throw new NotImplementedException();
         }
 
+        public object ReadValues(string equipNum)
+        {
+            throw new NotImplementedException();
+        }
         /// <summary>
         /// 鍐欏叆鏁版嵁锛屾牴鎹瓺B鍦板潃
         /// </summary>
@@ -137,7 +141,7 @@
         /// <param name="value"></param>
         /// <returns></returns>
         /// <exception cref="NotImplementedException"></exception>
-        public virtual bool WriteByOrder(string orderName , object value)
+        public virtual bool WriteByOrder(string orderName, object value, string Method = null)
         {
             throw new NotImplementedException();
         }

--
Gitblit v1.9.3