Browse Source

fix:中舱产线机床启动增加

wang.sq@aliyun.com 10 tháng trước cách đây
mục cha
commit
d8ff6b44c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      IMCS_CCS/Service/Impl/HttpRequestService.cs

+ 1 - 1
IMCS_CCS/Service/Impl/HttpRequestService.cs

@@ -1359,7 +1359,7 @@ namespace IMCS.CCS.Services
                         //重置清零
                         s7.Write(CcsActionAddressWrites[0].Address, Convert.ToInt16("0"));
                         s7.Write(CcsActionAddressWriteCheck.Address, Convert.ToInt16("0"));
-                    }else if (device.Description.Contains("德玛吉"))
+                    }else if (device.Description.Contains("德玛吉") || device.Description.Contains("SMC"))
                     {
                         RequestHeidhData hdhReq = new RequestHeidhData();
                         hdhReq.ServerUrl = device.ServerUrl;