add k maybe wrong hint
This commit is contained in:
@@ -224,7 +224,7 @@ namespace TetraPackOCR
|
||||
CloseCC24();
|
||||
|
||||
if (myJobManagerDET == null)
|
||||
Environment.Exit(0);
|
||||
System.Environment.Exit(0);
|
||||
}
|
||||
catch
|
||||
{
|
||||
@@ -1146,6 +1146,13 @@ namespace TetraPackOCR
|
||||
//画定位的十字点
|
||||
CPMARunStatus.DrawPointMarker(xx, yy, CogMisc.DegToRad(rr), CogColorConstants.Orange, Location_Display, ".");
|
||||
log.Info("定位计算已完成。");
|
||||
|
||||
if (xx > 350)
|
||||
{
|
||||
log.Error("定位横向轴偏左,疑似倒数第二张图,请重新摆放后识别");
|
||||
NoticePLCCompleteDet(DataConverter.FloatToByte(0.0f, true));
|
||||
}
|
||||
else
|
||||
SendToPLC(xx, yy, rr);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user