分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-06-26 2d5a73f505946e0101f0fdd06fc3f3a94794236d
´úÂë¹ÜÀí/PCS/WCS_Server/WIDESEA_WCS/WCSClient/PLCClient.cs
@@ -155,6 +155,7 @@
        {
            if (!operateResult.IsSuccess)
            {
                IsConnected = false;
                throw new Exception($"【Error】数据读取失败,指令{item.name},DB地址{item.dbAddress}\n错误信息:{operateResult.Message}");
            }
            return operateResult.Content;
@@ -171,6 +172,7 @@
        {
            if (!operateResult.IsSuccess)
            {
                IsConnected = false;
                throw new Exception($"【Error】数据读取失败,DB地址{dbAddress}\n错误信息:{operateResult.Message}");
            }
            return operateResult.Content;