flag,error 항목 정리,

This commit is contained in:
ChiKyun Kim
2025-12-17 15:53:18 +09:00
parent 1f37871336
commit cef2fa8095
11 changed files with 249 additions and 171 deletions

View File

@@ -649,7 +649,7 @@ namespace Project
stMsg = Lang.;
//else if (PUB.PLC.GetValueI(arDev.FakePLC.DIName.PINI_EMG))
// stMsg = Lang.비상정지신호가감지되었습니다;
else if (PUB.AGV.signal.front_gate_out == true)
else if (PUB.AGV.signal1.front_gate_out == true)
stMsg = Lang.;
else if (PUB.AGV.error.runerror_by_no_magent_line)
stMsg = "마그네틱 라인을 벗어났습니다";