Browse Source

更新dll

样式分支
fyf 2 years ago
parent
commit
89c56507f0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 2
- 1
BPASmartClient.Device/BaseDevice.cs View File

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


Loading…
Cancel
Save