xxe 2 年之前
父節點
當前提交
563acb8e4e
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      HKControl/Siemens.cs

+ 5
- 1
HKControl/Siemens.cs 查看文件

@@ -82,7 +82,11 @@ namespace HKControl
{
try
{
if (!IsConnected) return default;
if (!IsConnected)
{
ExceptionDis();
return default;
}
return (TResult)myPlc?.Read(address);
}
catch (Exception ex)


Loading…
取消
儲存