충돌 해결중

master
CJY 2025-12-23 09:32:49 +09:00
parent 5b220d7f54
commit 867412193d
1 changed files with 0 additions and 9 deletions

View File

@ -43,13 +43,10 @@ namespace INT69DB_2A.Forms
public string ComPortMainToLCD; // DllSerial Port
public bool FlagDllSerial; // DllSerial 사용여부
private string TransferNum; // 수신데이터 ID저장 (재전송 시 사용)
<<<<<<< HEAD
public bool FlagThreadMessage1; // 플레그 쓰레드 메시지 11
public int TotalAllCount; // 스틱1 전체 수량
public int TotalPassCount; // 스틱1 전체 Pass 수량
public int TotalNGCount; // 스틱1 전체 NG 수량
=======
>>>>>>> 65f9fe0 ( - OPT5 )
// Motor Download 통신용 변수
public int LineNum;
@ -447,13 +444,10 @@ namespace INT69DB_2A.Forms
this.ColorLogOff = Color.Red;
this.ColorLogOn = Color.Yellow;
this.TransferNum = "-";
<<<<<<< HEAD
this.FlagThreadMessage1 = false;
this.TotalAllCount = 0;
this.TotalNGCount = 0;
this.TotalPassCount = 0;
=======
>>>>>>> 65f9fe0 ( - OPT5 )
this.PathLaunchFolder = "SD Card\\";
this.PathSystemFileFolder1 = this.PathLaunchFolder + "SystemFile1\\";
@ -1520,7 +1514,6 @@ namespace INT69DB_2A.Forms
return sb.ToString();
}
<<<<<<< HEAD
public string Protocol_OPT5(Collection<WeightData> datas)
{
string value = "";
@ -1704,8 +1697,6 @@ namespace INT69DB_2A.Forms
return sb.ToString();
}
=======
>>>>>>> 65f9fe0 ( - OPT5 )
public byte[] Protocol_Modbus_Client_Write_Common_Data()
{
int index = 0;