|
|
|
@ -535,6 +535,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
//File.AppendAllText("D://OFFSET.TXT",$"SN:{item.SN},X:{item.OffsetRow},Y:{item.OffsetCol},R:{AngleTool.Rad2Deg(item.Angle)}\r\n");
|
|
|
|
|
ni++;
|
|
|
|
|
}
|
|
|
|
|
reGrabCount = 0;
|
|
|
|
|
//CameraOkEvent?.Invoke(imgs, mrs);
|
|
|
|
|
OnMatchResult?.Invoke(mrs);
|
|
|
|
|
//TestCenter.Instance.EndInput();
|
|
|
|
@ -574,6 +575,7 @@ namespace Rs.MotionPlat.Flow
|
|
|
|
|
}
|
|
|
|
|
else if (dr == DialogResult.Retry)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(1000);
|
|
|
|
|
flowStep = EWorkFlowStep.到下相机拍照起始位;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|