영문화완료
This commit is contained in:
@@ -158,7 +158,7 @@ namespace Project.Device
|
||||
var bitmaperrcnt = AR.VAR.I32[eVarInt32.BitmapCompatErr];
|
||||
if (IsCompatible(source, target) == false)
|
||||
{
|
||||
PUB.log.AddE($"키엔스비트맵호환오류 원본:{source.Width}x{source.Height} => 대상:{target.Width}x{target.Height}");
|
||||
PUB.log.AddE($"Keyence bitmap compatibility error Source:{source.Width}x{source.Height} => Target:{target.Width}x{target.Height}");
|
||||
|
||||
if (bitmaperrcnt > 5)
|
||||
{
|
||||
@@ -434,7 +434,7 @@ namespace Project.Device
|
||||
bool retval = false;
|
||||
if (readimage)
|
||||
{
|
||||
PUB.log.AddAT("키엔스 이미지를 받고 잇어 명령을 처리하지 않음");
|
||||
PUB.log.AddAT("Keyence is receiving image, command not processed");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user