|
|
@ -622,11 +622,9 @@ namespace Rs.MotionPlat.Entitys
|
|
|
|
{
|
|
|
|
{
|
|
|
|
lock(this)
|
|
|
|
lock(this)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Status = ETestFixtureStatus.IDLE;
|
|
|
|
|
|
|
|
if (Product != null)
|
|
|
|
if (Product != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
LogHelper.Debug($"治具{Index}测试完成,测试总数量由{TotalCount}增加到{TotalCount + 1}");
|
|
|
|
LogHelper.Debug($"治具{Index}测试完成,测试总数量由{TotalCount}增加到{TotalCount + 1}");
|
|
|
|
|
|
|
|
|
|
|
|
if (items[2] == "1")
|
|
|
|
if (items[2] == "1")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Result = "PASS";
|
|
|
|
Result = "PASS";
|
|
|
@ -643,6 +641,7 @@ namespace Rs.MotionPlat.Entitys
|
|
|
|
TotalCount++;
|
|
|
|
TotalCount++;
|
|
|
|
Yield = (double)((double)PassCount / TotalCount);
|
|
|
|
Yield = (double)((double)PassCount / TotalCount);
|
|
|
|
AddTestRecordToProduct();
|
|
|
|
AddTestRecordToProduct();
|
|
|
|
|
|
|
|
Status = ETestFixtureStatus.IDLE;
|
|
|
|
//this.Product.AddResult(this.Index, Result, items[6]);
|
|
|
|
//this.Product.AddResult(this.Index, Result, items[6]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
string csvContent = string.Join(",", items[3], items[4], items[5]);
|
|
|
|
string csvContent = string.Join(",", items[3], items[4], items[5]);
|
|
|
|