|
|
|
@ -561,7 +561,7 @@ namespace Rs.MotionPlat.Entitys
|
|
|
|
|
if(Status == ETestFixtureStatus.Testing ||(Status== ETestFixtureStatus.IDLE && Product!=null &&String.IsNullOrEmpty(Result)))
|
|
|
|
|
{
|
|
|
|
|
Send("Result$");
|
|
|
|
|
LogHelper.Debug($"<<< TC{Index} Result$");
|
|
|
|
|
LogHelper.Debug($"<<< TC{Index} Result$,Status={Status},Result={Result}");
|
|
|
|
|
if (CheckPrintLog())
|
|
|
|
|
{
|
|
|
|
|
//lock (this)
|
|
|
|
@ -613,6 +613,7 @@ namespace Rs.MotionPlat.Entitys
|
|
|
|
|
{
|
|
|
|
|
lock(this)
|
|
|
|
|
{
|
|
|
|
|
Status = ETestFixtureStatus.IDLE;
|
|
|
|
|
if (Product != null)
|
|
|
|
|
{
|
|
|
|
|
LogHelper.Debug($"治具{Index}测试完成,测试总数量由{TotalCount}增加到{TotalCount + 1}");
|
|
|
|
@ -638,7 +639,6 @@ namespace Rs.MotionPlat.Entitys
|
|
|
|
|
string csvContent = string.Join(",", items[3], items[4], items[5]);
|
|
|
|
|
LogHelper.Debug($"Result:{items[2]},{items[3]}");
|
|
|
|
|
DevLog.Summary(CsvTitle, csvContent);
|
|
|
|
|
Status = ETestFixtureStatus.IDLE;
|
|
|
|
|
dataEvent.Set();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|