diff --git a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs index d3d0558..fa3cdc7 100644 --- a/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs +++ b/Rs.SkyLine/Flow/NormalFlow/TurnoverFlow.cs @@ -996,7 +996,10 @@ namespace Rs.MotionPlat.Flow //获取需要放料的吸嘴 hasProductNozzles = TransitNozzleManager.Instance.GetHasProductNozzles(); /*打开测试穴位真空吸*/ - VacManager.TestTrayVacSuction(EVacOperator.Open, false, hasProductNozzles.Select(n => n.NozzleIndex).ToArray()); + if(GlobalVar.EnablePlaceToFixtureOpenVac) + { + VacManager.TestTrayVacSuction(EVacOperator.Open, false, hasProductNozzles.Select(n => n.NozzleIndex).ToArray()); + } if (GlobalVar.VirtualAxis) { Thread.Sleep(GlobalVar.VirtualAxisMoveTime); @@ -1696,6 +1699,8 @@ namespace Rs.MotionPlat.Flow { if (AxisArrived.PressZIsInTargetPos(targetPressZ)) { + QifuManager.Instance.Write(SysConfigParam.GetValue("QifuValue")); + Thread.Sleep(200); ActionEnd("到治具保压位下方"); logInfo = GetClassName() + $"已到测试保压位下方2 PressZ at:{Ops.GetCurPosition(AxisAlias.PressZ)}"; MessageQueue.Instance.Insert(logInfo); @@ -1741,6 +1746,8 @@ namespace Rs.MotionPlat.Flow //if(MachineManage.Instance.tes) if (MachineManage.Instance.TestStatus == ETestStatus.Finished && TransitModuleSafePosFlow.Instance.Finished()) { + QifuManager.Instance.Write((float)GlobalVar.ClosedQifuValue); + Thread.Sleep(200); hasUnloadFlag = true; //测试完成后,重新打开真空吸 List tested = TestTrayManager.Instance.GetSlots(ETestTraySlotStatus.Have); diff --git a/Rs.SkyLine/SysConfig/PressConfig.Designer.cs b/Rs.SkyLine/SysConfig/PressConfig.Designer.cs index 4712174..3a6d14e 100644 --- a/Rs.SkyLine/SysConfig/PressConfig.Designer.cs +++ b/Rs.SkyLine/SysConfig/PressConfig.Designer.cs @@ -120,6 +120,7 @@ this.button68 = new System.Windows.Forms.Button(); this.panelEx1 = new Rs.Controls.PanelEx(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.txtPressSafeZ = new System.Windows.Forms.TextBox(); this.cboxSocketTrayPressEnableTwoSpeed = new System.Windows.Forms.CheckBox(); this.tbarSocketTrayPressOneSpeed = new System.Windows.Forms.TrackBar(); this.lblSocketTrayPressOneSpeed = new System.Windows.Forms.Label(); @@ -128,6 +129,7 @@ this.label4 = new System.Windows.Forms.Label(); this.btnMovePressSafeZ = new System.Windows.Forms.Button(); this.txtSocketTrayPressOneSpeedOffsetHeight = new System.Windows.Forms.TextBox(); + this.txtPressZ = new System.Windows.Forms.TextBox(); this.txtPressY = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); @@ -137,8 +139,7 @@ this.btnMovePressY = new System.Windows.Forms.Button(); this.btnTeachPressY = new System.Windows.Forms.Button(); this.timer1 = new System.Windows.Forms.Timer(this.components); - this.txtPressZ = new System.Windows.Forms.TextBox(); - this.txtPressSafeZ = new System.Windows.Forms.TextBox(); + this.cboxEnablePlaceToFixtureOpenVac = new System.Windows.Forms.CheckBox(); this.panelEx2.SuspendLayout(); this.panelEx3.SuspendLayout(); this.groupBox13.SuspendLayout(); @@ -1035,6 +1036,7 @@ // // groupBox1 // + this.groupBox1.Controls.Add(this.cboxEnablePlaceToFixtureOpenVac); this.groupBox1.Controls.Add(this.txtPressSafeZ); this.groupBox1.Controls.Add(this.cboxSocketTrayPressEnableTwoSpeed); this.groupBox1.Controls.Add(this.tbarSocketTrayPressOneSpeed); @@ -1058,6 +1060,15 @@ this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // + // txtPressSafeZ + // + this.txtPressSafeZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtPressSafeZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtPressSafeZ.ForeColor = System.Drawing.Color.White; + resources.ApplyResources(this.txtPressSafeZ, "txtPressSafeZ"); + this.txtPressSafeZ.Name = "txtPressSafeZ"; + this.txtPressSafeZ.Tag = "PressZ"; + // // cboxSocketTrayPressEnableTwoSpeed // resources.ApplyResources(this.cboxSocketTrayPressEnableTwoSpeed, "cboxSocketTrayPressEnableTwoSpeed"); @@ -1117,6 +1128,17 @@ this.txtSocketTrayPressOneSpeedOffsetHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); this.txtSocketTrayPressOneSpeedOffsetHeight.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click); // + // txtPressZ + // + this.txtPressZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); + this.txtPressZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + resources.ApplyResources(this.txtPressZ, "txtPressZ"); + this.txtPressZ.ForeColor = System.Drawing.Color.White; + this.txtPressZ.Name = "txtPressZ"; + this.txtPressZ.Tag = "PressZ"; + this.txtPressZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); + this.txtPressZ.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click); + // // txtPressY // this.txtPressY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); @@ -1198,25 +1220,12 @@ this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // - // txtPressZ + // cboxEnablePlaceToFixtureOpenVac // - this.txtPressZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); - this.txtPressZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - resources.ApplyResources(this.txtPressZ, "txtPressZ"); - this.txtPressZ.ForeColor = System.Drawing.Color.White; - this.txtPressZ.Name = "txtPressZ"; - this.txtPressZ.Tag = "PressZ"; - this.txtPressZ.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSysParam_KeyUp); - this.txtPressZ.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Stop_Click); - // - // txtPressSafeZ - // - this.txtPressSafeZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); - this.txtPressSafeZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.txtPressSafeZ.ForeColor = System.Drawing.Color.White; - resources.ApplyResources(this.txtPressSafeZ, "txtPressSafeZ"); - this.txtPressSafeZ.Name = "txtPressSafeZ"; - this.txtPressSafeZ.Tag = "PressZ"; + resources.ApplyResources(this.cboxEnablePlaceToFixtureOpenVac, "cboxEnablePlaceToFixtureOpenVac"); + this.cboxEnablePlaceToFixtureOpenVac.Name = "cboxEnablePlaceToFixtureOpenVac"; + this.cboxEnablePlaceToFixtureOpenVac.UseVisualStyleBackColor = true; + this.cboxEnablePlaceToFixtureOpenVac.CheckedChanged += new System.EventHandler(this.cbox_CheckedChanged); // // PressConfig // @@ -1354,5 +1363,6 @@ private System.Windows.Forms.Button button68; private System.Windows.Forms.TextBox txtPressZ; private System.Windows.Forms.TextBox txtPressSafeZ; + private System.Windows.Forms.CheckBox cboxEnablePlaceToFixtureOpenVac; } } \ No newline at end of file diff --git a/Rs.SkyLine/SysConfig/PressConfig.resx b/Rs.SkyLine/SysConfig/PressConfig.resx index 8c91835..d43245a 100644 --- a/Rs.SkyLine/SysConfig/PressConfig.resx +++ b/Rs.SkyLine/SysConfig/PressConfig.resx @@ -117,342 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - panelEx3 - - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panelEx2 - - - 0 - - - - Fill - - - - 401, 0 - - - 1410, 847 - - - - 1 - - - panelEx2 - - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - $this - - - 0 - - - groupBox13 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelEx3 - - - 0 - - - Left - - - 0, 0 - - - 15, 0, 0, 0 - - - 429, 847 - - - 1 - - - panelEx3 - - - Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null - - - panelEx2 - - - 0 - - - groupBox3 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 0 - - - groupBox14 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 1 - - - groupBox15 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 2 - - - groupBox16 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 3 - - - groupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 4 - - - Fill - - - 15, 0 - - - 414, 847 - - - 11 - - - 治具真空 - - - groupBox13 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - panelEx3 - - - 0 - - - txtPressCloseVacBreakDelaytime - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 0 - - - txtPresseOpenVacBreakDelaytime - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 1 - - - label10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 2 - - - label9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 3 - - - label5 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 4 - - - label8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 5 - - - txtPresseCloseVacSuctionDelaytime - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 6 - - - label7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 7 - - - txtPressOpenVacSuctionDelaytime - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 8 - - - label6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 9 - - - label20 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 10 - - - label21 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 11 - - - Top - - - 3, 579 - - - 408, 88 - - - 61 - - - time - - - groupBox3 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 0 - + 宋体, 9pt @@ -462,12 +127,14 @@ 50, 21 + 50 50 + Center @@ -807,254 +474,38 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox3 - - - 11 - - - button44 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 0 - - - button43 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 1 - - - button27 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 2 - - - button42 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 3 - - - button28 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 4 - - - button41 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 5 - - - button29 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 6 - - - button40 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 7 - - - button30 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 8 - - - button39 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 9 - - - button31 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 10 - - - button38 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 11 - - - button32 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 12 - - - button37 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 13 - - - button33 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 14 - - - button36 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 15 - - - button34 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 16 - - - button35 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 + + groupBox3 - - 17 + + 11 - + Top - - 3, 411 + + 3, 579 - - 408, 168 + + 408, 88 - - 60 + + 61 - - 真空破 + + time - - groupBox14 + + groupBox3 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox13 - - 1 + + 0 Flat @@ -1572,278 +1023,62 @@ 16 - - Flat - - - NoControl - - - 261, 62 - - - 32, 32 - - - 55 - - - 14 - - - button35 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 17 - - - button24 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 0 - - - button26 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 1 - - - button23 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 2 - - - button25 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 3 - - - button22 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 4 - - - button10 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 5 - - - button21 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 6 - - - button9 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 7 - - - button20 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 8 - - - button11 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 9 - - - button19 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 10 - - - button12 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 11 - - - button18 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 12 - - - button13 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 13 - - - button17 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 14 - - - button14 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 + + Flat - - 15 + + NoControl - - button16 + + 261, 62 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 32 - - groupBox15 + + 55 - - 16 + + 14 - - button15 + + button35 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox15 + + groupBox14 - + 17 - + Top - - 3, 235 + + 3, 411 - - 408, 176 + + 408, 168 - - 58 + + 60 - - 真空吸 + + 真空破 - - groupBox15 + + groupBox14 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox13 - - 2 + + 1 Flat @@ -2370,245 +1605,53 @@ 212, 67 - - 32, 32 - - - 55 - - - 13 - - - button15 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 17 - - - button52 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 0 - - - button4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 1 - - - button51 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 2 - - - button8 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 3 - - - button50 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 4 - - - button49 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 5 - - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 6 - - - button48 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 7 - - - button2 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 8 - - - button47 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 9 - - - button7 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 10 - - - button46 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 11 - - - button5 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 12 - - - button45 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 13 - - - button3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 32 - - groupBox16 + + 55 - - 14 + + 13 - - button6 + + button15 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox16 + + groupBox15 - - 15 + + 17 - + Top - - 3, 126 + + 3, 235 - - 408, 109 + + 408, 176 - - 57 + + 58 - - Vac Signal + + 真空吸 - - groupBox16 + + groupBox15 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox13 - - 3 + + 2 Flat @@ -3027,287 +2070,95 @@ groupBox16 - - 13 - - - Flat - - - NoControl - - - 114, 26 - - - 32, 32 - - - 55 - - - 3 - - - button3 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 14 - - - Flat - - - NoControl - - - 261, 26 - - - 32, 32 - - - 55 - - - 6 - - - button6 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 15 - - - button53 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 0 - - - button54 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 1 - - - button55 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 2 - - - button56 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 3 - - - button57 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 4 - - - button58 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 5 - - - button59 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 6 - - - button60 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 7 - - - button61 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 8 - - - button62 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 9 - - - button63 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 10 - - - button64 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - groupBox2 + + Flat - - 11 + + NoControl - - button65 + + 114, 26 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 32, 32 - - groupBox2 + + 55 - - 12 + + 3 - - button66 + + button3 - + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + groupBox16 - - 13 + + 14 - - button67 + + Flat - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - groupBox2 + + 261, 26 - - 14 + + 32, 32 - - button68 + + 55 - + + 6 + + + button6 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - groupBox2 + + groupBox16 - + 15 - + Top - - 3, 17 + + 3, 126 - + 408, 109 - - 56 + + 57 - - Fiber optic signal + + Vac Signal - - groupBox2 + + groupBox16 - + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + groupBox13 - - 4 + + 3 Flat @@ -3789,6 +2640,138 @@ 15 + + Top + + + 3, 17 + + + 408, 109 + + + 56 + + + Fiber optic signal + + + groupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox13 + + + 4 + + + Fill + + + 15, 0 + + + 414, 847 + + + 11 + + + 治具真空 + + + groupBox13 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + panelEx3 + + + 0 + + + Left + + + 0, 0 + + + 15, 0, 0, 0 + + + 429, 847 + + + 1 + + + panelEx3 + + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + + panelEx2 + + + 0 + + + Fill + + + 401, 0 + + + 1410, 847 + + + 1 + + + panelEx2 + + + Rs.Controls.PanelEx, Rs.Controls, Version=2.20.24.4, Culture=neutral, PublicKeyToken=null + + + $this + + + 0 + + + True + + + 14, 192 + + + 96, 16 + + + 61 + + + 放料开真空吸 + + + cboxEnablePlaceToFixtureOpenVac + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + 98, 93 @@ -3814,7 +2797,7 @@ groupBox1 - 0 + 1 True @@ -3841,7 +2824,7 @@ groupBox1 - 1 + 2 False @@ -3865,7 +2848,7 @@ groupBox1 - 2 + 3 True @@ -3892,7 +2875,7 @@ groupBox1 - 3 + 4 True @@ -3919,7 +2902,7 @@ groupBox1 - 4 + 5 True @@ -3946,7 +2929,7 @@ groupBox1 - 5 + 6 True @@ -3973,7 +2956,7 @@ groupBox1 - 6 + 7 Flat @@ -4000,7 +2983,7 @@ groupBox1 - 7 + 8 宋体, 9pt @@ -4030,7 +3013,7 @@ groupBox1 - 8 + 9 宋体, 9pt @@ -4060,7 +3043,7 @@ groupBox1 - 9 + 10 宋体, 9pt @@ -4090,7 +3073,7 @@ groupBox1 - 10 + 11 True @@ -4117,7 +3100,7 @@ groupBox1 - 11 + 12 True @@ -4144,7 +3127,7 @@ groupBox1 - 12 + 13 Flat @@ -4171,7 +3154,7 @@ groupBox1 - 13 + 14 Flat @@ -4198,7 +3181,7 @@ groupBox1 - 14 + 15 Flat @@ -4225,7 +3208,7 @@ groupBox1 - 15 + 16 Flat @@ -4252,7 +3235,7 @@ groupBox1 - 16 + 17 Flat @@ -4279,7 +3262,7 @@ groupBox1 - 17 + 18 Fill @@ -4357,6 +3340,6 @@ PressConfig - Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.38, Culture=neutral, PublicKeyToken=null + Rs.MotionPlat.BaseForm, Rs.MotionPlat, Version=3.20.24.41, Culture=neutral, PublicKeyToken=null \ No newline at end of file