From 545dab4a0b231ec59395fd0d89f74b7381766613 Mon Sep 17 00:00:00 2001 From: sj84 Date: Thu, 2 Jan 2025 16:33:35 +0900 Subject: [PATCH] =?UTF-8?q?@=20Ver=2012.2.1=20by=20LSJ=20=20-=202025.01.02?= =?UTF-8?q?=20=20-=20Ver=2012.2.0=20Modify=20=20-=20Framework=20:=20SmartX?= =?UTF-8?q?=20Framework=20V3.2.4(update:=202021.01.20)=20=20-=20=EC=8B=9C?= =?UTF-8?q?=EC=8A=A4=ED=85=9C=EC=84=A4=EC=A0=95=20=20=20=20=ED=8C=90?= =?UTF-8?q?=EC=A0=95=20=EA=B7=B8=EB=9E=98=ED=94=84=20=EC=95=88=EA=B7=B8?= =?UTF-8?q?=EB=A0=A4=EC=A7=80=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=20=20=20=20//=20=ED=8C=90=EC=A0=95=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EA=B7=B8=EB=9E=98=ED=94=84=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20private=20int=20ReceiveCommandSG0(string=20lane,=20string=20?= =?UTF-8?q?receiveData)=20=20=20=20=20=20=20=20=20=20temp=20=3D=2012=20->?= =?UTF-8?q?=2020=20=EC=88=98=EC=A0=95=20=20=20=20=EC=86=8D=EB=8F=84=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=EA=B0=80=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=90=98=EC=96=B4=EC=9E=88=EB=8B=A4=EA=B3=A0=ED=95=A8(?= =?UTF-8?q?=EC=8B=A4=EC=A0=9C=EB=A1=9C=EB=8A=94=20-99990000=20=EC=9D=B4?= =?UTF-8?q?=EA=B1=B0=EB=A7=8C=20=EC=88=98=EC=8B=A0=EB=90=A8..)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT69DC_7C/Forms/FormInformation.cs | 2 +- INT69DC_7C/Forms/FormMain.cs | 2 +- INT69DC_7C/Version.txt | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/INT69DC_7C/Forms/FormInformation.cs b/INT69DC_7C/Forms/FormInformation.cs index 30f3770..c461f49 100644 --- a/INT69DC_7C/Forms/FormInformation.cs +++ b/INT69DC_7C/Forms/FormInformation.cs @@ -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 diff --git a/INT69DC_7C/Forms/FormMain.cs b/INT69DC_7C/Forms/FormMain.cs index 978596c..befe7a7 100644 --- a/INT69DC_7C/Forms/FormMain.cs +++ b/INT69DC_7C/Forms/FormMain.cs @@ -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) { diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index 2843dc4..b0ca689 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -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