대기상태일때 자동멈춤기능 다시 활성화
remotecontrol 모드 추가, 원격으로 turn, manual, auto 이동시 활성화된다.. 내부코드는 없음. 상태만 추가함, idle 상태일때 자동 멈춤코드가 동작하지 않게 하기 위함이다.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user