영문화완료
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Project
|
||||
if (DIO.IsEmergencyOn() == true) return;
|
||||
if (PUB.sm.Step == eSMStep.RUN) return;
|
||||
|
||||
PUB.log.AddAT("조이스틱으로 홈 초기화작업");
|
||||
PUB.log.AddAT("Home initialization operation with joystick");
|
||||
Func_sw_initialize();
|
||||
}
|
||||
}
|
||||
@@ -157,17 +157,17 @@ namespace Project
|
||||
|
||||
private void Joystick_Disconnected(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddE("조이스틱 연결 종료");
|
||||
PUB.log.AddE("Joystick connection terminated");
|
||||
}
|
||||
|
||||
private void Joystick_Connected(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddI("조이스틱 연결 완료");
|
||||
PUB.log.AddI("Joystick connection completed");
|
||||
}
|
||||
|
||||
private void Joystick_Changed(object sender, EventArgs e)
|
||||
{
|
||||
PUB.log.AddAT("조이스틱 감지");
|
||||
PUB.log.AddAT("Joystick detected");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ namespace Project
|
||||
//PUB.keyence.UpdateBitmap((Bitmap)e.Image, newbitmap);
|
||||
keyenceview.Image = e.Image;
|
||||
if (old != null) old.Dispose();
|
||||
PUB.log.AddAT("최초 이미지 수신");
|
||||
PUB.log.AddAT("First image received");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -149,7 +149,7 @@ namespace Project
|
||||
//에러처리 221018
|
||||
if (resp.StartsWith("0:ERROR")) continue;
|
||||
|
||||
PUB.log.AddE($"***바코드({Source}) 응답데이터 오류 값(키엔스 전송포맷을 확인하세요) " + resp);
|
||||
PUB.log.AddE($"***Barcode({Source}) response data error value (please check Keyence transmission format) " + resp);
|
||||
listView21.SetText(9, 3, "ERR");//.setTitle(8, 1, "ERR");
|
||||
continue;
|
||||
}
|
||||
@@ -157,7 +157,7 @@ namespace Project
|
||||
if (AR.VAR.BOOL[eVarBool.JOB_PickON_Retry]) //221110
|
||||
{
|
||||
if (PUB.sm.Step == eSMStep.RUN)
|
||||
PUB.log.AddAT($"피커({Source}) 재시도 중이라 바코드를 무시 합니다:{resp}");
|
||||
PUB.log.AddAT($"Picker({Source}) is retrying, ignoring barcode:{resp}");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user