대기상태일때 자동멈춤기능 다시 활성화

remotecontrol 모드 추가, 원격으로 turn, manual, auto 이동시 활성화된다.. 내부코드는 없음. 상태만 추가함, idle 상태일때 자동 멈춤코드가 동작하지 않게 하기 위함이다.
This commit is contained in:
ChiKyun Kim
2026-02-09 08:37:39 +09:00
parent ddaab0b5da
commit f5f08de0b9
4 changed files with 27 additions and 10 deletions

View File

@@ -296,6 +296,12 @@ namespace Project
}
else PUB.XBE.StepMC = Device.eDocStep.EnterIng;
break;
case ERunStep.REMOTECONTROL:
if(isFirst)
{
PUB.log.AddE("Remote Control mode");
}
break;
}
}