@ Ver 6.1.1 by LSJ

- 2025.01.02
 - Ver 6.1.0 Modify
 - Framework : SmartX Framework V3.2.4(update: 2021.01.20)
 - 시스템설정
   판정 그래프 안그려지는 버그 수정
    // 판정설정 그래프
        private int ReceiveCommandSG0(string lane, string receiveData)
         temp = 12 -> 20 수정
   속도 데이터가 추가 되어있다고함(실제로는 -99990000 이거만 수신됨..)
master^2
sj84 2025-01-02 16:15:26 +09:00
parent 875d61fb27
commit e80d5a78d9
3 changed files with 13 additions and 2 deletions

View File

@ -109,7 +109,7 @@ namespace INT69DB_2A.Forms
}
private void DefaultSetting()
{
this.labelDisplayVer.Text = "6.1.0";
this.labelDisplayVer.Text = "6.1.1";
this.labelUserMgerVer.Text = "";
this.labelAes128Ver.Text = "";
this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber;

View File

@ -5685,7 +5685,7 @@ namespace INT69DB_2A.Forms
// 판정설정 그래프
private int ReceiveCommandSG0(string lane, string receiveData)
{
int ret = 0, temp = 12;
int ret = 0, temp = 20;
switch (lane)
{

View File

@ -15,6 +15,17 @@
멀티형 2~6열 스틱 계량기
*/
@ Ver 6.1.1 by LSJ
- 2025.01.02
- Ver 6.1.0 Modify
- Framework : SmartX Framework V3.2.4(update: 2021.01.20)
- 시스템설정
판정 그래프 안그려지는 버그 수정
// 판정설정 그래프
private int ReceiveCommandSG0(string lane, string receiveData)
temp = 12 -> 20 수정
속도 데이터가 추가 되어있다고함(실제로는 -99990000 이거만 수신됨..)
@ Ver 6.1.0 by LSJ
- 2024.12.05
- Ver 6.0.0 Modify