From 12927cf60218b25e7370e66583e2f2e6a98cb2a1 Mon Sep 17 00:00:00 2001 From: lhiven Date: Mon, 21 Apr 2025 17:06:59 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E5=A4=8D=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E5=AE=8C=E6=9C=89=E6=97=A0=E6=96=99=E5=90=8E=E5=AE=9A=E6=8B=8D?= =?UTF-8?q?=E5=90=8E=E8=BD=B4=E4=B8=8D=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82=202=E3=80=81=E5=A2=9E=E5=8A=A0=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=90=8E=E4=BA=A7=E5=93=81=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E6=90=AC=E8=BF=90=E5=88=B0=E6=B2=BB=E5=85=B7=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Commom/GlobalVar.cs | 11 + .../Flow/NormalFlow/DischargeFlow.cs | 2 +- Rs.DeweyTester/Properties/AssemblyInfo.cs | 2 +- .../SysConfig/CommonConfig.Designer.cs | 44 +- .../SysConfig/CommonConfig.en-US.resx | 16 +- Rs.DeweyTester/SysConfig/CommonConfig.resx | 3747 +++++++++-------- Rs.DeweyTester/Vision/OneGrabOneVision.cs | 4 +- 7 files changed, 1941 insertions(+), 1885 deletions(-) diff --git a/Rs.DeweyTester/Commom/GlobalVar.cs b/Rs.DeweyTester/Commom/GlobalVar.cs index 95555b0..16b7c1b 100644 --- a/Rs.DeweyTester/Commom/GlobalVar.cs +++ b/Rs.DeweyTester/Commom/GlobalVar.cs @@ -23,6 +23,17 @@ namespace Rs.Framework #region newpro + /// + /// 扫码失败是否测试 + /// + [ParameterInit("bool", "true", "system", "扫码失败是否测试")] + public static bool ScanFailToTest + { + get + { + return SysConfigParam.GetValue(nameof(ScanFailToTest)); + } + } /// diff --git a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs index b1edc71..faea53d 100644 --- a/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs +++ b/Rs.DeweyTester/Flow/NormalFlow/DischargeFlow.cs @@ -428,7 +428,7 @@ namespace Rs.MotionPlat.Flow else if (fixtureret.Result == EOneGrabSixteenResult.LocationOkScanBarcodeFail) { Nozzle idleNozzle = NozzleManager.GetIdelNozzle(); - if (false) + if (!GlobalVar.ScanFailToTest) { StockTakeFlow.Instance.Take(ETrayType.Input, ret.SlotIndex, idleNozzle.NozzleIndex); //放料 diff --git a/Rs.DeweyTester/Properties/AssemblyInfo.cs b/Rs.DeweyTester/Properties/AssemblyInfo.cs index fdf1a60..42d27c9 100644 --- a/Rs.DeweyTester/Properties/AssemblyInfo.cs +++ b/Rs.DeweyTester/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; // //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: - [assembly: AssemblyVersion("20.25.26.1")] + [assembly: AssemblyVersion("20.25.27.2")] //[assembly: AssemblyVersion("1.0.0.0")] //[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs index c741ead..99c5a6f 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs +++ b/Rs.DeweyTester/SysConfig/CommonConfig.Designer.cs @@ -93,6 +93,7 @@ this.cboxEnableBeforePlaceTrayToOkGrab = new System.Windows.Forms.CheckBox(); this.cboxEnableOkTrayCheckFull = new System.Windows.Forms.CheckBox(); this.cboxEnableBeforePlaceProductGrab = new System.Windows.Forms.CheckBox(); + this.cboxScanFailToTest = new System.Windows.Forms.CheckBox(); this.cboxDisableBuzzer = new System.Windows.Forms.CheckBox(); this.cboxCheckVisionSwOpened = new System.Windows.Forms.CheckBox(); this.cboxIsSimTest = new System.Windows.Forms.CheckBox(); @@ -151,6 +152,7 @@ // // groupBox8 // + resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.Controls.Add(this.txtHightChannel); this.groupBox8.Controls.Add(this.button1); this.groupBox8.Controls.Add(this.cboxLanguage); @@ -162,7 +164,6 @@ this.groupBox8.Controls.Add(this.cboxEnableStock); this.groupBox8.Controls.Add(this.cboxRunSpace); this.groupBox8.Controls.Add(this.label14); - resources.ApplyResources(this.groupBox8, "groupBox8"); this.groupBox8.ForeColor = System.Drawing.Color.White; this.groupBox8.Name = "groupBox8"; this.groupBox8.TabStop = false; @@ -175,9 +176,9 @@ // // button1 // + resources.ApplyResources(this.button1, "button1"); this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; - resources.ApplyResources(this.button1, "button1"); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = false; @@ -185,11 +186,11 @@ // // cboxLanguage // + resources.ApplyResources(this.cboxLanguage, "cboxLanguage"); this.cboxLanguage.FormattingEnabled = true; this.cboxLanguage.Items.AddRange(new object[] { resources.GetString("cboxLanguage.Items"), resources.GetString("cboxLanguage.Items1")}); - resources.ApplyResources(this.cboxLanguage, "cboxLanguage"); this.cboxLanguage.Name = "cboxLanguage"; // // label2 @@ -247,6 +248,7 @@ // // groupBox3 // + resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.btnSaveRelCategory); this.groupBox3.Controls.Add(this.txtSiteID); this.groupBox3.Controls.Add(this.comBoxCp); @@ -266,16 +268,15 @@ this.groupBox3.Controls.Add(this.label17); this.groupBox3.Controls.Add(this.txtMachineID); this.groupBox3.Controls.Add(this.label5); - resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // btnSaveRelCategory // + resources.ApplyResources(this.btnSaveRelCategory, "btnSaveRelCategory"); this.btnSaveRelCategory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56))))); this.btnSaveRelCategory.FlatAppearance.BorderColor = System.Drawing.Color.White; - resources.ApplyResources(this.btnSaveRelCategory, "btnSaveRelCategory"); this.btnSaveRelCategory.ForeColor = System.Drawing.Color.White; this.btnSaveRelCategory.Name = "btnSaveRelCategory"; this.btnSaveRelCategory.UseVisualStyleBackColor = false; @@ -289,47 +290,47 @@ // // comBoxCp // + resources.ApplyResources(this.comBoxCp, "comBoxCp"); this.comBoxCp.FormattingEnabled = true; this.comBoxCp.Items.AddRange(new object[] { resources.GetString("comBoxCp.Items"), resources.GetString("comBoxCp.Items1"), resources.GetString("comBoxCp.Items2")}); - resources.ApplyResources(this.comBoxCp, "comBoxCp"); this.comBoxCp.Name = "comBoxCp"; this.comBoxCp.SelectedIndexChanged += new System.EventHandler(this.comBoxCp_SelectedIndexChanged); // // comBoxRelCategory // + resources.ApplyResources(this.comBoxRelCategory, "comBoxRelCategory"); this.comBoxRelCategory.FormattingEnabled = true; this.comBoxRelCategory.Items.AddRange(new object[] { resources.GetString("comBoxRelCategory.Items"), resources.GetString("comBoxRelCategory.Items1"), resources.GetString("comBoxRelCategory.Items2")}); - resources.ApplyResources(this.comBoxRelCategory, "comBoxRelCategory"); this.comBoxRelCategory.Name = "comBoxRelCategory"; this.comBoxRelCategory.SelectedIndexChanged += new System.EventHandler(this.comBoxRelCategory_SelectedIndexChanged); // // cboxHostType // + resources.ApplyResources(this.cboxHostType, "cboxHostType"); this.cboxHostType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboxHostType.FormattingEnabled = true; this.cboxHostType.Items.AddRange(new object[] { resources.GetString("cboxHostType.Items"), resources.GetString("cboxHostType.Items1"), resources.GetString("cboxHostType.Items2")}); - resources.ApplyResources(this.cboxHostType, "cboxHostType"); this.cboxHostType.Name = "cboxHostType"; this.cboxHostType.SelectedIndexChanged += new System.EventHandler(this.cboxHostType_SelectedIndexChanged); // // cboxConfigName // + resources.ApplyResources(this.cboxConfigName, "cboxConfigName"); this.cboxConfigName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboxConfigName.FormattingEnabled = true; this.cboxConfigName.Items.AddRange(new object[] { resources.GetString("cboxConfigName.Items"), resources.GetString("cboxConfigName.Items1"), resources.GetString("cboxConfigName.Items2")}); - resources.ApplyResources(this.cboxConfigName, "cboxConfigName"); this.cboxConfigName.Name = "cboxConfigName"; this.cboxConfigName.SelectedIndexChanged += new System.EventHandler(this.cboxConfigName_SelectedIndexChanged); // @@ -404,6 +405,7 @@ // // groupBox1 // + resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.cboxEnableCheckStickMaterial); this.groupBox1.Controls.Add(this.txtUphRefreshCycle); this.groupBox1.Controls.Add(this.cboxMsgShowEn); @@ -431,6 +433,7 @@ this.groupBox1.Controls.Add(this.cboxEnableBeforePlaceTrayToOkGrab); this.groupBox1.Controls.Add(this.cboxEnableOkTrayCheckFull); this.groupBox1.Controls.Add(this.cboxEnableBeforePlaceProductGrab); + this.groupBox1.Controls.Add(this.cboxScanFailToTest); this.groupBox1.Controls.Add(this.cboxDisableBuzzer); this.groupBox1.Controls.Add(this.cboxCheckVisionSwOpened); this.groupBox1.Controls.Add(this.cboxIsSimTest); @@ -448,7 +451,6 @@ this.groupBox1.Controls.Add(this.lblTakeTrayFromNg2InputSpeed); this.groupBox1.Controls.Add(this.lblWholeSpeed); this.groupBox1.Controls.Add(this.label1); - resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; @@ -535,10 +537,10 @@ // // panelEx1 // + resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Controls.Add(this.btnSaveSpeedParam); this.panelEx1.Controls.Add(this.cboxCurRecipe); this.panelEx1.Controls.Add(this.label4); - resources.ApplyResources(this.panelEx1, "panelEx1"); this.panelEx1.Name = "panelEx1"; // // btnSaveSpeedParam @@ -553,10 +555,10 @@ // // cboxCurRecipe // + resources.ApplyResources(this.cboxCurRecipe, "cboxCurRecipe"); this.cboxCurRecipe.FormattingEnabled = true; this.cboxCurRecipe.Items.AddRange(new object[] { resources.GetString("cboxCurRecipe.Items")}); - resources.ApplyResources(this.cboxCurRecipe, "cboxCurRecipe"); this.cboxCurRecipe.Name = "cboxCurRecipe"; // // label4 @@ -655,6 +657,13 @@ this.cboxEnableBeforePlaceProductGrab.UseVisualStyleBackColor = true; this.cboxEnableBeforePlaceProductGrab.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // + // cboxScanFailToTest + // + resources.ApplyResources(this.cboxScanFailToTest, "cboxScanFailToTest"); + this.cboxScanFailToTest.Name = "cboxScanFailToTest"; + this.cboxScanFailToTest.UseVisualStyleBackColor = true; + this.cboxScanFailToTest.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); + // // cboxDisableBuzzer // resources.ApplyResources(this.cboxDisableBuzzer, "cboxDisableBuzzer"); @@ -768,6 +777,7 @@ // // groupBox4 // + resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.Controls.Add(this.dataGridView1); this.groupBox4.Controls.Add(this.label6); this.groupBox4.Controls.Add(this.panel1); @@ -777,13 +787,13 @@ this.groupBox4.Controls.Add(this.txtControlCenterPort); this.groupBox4.Controls.Add(this.cboxEnableExceptionHandlingNozzle); this.groupBox4.Controls.Add(this.cboxEnableScanBarCodeByDownCamera); - resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // // dataGridView1 // + resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { @@ -792,7 +802,6 @@ this.英文名, this.是否显示, this.是否需要登录}); - resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit); @@ -840,9 +849,9 @@ // // panel1 // + resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.radioButton4); this.panel1.Controls.Add(this.radioButton3); - resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // radioButton4 @@ -863,9 +872,9 @@ // // txtControlCenterIP // + resources.ApplyResources(this.txtControlCenterIP, "txtControlCenterIP"); this.txtControlCenterIP.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtControlCenterIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - resources.ApplyResources(this.txtControlCenterIP, "txtControlCenterIP"); this.txtControlCenterIP.ForeColor = System.Drawing.Color.White; this.txtControlCenterIP.Name = "txtControlCenterIP"; // @@ -881,9 +890,9 @@ // // txtControlCenterPort // + resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort"); this.txtControlCenterPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtControlCenterPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - resources.ApplyResources(this.txtControlCenterPort, "txtControlCenterPort"); this.txtControlCenterPort.ForeColor = System.Drawing.Color.White; this.txtControlCenterPort.Name = "txtControlCenterPort"; // @@ -1027,5 +1036,6 @@ private System.Windows.Forms.TextBox txtHightChannel; private System.Windows.Forms.TextBox txtBarcodeLength; private System.Windows.Forms.Label label22; + private System.Windows.Forms.CheckBox cboxScanFailToTest; } } \ No newline at end of file diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx index cb55c9d..e542fe0 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx +++ b/Rs.DeweyTester/SysConfig/CommonConfig.en-US.resx @@ -117,10 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - False - 251, 388 @@ -152,9 +148,6 @@ 36, 206 - - False - 853, 3 @@ -356,6 +349,15 @@ take photos of the bin before loading + + 641, 206 + + + 126, 16 + + + Scan fail to test + 684, 243 diff --git a/Rs.DeweyTester/SysConfig/CommonConfig.resx b/Rs.DeweyTester/SysConfig/CommonConfig.resx index 5e57e70..4dfe8f5 100644 --- a/Rs.DeweyTester/SysConfig/CommonConfig.resx +++ b/Rs.DeweyTester/SysConfig/CommonConfig.resx @@ -117,2836 +117,2869 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 2 - - - - 102, 295 + + TC2通信日志 - - 72, 21 + + groupBox1 - - 44 + + 4 - - 1 + + label15 - - False + + cboxLanguage - - txtHightChannel + + cboxPrintTC5Communicate - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - groupBox8 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + + 112, 167 - - - Flat + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + + 10 - - 226, 396 + + groupBox3 - - 73, 24 + + 8 - - 7 + + groupBox1 - - change + + groupBox4 - + False - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox8 + + 8 - - 1 + + 19 - - 中文 + + 32 - - English + + System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 76, 398 + + 4 - - 121, 20 + + ID - - 43 + + True - + False - - cboxLanguage + + MiddleLeft - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + TC4 - - groupBox8 + + panelEx1 - - 2 + + 11 - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + NoControl - - 25, 402 - - - 35, 12 - - - 0 + + groupBox8 - - 语言: + + Category: - - False + + 638, 225 - - label2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1% - - groupBox8 + + SnCoating - - 3 + + 113, 21 - - True + + 0 - + NoControl - - 484, 184 - - - 60, 16 + + 7 - - 8 + + 0 - - 循环跑 + + tbarTakeTrayFromNg2InputSpeed - - False + + 15 - - cboxInputTrayLoop + + 787, 441 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox8 + + NoControl - - 4 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 20 - - NoControl + + txtSiteID - - 353, 185 + + cboxEnableTC2 - - 60, 16 + + groupBox1 - - 8 + + Save - - 虚拟码 + + groupBox1 - + + cboxEnableOkTrayCheckFull + + False - - cboxEnableVirtuleBarCode + + 10 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34, 298 - - groupBox8 + + radioButton4 - - 5 + + 47, 12 - - True + + 71, 12 - - NoControl + + 1 - - 174, 185 + + label2 - - 60, 16 + + 27 - - 8 + + cboxEnableCheckStickMaterial - - 虚拟轴 + + 3, 363 - - False + + 启用虚拟二维码 - - cboxVirtualAxis + + 90, 6 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 59, 12 - - groupBox8 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + radioButton3 - + True - - NoControl + + 772, 66 - - 627, 185 + + tbarWholeSpeed - - 72, 16 + + 10 - - 8 + + True - - 安全检查 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - False + + 448, 278 - - cboxCheckSafeEnable + + 65, 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtSimulateTestYield - + groupBox8 - - 7 + + CP - - True + + panelEx1 - - NoControl + + False - - 174, 224 + + 47, 38 - - 96, 16 + + 35, 12 - - 8 + + 40 - - 是否启用料仓 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + False - - cboxEnableStock + + 24 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=20.25.27.1, Culture=neutral, PublicKeyToken=null - - groupBox8 + + False - - 8 + + 113, 21 - + + cboxMsgShowCn + + + label22 + + True - - NoControl + + False - - 26, 185 + + TC4通信日志 - - 48, 16 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 8 - - 空跑 - - - False + + groupBox3 - - cboxRunSpace + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox8 + + NoControl - - 9 + + cboxEnableBeforePlaceProductGrab - + True - - NoControl + + InLine - - 34, 298 + + label11 - - 59, 12 + + label16 - - 10 + + NoControl - - 高速通道: + + 1 - - False + + groupBox8 - - label14 + + 153, 72 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - - groupBox8 + + 4 - - 10 + + NoControl - - Fill + + ConfigName: - - 787, 3 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 778, 432 + + 粘料检测 - - 3 + + False - - groupBox8 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 保存 - - tableLayoutPanel1 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 弹框语言: - - Flat + + 配方: - + + lblWholeSpeed + + NoControl - - 346, 167 + + groupBox1 - - 168, 54 + + 英文名 - - 7 + + 1 - - Save + + 90, 16 - - btnSaveRelCategory + + groupBox3 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 186, 20 - - groupBox3 + + TC1 - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 112, 167 + + 11 - - 113, 21 + + groupBox1 - - 14 + + 638, 148 - - txtSiteID + + True - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + groupBox1 - - 1 + + cboxEnableVirtualBarCode - - SnCoating + + 42 - - Paint + + 65, 12 - - Others + + True - - 346, 118 + + 48, 16 - - 197, 20 + + 1 - - 15 + + 8 - - comBoxCp + + 638, 68 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 9 + + + 59, 12 groupBox3 - - 2 + + True - - SnCoating + + cboxPrintTC1Communicate - - Paint + + 料仓放料拍照 - - Others + + Fill - - 346, 80 + + 386, 142 - - 197, 20 + + True - - 15 + + label9 - - comBoxRelCategory + + MiddleLeft - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + NoControl - - 3 + + 21 - - InLine + + 17, 12 - - OQC + + groupBox1 - - IQC + + 12 - - 352, 38 + + 23 - - 186, 20 + + 3 - - 15 + + 59, 12 - - cboxHostType + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 137, 170 - - groupBox3 + + True - - 4 + + 8 - - SnCoating + + cboxScanFailToTest - - Paint + + groupBox1 - - Others + + Center + + + 7 + + + 8 112, 117 - - 113, 20 + + lblFlyCameraSpeed - - 15 + + 43 - - cboxConfigName + + 9 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + cboxDisableBuzzer - - 5 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + False - + + ProjectID: + + NoControl - - 307, 121 + + 35, 117 - - 17, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 18 + + 25 - - CP + + groupBox3 - - MiddleLeft + + TC3 - - label8 + + 8 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - groupBox3 + + False - - 6 + + 564, 295 - - True + + groupBox4 - - 31, 217 - - - 71, 12 - - - 16 + + txtConfig - - Sublotname: + + 循环跑 - - MiddleLeft + + 153, 40 - - label18 + + Others - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 353, 185 - - groupBox3 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 7 + + label5 - - True + + 17, 12 - - NoControl + + panelEx1 - - 265, 83 + + 1568, 877 - - 59, 12 + + 2 - - 18 + + 8 - - Category: + + 8 - - MiddleLeft + + 取放料方式: - - label3 + + 10 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 - - + 8 - - True - - - NoControl + + 26 - - 281, 42 + + Others - - 65, 12 + + Paint - - 18 + + False - - Host Type: + + 整体速度: - - MiddleLeft + + 8 - - label11 + + 174, 224 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 - - - 9 + + 15 - - 112, 214 + + 7 - - 113, 21 + + True - - 17 + + 90, 16 - - txtSubLotName + + 265, 83 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + 是否显示 - - 10 + + NoControl - - True + + NoControl - - 31, 120 + + cboxMsgShowEn - - 71, 12 + + 8 - - 18 + + comBoxRelCategory - - ConfigName: + + 778, 433 - - MiddleLeft + + groupBox1 - - label19 + + 638, 182 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox3 + + 778, 432 - - 11 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 21 - - 55, 167 + + 4 - - 47, 12 + + True - - 19 + + 96, 16 - - SiteID: + + NoControl - - MiddleLeft + + 50, 113 - - label20 + + 43 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 12 + + 438, 186 - - True + + groupBox1 - - 37, 264 + + txtSimulateTestTime - - 65, 12 + + 293, 148 - - 20 + + panelEx1 - - ProjectID: + + 检测视觉软件是否打开 - - MiddleLeft + + False - - label21 + + NoControl - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 55, 167 - - groupBox3 + + NoControl - - 13 + + True - - 112, 261 - - - 113, 21 - - - 21 - - - txtProjectID + + MiddleLeft - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 47, 12 groupBox3 - - 14 - - - 112, 77 - - - 113, 21 + + button1 - - 12 + + 778, 432 - - txtConfig + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox4 - - groupBox3 + + 2 - - 15 + + groupBox1 - - True + + dataGridView1 - - 43, 80 + + SiteID: - - 59, 12 + + 144, 16 - - 13 + + False - - ConfigID: + + 1% - - MiddleLeft + + 3 - - label17 + + 18 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 + + False - - 16 + + 2 - - 112, 38 + + tableLayoutPanel1 - + + NoControl + + + 中控IP: + + 113, 21 - - 11 + + True - - txtMachineID + + cboxEnableTC5 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 12 - - groupBox3 + + 90, 16 - - 17 + + 102, 35 - + + 6, 12 + + + groupBox1 + + True - - NoControl + + False - - 37, 41 + + 42, 16 - - 65, 12 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 10 + + NoControl - - MachineID: + + btnSaveSpeedParam - - label5 + + 26, 40 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label26 - + groupBox3 - - 18 + + 346, 118 - - Fill + + True - - 3, 441 + + 26, 185 - - 778, 433 + + 102, 295 - - 2 + + 10 - - groupBox3 + + 112, 214 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17 - - tableLayoutPanel1 + + 90, 16 - - 1 + + 113, 21 - - True + + 是否显示 - - 638, 182 + + True - - 72, 16 + + Flat - - 13 + + cboxPrintTC4Communicate - - 粘料检测 + + True - - cboxEnableCheckStickMaterial + + TC5 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - groupBox1 + + Center - - 0 + + groupBox3 - - 155, 109 + + cboxPrintTC3Communicate - - 100, 21 + + 638, 109 - - 12 + + IQC - - txtUphRefreshCycle + + 1 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + OQC - - groupBox1 + + label20 - - 1 + + 59, 12 - - True + + False - - NoControl + + groupBox4 - - 705, 294 + + 35, 12 - - 48, 16 + + True - - 8 + + 93, 21 - - 英文 + + 10 - - False + + 12 - - cboxMsgShowEn + + 300, 20 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label19 - - groupBox1 + + groupBox3 - - 2 + + 72, 16 - - True + + 5 - - NoControl + + cboxPrintTC6Communicate - - 641, 294 + + label14 - - 48, 16 + + txtSubLotName - - 8 + + label4 - - 中文 + + True - - False + + groupBox3 - - cboxMsgShowCn + + 8 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - groupBox1 + + 9 - - 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 149, 335 + + False - - 94, 21 + + True - - 11 + + 5 - - 22 + + groupBox1 - - txtBarcodeLength + + groupBox1 - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + Fill - - 4 + + lblTakeTrayFromNg2InputSpeed - - 386, 142 + + 中控端口: - - 94, 21 + + True - - 11 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtSimulateTestYield + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboxEnableIndexTimeStatistics - - groupBox1 + + 512, 186 - - 5 + + 8 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + NoControl - - 56, 341 - - - 71, 12 - - - 10 + + True - - 二维码长度: + + 15 - - label22 + + 29 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 278 - - groupBox1 + + 2 - - 6 + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 386, 107 + + groupBox8 - - 94, 21 + + label3 - - 11 + + 2 - - txtSimulateTestTime + + 108, 16 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - + groupBox1 - - 7 - - - True + + MiddleLeft - - NoControl + + MiddleLeft - - 293, 148 + + 772, 413 - - 83, 12 + + 3, 441 - - 10 + + 8 - - 模拟测试良率: + + NoControl - - label13 + + True - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + tableLayoutPanel1 - - 8 + + 94, 21 - - True + + 83, 12 - - NoControl + + 13 - - 153, 148 + + label12 72, 16 - - 8 - - - 时间统计 - - - cboxEnableIndexTimeStatistics - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - 9 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 59, 12 - - NoControl + + groupBox4 - - 564, 295 + + groupBox3 - - 59, 12 + + 190, 33 - - 10 + + cboxInputTrayLoop - - 弹框语言: + + comBoxCp - + False - - label10 - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + 11 - - 10 + + 6 - - True + + Menu - - NoControl + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 50, 113 + + 语言: - - 77, 12 + + 8 - - 10 + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - UPH刷新周期: + + NoControl - - label9 + + 0 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + 7 - - 11 + + label8 - - True + + txtControlCenterIP - - NoControl + + CommonConfig - - 293, 113 + + Ok料仓满料拍照 - - 83, 12 + + NoControl - - 10 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1568, 877 模拟测试时间: - - label12 + + 22 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 113, 21 - - groupBox1 + + 42, 16 - - 12 + + 10 - + True - - NoControl - - - 80, 187 - - - 59, 12 - - - 10 - - - 治具启用: + + 5 - - label7 + + cboxCurRecipe - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox1 + + 从左到右 - - 13 + + 12 - - Bottom, Right + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Flat + + Others - - NoControl + + 787, 3 - - 572, 6 + + 时间统计 - - 197, 54 + + Paint - - 7 + + 0 - - 保存 + + panel1 - - btnSaveSpeedParam + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtBarcodeLength - - panelEx1 + + 是否启用料仓 - - 0 + + 高速通道: - - Default + + 3 - - 102, 35 + + False - - 348, 20 + + 31, 120 - - 1 + + groupBox1 - - False + + groupBox8 - - cboxCurRecipe + + 153, 224 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 34 - - panelEx1 + + 8 - - 1 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - + NoControl - - 47, 38 - - - 35, 12 + + $this - - 0 + + 155, 14 - - 配方: + + MiddleLeft - - False + + 13 - - label4 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - panelEx1 + + 8 - - 2 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom + + 346, 167 - - 3, 363 + + NoControl - - 772, 66 + + NoControl - - 2 + + 16 - - panelEx1 + + NoControl - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.6, Culture=neutral, PublicKeyToken=null + + groupBox1 - + groupBox1 - - 14 + + label10 - - False + + 17, 12 - + + btnSaveRelCategory + + + groupBox3 + + NoControl - - 153, 72 + + True - - 300, 20 + + 197, 20 - - 1 + + Flat - - tbarFlyCameraSpeed + + True - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False - - groupBox1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 15 + + 37, 167 - - False + + 113, 20 - - NoControl + + 60, 16 - - 153, 40 + + cboxCheckVisionSwOpened - + 300, 20 - - 1 + + 459, 44 - - tbarTakeTrayFromNg2InputSpeed + + True - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 206, 168 - - groupBox1 + + False - - 16 + + False - + True - - NoControl - - - 512, 186 - - - 42, 16 + + 31 - - 8 + + 7 - - TC6 + + 627, 185 - - cboxEnableTC6 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 英文名 - - groupBox1 + + 299, 278 - - 17 + + 112, 38 - + True - - NoControl - - - 373, 186 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 42, 16 + + 572, 6 - - 8 + + 虚拟轴 - - TC4 + + 96, 16 - - cboxEnableTC4 + + groupBox3 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 - - - 18 - - - True - - - NoControl + + cboxVirtualAxis - - 438, 186 + + 197, 20 - - 42, 16 + + 348, 20 - - 8 + + groupBox1 - - TC5 + + 15 - - cboxEnableTC5 + + cboxEnableScanBarCodeByDownCamera - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + label6 - + groupBox1 - - 19 + + 778, 433 - - True + + groupBox1 - + NoControl - - 299, 186 + + 空跑 - - 42, 16 + + 108, 16 - - 8 + + 1 - - TC3 + + True - - cboxEnableTC3 + + 448, 312 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 94, 21 - - groupBox1 + + 36 - - 20 + + NoControl - - True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + groupBox8 + + NoControl 227, 186 - - 42, 16 - - - 8 + + 17, 12 - - TC2 + + groupBox1 - - cboxEnableTC2 + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - + groupBox1 - - 21 + + cboxConfigName - + True - - NoControl + + True - - 153, 186 + + 0 - - 42, 16 + + 0 - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TC1 + + False - - cboxEnableTC1 + + UPH刷新周期: - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + SnCoating - - groupBox1 + + 0 - - 22 + + 中文 - - True + + groupBox1 - - NoControl + + 3 - - 638, 148 + + label18 - - 108, 16 + + cboxHostType - + 8 - - 启用虚拟二维码 + + False - - cboxEnableVirtualBarCode + + 37, 41 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 飞拍速度: - - groupBox1 + + 153, 148 - - 23 + + 14 - - True + + 16 - - NoControl + + 0 - - 638, 68 + + 0 - - 108, 16 + + txtMachineID - - 8 + + groupBox1 - - Ok料仓满料拍照 + + 352, 38 - - cboxEnableBeforePlaceTrayToOkGrab + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42, 16 - - groupBox1 + + 15 - - 24 + + groupBox1 - - True + + 35 - - NoControl + + 0 - - 638, 36 + + cboxEnableStock - - 108, 16 + + 77, 12 - - 8 + + 84, 16 - - Ok料仓满料报警 + + 2 - - cboxEnableOkTrayCheckFull + + 12 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox1 + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 25 + + cboxEnableVirtuleBarCode - - True + + 0 - - NoControl + + 178, 21 - - 638, 109 + + txtProjectID - - 96, 16 + + True - - 8 + + False - - 料仓放料拍照 + + 300, 20 - - cboxEnableBeforePlaceProductGrab + + 71, 16 - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + Fill - - 26 + + panel1 - - True + + 293, 113 - - NoControl + + 8 - - 638, 225 + + 20 - - 84, 16 + + NoControl - - 8 + + NoControl - - 禁用蜂鸣器 + + 14 - - cboxDisableBuzzer + + 0 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - groupBox1 + + label27 - - 27 + + cboxEnableTC1 - - True + + 二维码长度: - - NoControl + + 84, 16 - - 448, 225 + + 127.0.0.1 - - 144, 16 + + 74, 18 - - 8 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 检测视觉软件是否打开 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxCheckVisionSwOpened + + 1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 71, 12 - - groupBox1 + + 11 - - 28 + + 10 - - True + + 90, 16 - - NoControl + + 226, 396 - - 299, 224 + + 112, 261 - - 72, 16 + + groupBox4 - - 8 + + change - - 模拟测试 + + Sublotname: - - cboxIsSimTest + + groupBox1 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Host Type: groupBox1 - - 29 - - - True + + 72, 16 - + NoControl - - 448, 312 + + 153, 186 - - 90, 16 + + 宋体, 9pt - - 8 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - TC6通信日志 + + 18 - - False + + 0, 0 - - cboxPrintTC6Communicate + + groupBox4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + txtUphRefreshCycle - - groupBox1 + + 638, 259 - - 30 + + 宋体, 9pt + + + 是否需要登录 True - + + txtControlCenterPort + + + 13 + + + MachineID: + + NoControl - - 448, 278 + + 0 - - 90, 16 + + 12, 6 - + + MiddleLeft + + 8 - - TC3通信日志 + + 14 - + False - - cboxPrintTC3Communicate + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + panel1 - + groupBox1 - - 31 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 299, 312 + + 8 - - 90, 16 + + 43, 80 - - 8 + + Fill - - TC5通信日志 + + 71, 12 - - False + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cboxPrintTC5Communicate + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 56, 341 - + + 3, 17 + + groupBox1 - - 32 + + 8 - - True + + groupBox1 - + NoControl - - 299, 278 + + 59, 12 - - 90, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8 - - - TC2通信日志 + + groupBox1 - + False - - cboxPrintTC2Communicate - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 33 + + groupBox8 - + True - - NoControl + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 153, 312 + + 108, 16 - + 90, 16 - - 8 - - - TC4通信日志 - - - False + + 168, 54 - - cboxPrintTC4Communicate + + cboxEnableTC4 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 386, 107 - + groupBox1 - - 34 - - - True - - + NoControl - - 153, 278 - - - 90, 16 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 8 - - TC1通信日志 - - - False + + 8 - - cboxPrintTC1Communicate + + TC3通信日志 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 153, 312 - - groupBox1 + + groupBox8 - - 35 + + TC6 - - True + + 16 - - NoControl + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 153, 224 + + 197, 54 - - 72, 16 + + 65, 12 - - 8 + + 5% - - 禁用门禁 + + tableLayoutPanel1 - - cboxDisableDoor + + False - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox1 + + 71, 16 - - 36 + + NoControl - - False + + 36, 56 - - NoControl + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 155, 14 + + 3, 3 - - 300, 20 + + 46, 38 - + 1 - - tbarWholeSpeed - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 42 - - groupBox1 + + cboxDisableDoor - - 37 + + 705, 294 - - True + + 73, 24 - - NoControl + + 模拟测试 - - 74, 72 + + 中文名 - - 59, 12 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + True - - 飞拍速度: + + 从右到左 - - label16 + + True - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + 3 - - 38 + + 60, 16 - + True - + NoControl - - 459, 76 - - - 17, 12 + + 72, 16 - - 0 + + cboxIsSimTest - - 1% + + True - - lblFlyCameraSpeed + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 - + groupBox1 - - 39 + + 8 - - True + + 42, 16 - - NoControl + + 41 - - 26, 40 + + 299, 186 - - 107, 12 + + 中文名 - - 0 - - - 搬运带料料盘速度: - - - label15 + + 112, 77 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 启用强力吸嘴 - - groupBox1 + + cboxCheckSafeEnable - - 40 + + 18 - + True - - NoControl - - - 459, 44 - - - 17, 12 - - - 0 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1% + + True - - lblTakeTrayFromNg2InputSpeed + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom - - groupBox1 + + 下相机扫码 - - 41 + + 39 - - True + + 44 - - NoControl + + 448, 225 - - 458, 18 + + 48, 16 - - 17, 12 + + 299, 312 - - 0 + + 60, 16 - - 5% + + label17 - - lblWholeSpeed + + groupBox8 - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox1 + + cboxEnableBeforePlaceTrayToOkGrab - - 42 + + 搬运带料料盘速度: - + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - + NoControl - - 74, 18 - - - 59, 12 - - - 0 - - - 整体速度: - label1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 76, 398 - - groupBox1 + + 84, 16 - - 43 + + groupBox1 - - Fill + + Default - - 3, 3 + + 0 - - 778, 432 + + groupBox1 - - 0 + + 8 - - 参数设置 + + 44 - + groupBox1 - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox8 - - tableLayoutPanel1 + + 6 - - 2 + + NoControl - - True - - - ID + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - - - 中文名 + + 459, 76 - + True - - - 英文名 - - True - - - 是否显示 + + 80, 187 - - True - - - 是否需要登录 + + 1 - - Fill + + NoControl - - 3, 17 + + MiddleLeft - - 772, 413 + + groupBox8 - - 43 + + 安全检查 - - dataGridView1 + + TC6通信日志 - - System.Windows.Forms.DataGridView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill - - groupBox4 + + groupBox1 - - 0 + + 18 - - True + + txtHightChannel - - NoControl + + 149, 335 - - 46, 38 + + True - - 71, 12 + + cboxEnableExceptionHandlingNozzle + + + 31, 217 0 - - 取放料方式: + + 346, 80 - - False + + 307, 121 - - label6 + + 2 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox4 + + NoControl - - 1 + + groupBox1 - + True - - NoControl - - - 90, 6 - - - 71, 16 + + groupBox3 - - 1 + + - - 从右到左 + + 8 - - radioButton4 + + 8 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panel1 + + 174, 185 - - 0 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + True - - NoControl - - - 12, 6 - - - 71, 16 + + 10 - - 1 + + TC5通信日志 - - 从左到右 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - radioButton3 + + 中文 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 28 - - panel1 + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox8" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox4" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50,Percent,50,Absolute,20" /></TableLayoutSettings> - - 36, 56 + + 8 - - 190, 33 + + True - - 2 + + NoControl - + False - - panel1 - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 - - - 2 + + NoControl - - 宋体, 9pt + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 102, 115 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 178, 21 + + 74, 72 - - 42 + + 94, 21 - - 127.0.0.1 + + NoControl - - Center + + True - + False - - txtControlCenterIP - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 + + 373, 186 - - 3 + + 72, 16 - - True + + 5 - - NoControl + + 7 - - 35, 117 + + cboxRunSpace - - 47, 12 + + 17 - - 0 + + 8 - - 中控IP: + + 治具启用: - - False + + groupBox1 - - label26 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ID groupBox4 - - 4 - - + True - - NoControl - - - 137, 170 + + 18 - - 59, 12 + + NoControl - + 0 - - 中控端口: + + 7 - - False + + 15 - - label27 + + groupBox3 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - - groupBox4 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5 + + False - - 宋体, 9pt + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 206, 168 + + 1 - - 93, 21 + + False - + 42 - - 2048 + + 42, 16 - - Center + + True - - False + + System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtControlCenterPort + + Paint - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Right - - groupBox4 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 6 + + NoControl - + + 25, 402 + + + 8 + + + label7 + + + 18 + + + tableLayoutPanel1 + + + Flat + + + 48, 16 + + True - - NoControl + + 8 + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 59, 12 + + + 155, 109 + + + 638, 36 + + + 10 + + + True + + + 59, 12 + + + 8 37, 145 - - 96, 16 + + 37 - + 8 - - 启用强力吸嘴 + + 8 - - False + + 72, 21 - - cboxEnableExceptionHandlingNozzle + + 30 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox1 - + + 3 + + + TC1通信日志 + + groupBox4 - - 7 + + 6 - - True + + 2 - - NoControl + + 2048 - - 37, 167 + + 禁用门禁 - - 84, 16 + + TC2 - - 8 + + 禁用蜂鸣器 - - 下相机扫码 + + 281, 42 - - False + + 10 - - cboxEnableScanBarCodeByDownCamera + + NoControl - + + 484, 184 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox4 + + 33 - - 8 + + 11 - - Fill + + groupBox3 - - 787, 441 + + cboxPrintTC2Communicate - - 778, 433 + + Ok料仓满料报警 - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Menu + + 扫码NG测试 - - groupBox4 + + NoControl - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 641, 294 - - tableLayoutPanel1 + + NoControl - - 3 + + 121, 20 - - Fill + + 11 - - 0, 0 + + 参数设置 - + + groupBox3 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + SnCoating + + + 299, 224 + + + cboxEnableTC6 + + + 13 + + + 19 + + + System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 2 - - 1568, 877 + + 102, 115 - + + English + + + groupBox4 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 1 - - tableLayoutPanel1 + + NoControl - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - $this + + groupBox1 - - 0 + + 83, 12 - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="groupBox8" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox4" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Percent,50,Percent,50" /><Rows Styles="Percent,50,Percent,50,Absolute,20" /></TableLayoutSettings> + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 模拟测试良率: + + True - - - 6, 12 - - 1568, 877 + + True - - + + 107, 12 - - ID + + 英文 - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 虚拟码 - - 中文名 + + False - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 英文名 + + NoControl - - System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 37, 264 - - 是否显示 + + 4 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 43 - + + NoControl + + + 6 + + + 0 + + + True + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tbarFlyCameraSpeed + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + NoControl + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 17 + + + cboxEnableTC3 + + + label21 + + + 38 + + + 96, 16 + + + 42, 16 + + + 458, 18 + + + True + + + 100, 21 + + 是否需要登录 - - System.Windows.Forms.DataGridViewCheckBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - CommonConfig + + 0 - - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=1.20.25.13, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + groupBox3 + + + ConfigID: + + + True + + + en-US + + + True + + + True + + + True + + + True + + + True + \ No newline at end of file diff --git a/Rs.DeweyTester/Vision/OneGrabOneVision.cs b/Rs.DeweyTester/Vision/OneGrabOneVision.cs index d86bdfb..8527ea0 100644 --- a/Rs.DeweyTester/Vision/OneGrabOneVision.cs +++ b/Rs.DeweyTester/Vision/OneGrabOneVision.cs @@ -27,9 +27,9 @@ namespace Rs.MotionPlat.Vision { data = Encoding.ASCII.GetString(reciveBuffer.ToArray()); //MessageQueue.Instance.Insert(data); - if (Regex.IsMatch(data, "M\\d{0,1},0"))//data == "M,0") + if (data == "M,0" || data=="M2,0") { - MessageQueue.Instance.Insert("视觉收到拍照指令"); + MessageQueue.Instance.Insert($">>> {data}"); } else if (Regex.IsMatch( data,"C\\d{0,1},0"))// == "C,0") {