영문화완료

This commit is contained in:
ChiKyun Kim
2025-09-09 17:24:19 +09:00
parent adb66451ca
commit 02028afc27
338 changed files with 2205 additions and 79829 deletions

View File

@@ -62,9 +62,9 @@ namespace Project
PUB.Result.ResultCode = eResult.EMERGENCY;
PUB.Result.ResultMessage = string.Format("EMERGENCY\n" +
"비상정지 버튼({0})이 눌렸습니다\n" +
"모든 모션이 강제 정지 합니다\n" +
"비상 정지 버튼을 확인 한 후 시스템을 초기화 하세요", EmgButtonState);
"Emergency stop button ({0}) has been pressed\n" +
"All motions are forced to stop\n" +
"Please check the emergency stop button and initialize the system", EmgButtonState);
PUB.log.AddI("SPS:Reserve Emergency Step");
PUB.sm.SetNewStep(eSMStep.EMERGENCY);