From a46b0171f379cd03149ea1e7d8c204ffd8b980a9 Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期四, 22 五月 2025 16:11:53 +0800 Subject: [PATCH] 新增二楼大屏接口,以及二楼大屏前端 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs index ce35fed..7f60bfc 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensS7Communicator.cs @@ -157,6 +157,7 @@ } else { + //return true; object? obj = null; for (int i = 0; i < 5; i++) { @@ -628,7 +629,6 @@ if (j == propertyInfos.Length - 1) return true; } - plc.WriteCustomer(address, value); } stringBuilder.AppendLine(string.Format(CommunicationExceptionMessage.WriteAndReadCheckFaild, address, JsonConvert.SerializeObject(value), JsonConvert.SerializeObject(obj))); -- Gitblit v1.9.3