V8.8.1 수정
							parent
							
								
									37c0600eb1
								
							
						
					
					
						commit
						dd515aabec
					
				|  | @ -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 | ||||||
|  |  | ||||||
|  | @ -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: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue