..
This commit is contained in:
@@ -39,8 +39,8 @@ namespace Project
|
||||
{
|
||||
//장비 노드 여부 확인 (버퍼가 아닌 도킹 가능 노드여야 함)
|
||||
if (PUB._virtualAGV.CurrentNode.StationType != StationType.Loader &&
|
||||
PUB._virtualAGV.CurrentNode.StationType != StationType.Clearner &&
|
||||
PUB._virtualAGV.CurrentNode.StationType != StationType.UnLoader)
|
||||
PUB._virtualAGV.CurrentNode.StationType != StationType.Plating &&
|
||||
PUB._virtualAGV.CurrentNode.StationType != StationType.Cleaner)
|
||||
{
|
||||
SetRunStepError(ENIGProtocol.AGVErrorCode.NOT_EQUIPMENTPOINT, $"[{funcname}-{PUB.sm.RunStepSeq}] 현재 위치가 장비 노드가 아닙니다({PUB._virtualAGV.CurrentNode.StationType})");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user