From dd515aabecbda123d03342cbd8dc5ca984230698 Mon Sep 17 00:00:00 2001 From: "DESKTOP-S459P9R\\LSJ" Date: Wed, 22 Oct 2025 10:32:41 +0900 Subject: [PATCH] =?UTF-8?q?V8.8.1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT63DC_2C/DataStore.cs | 2 ++ INT63DC_2C/Forms/FormMainDisplay.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/INT63DC_2C/DataStore.cs b/INT63DC_2C/DataStore.cs index e358021..b4467c4 100644 --- a/INT63DC_2C/DataStore.cs +++ b/INT63DC_2C/DataStore.cs @@ -206,6 +206,8 @@ namespace INT63DC_2C public static readonly string Start = "Cbs00"; // 정지 public static readonly string Stop = "Cbt00"; + // 소거 + public static readonly string Clear = "Cbe00"; // 영점 public static readonly string Zero = "Cbz00"; // NG Signal diff --git a/INT63DC_2C/Forms/FormMainDisplay.cs b/INT63DC_2C/Forms/FormMainDisplay.cs index ba44c45..057b441 100644 --- a/INT63DC_2C/Forms/FormMainDisplay.cs +++ b/INT63DC_2C/Forms/FormMainDisplay.cs @@ -2713,6 +2713,8 @@ namespace INT63DC_2C.Forms DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 8); if (myDlg.ShowDialog() == DialogResult.Yes) { + this.ParentForm.TransferData(CommunicationCommand.Clear, CommunicationID.SubBoardAll); + switch (this.ParentForm.SystemConfig.EquipmentColumns) { case 2: