diff --git a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs index 5fa85c1..d28479a 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/GrrFlow.cs @@ -181,6 +181,7 @@ namespace Rs.MotionPlat.Flow { string fixtureindex = string.Join(",", needGrrFixtureList.Select(f => f.Index)); MessageQueue.Instance.Insert($"GRR流程开始,启用治具:{fixtureindex},产品数量:{GlobalVar.GrrProductNum},测试次数:{GlobalVar.GrrTestNum}"); + DevLog.EventTracker("Start", 0, "", "Start"); int i = 0; foreach (TestFixture testFixture in needGrrFixtureList) {