瀏覽代碼

Merge branch 'master' of http://111.9.47.105:10244/bpa/BPASmartClient

样式分支
pry 2 年之前
父節點
當前提交
3aaad2a396
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 1
- 1
BPASmartClient.Device/BaseDevice.cs 查看文件

@@ -146,7 +146,7 @@ namespace BPASmartClient.Device
foreach (var key in peripheral.GetAllStatus().Keys)
{
peripheralStatus[key] = peripheral.GetAllStatus()[key];
if (TypeName != "PLC.MorksMachine")
if (TypeName != "PLC.PLCMachine")
{
Status.Update($"{TypeName}.{key}", peripheral.GetAllStatus()[key]);
}


Loading…
取消
儲存