V8.8.1 수정

master
DESKTOP-S459P9R\LSJ 2025-10-22 10:32:41 +09:00
parent 37c0600eb1
commit dd515aabec
2 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,8 @@ namespace INT63DC_2C
public static readonly string Start = "Cbs00"; public static readonly string Start = "Cbs00";
// 정지 // 정지
public static readonly string Stop = "Cbt00"; public static readonly string Stop = "Cbt00";
// 소거
public static readonly string Clear = "Cbe00";
// 영점 // 영점
public static readonly string Zero = "Cbz00"; public static readonly string Zero = "Cbz00";
// NG Signal // NG Signal

View File

@ -2713,6 +2713,8 @@ namespace INT63DC_2C.Forms
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 8); DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 8);
if (myDlg.ShowDialog() == DialogResult.Yes) if (myDlg.ShowDialog() == DialogResult.Yes)
{ {
this.ParentForm.TransferData(CommunicationCommand.Clear, CommunicationID.SubBoardAll);
switch (this.ParentForm.SystemConfig.EquipmentColumns) switch (this.ParentForm.SystemConfig.EquipmentColumns)
{ {
case 2: case 2: