소스 검색

3

样式分支
fyf 2 년 전
부모
커밋
a5ffacc6e1
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]);
}


불러오는 중...
취소
저장