From d5f506ef2f7a9e8feb73e62f57086b5458ffbcbd Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 18 九月 2024 13:26:31 +0800 Subject: [PATCH] 自刷新功能 --- Admin.NET/WCS.Application/PLC/PLCUtil.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/PLC/PLCUtil.cs b/Admin.NET/WCS.Application/PLC/PLCUtil.cs index 794a66c..0421e04 100644 --- a/Admin.NET/WCS.Application/PLC/PLCUtil.cs +++ b/Admin.NET/WCS.Application/PLC/PLCUtil.cs @@ -223,7 +223,7 @@ address = DbNumber + "." + Pos; else address = DbNumber + Pos; - return this.SetPlcDBValue(PosType, address, Pos, Value); + return this.SetPlcDBValue(PosType, address, Value); } /// <summary> /// 鍐欏叆PLC鍊� -- Gitblit v1.8.0