瀏覽代碼

Merge branch 'debug' of zuolinhao/WCS-Pedestal into master

zuolinhao 3 年之前
父節點
當前提交
c64e81c4e7
共有 2 個文件被更改,包括 0 次插入1 次删除
  1. 二進制
      DLL/PLC.Siemens.dll
  2. 0 1
      Projects/永冠OPP/WCS.Service/PLCAccessors/PLCAccessorsCreater.cs

二進制
DLL/PLC.Siemens.dll


+ 0 - 1
Projects/永冠OPP/WCS.Service/PLCAccessors/PLCAccessorsCreater.cs

@@ -14,7 +14,6 @@ namespace WCS.Service.PLCAccessors
                 PLCType.西门子 => new SiemensS7PLC((int)data.MODEL, data.IP),
                 PLCType.三菱 => new MelsecPLC(data.IP, data.PORT),
                 PLCType.AB => new AllenBradleyPLC(data.IP),
-                PLCType.欧姆龙 => expr,
                 PLCType.汇川 => new HuiChuangPLC(data.IP),
                 _ => throw new Exception("不支持此PLC")
             };