From e3a2ea164fa3ccde6a1dfc24e99d4eb9b065f69b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 16 一月 2024 14:26:55 +0800
Subject: [PATCH] PCS
---
代码管理/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