ams/Hanhe.iWCS.JingmenGEMTwoProtocol/EnentListen.cs
@@ -398,6 +398,22 @@ } #endregion #region 10019-D口 if (currActionModel.CN_N_ACTION_CODE == 10019) { var list = Settings.GetPlcInfo().Where(a => a.enable == 1 && a.deviceType == "43").ToList(); if (list.Count > 0) { list.ForEach(a => { PLCControl.DMachine(a); }); } Thread.Sleep(3000); } #endregion #endregion return bResult; }