Ver a proveniência

更新dll

样式分支
fyf há 2 anos
ascendente
cometimento
89c56507f0
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      BPASmartClient.Device/BaseDevice.cs

+ 2
- 1
BPASmartClient.Device/BaseDevice.cs Ver ficheiro

@@ -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);


Carregando…
Cancelar
Guardar