@ Ver 12.2.1 by LSJ

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

View File

@ -142,7 +142,7 @@ namespace INT69DC_7C.Forms
}
private void DefaultSetting()
{
this.labelDisplayVer.Text = "12.2.0";
this.labelDisplayVer.Text = "12.2.1";
if(this.ParentForm.SystemConfig.EquipmentMode == 7)
this.labelTitleMainboardName.Text = "INT68M-2A";
else

View File

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

View File

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