diff --git a/Rs.DeweyTester/Entitys/TestFixtureManager.cs b/Rs.DeweyTester/Entitys/TestFixtureManager.cs index a401db8..268e9af 100644 --- a/Rs.DeweyTester/Entitys/TestFixtureManager.cs +++ b/Rs.DeweyTester/Entitys/TestFixtureManager.cs @@ -487,6 +487,8 @@ namespace Rs.MotionPlat.Entitys // string msg = $"StartTest#123#{GlobalVar.MachineID}#op#{GlobalVar.Config}#Lot#Mode#SiteID#ProjectID#RetryMode#{mtcp}#Mtcp#configD#DualMode#R1C1#SubLotName#{noise}$"; //msg = $"StartTest#{Product.SN}#MS001#OP#DXD#GRR_GRR_DXD_202203120320#Production#LF1#MOS#T1#0#0#Paint#0#R1C5#SP0012#1$"; Send(msg); + Result = ""; + Status = ETestFixtureStatus.Testing; if(CheckPrintLog()) { AddLog($"<<< TC{Index} {msg}"); @@ -620,7 +622,7 @@ namespace Rs.MotionPlat.Entitys case "StartTest": //if (writeLogs.Contains(Index)) //{ - // LogHelper.Info($">>> 治具{Index} StartTest"); + LogHelper.Info($">>> 治具{Index} {content}"); //} this.Result = ""; this.StartTestTime=DateTime.Now;