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