Commit 0218d4b3 LN

ng接驳台不需要获取尺寸

1 个父辈 c772f357
...@@ -42,6 +42,33 @@ ...@@ -42,6 +42,33 @@
进仓和T3-C1料盘检测增加验证,若未检测到信号结束处理。 进仓和T3-C1料盘检测增加验证,若未检测到信号结束处理。
20201217
HY17,HY5,顶升气缸默认上升。
/****************************************原有更改**********************************************/ /****************************************原有更改**********************************************/
......
...@@ -165,6 +165,7 @@ namespace OnlineStore.DeviceLibrary ...@@ -165,6 +165,7 @@ namespace OnlineStore.DeviceLibrary
UpdateTrayNum(); UpdateTrayNum();
if (ReelNeedMove()) if (ReelNeedMove())
{ {
//NG接驳台不需要调用
JHY_06_GetTraySize(); JHY_06_GetTraySize();
} }
else if (ReelNeedToNG()) else if (ReelNeedToNG())
...@@ -315,6 +316,10 @@ namespace OnlineStore.DeviceLibrary ...@@ -315,6 +316,10 @@ namespace OnlineStore.DeviceLibrary
{ {
if (currTrayNum > 0) if (currTrayNum > 0)
{ {
if (IsNgPro())
{
return false;
}
//TODO //TODO
TrayInfo trayInfo = TrayManager.GetTrayInfo(currTrayNum); TrayInfo trayInfo = TrayManager.GetTrayInfo(currTrayNum);
if (!trayInfo.IsFull) if (!trayInfo.IsFull)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!