发送START之后马上把RESULT清空并把状态切换到测试中

develop
lhiven 2 weeks ago
parent af57b09169
commit cc0d00201d

@ -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;

Loading…
Cancel
Save