1.SCR组立服务器G型动静盘组装岗位,一体机上要增加一个按键,名字叫动盘与支架等级匹配ok,这个要关联到机种登录里面,目前只有一个机种会要这个按键,每个工件都要点这个按键,需要关联到给我PLC的放行信号里面

2.SCR组立服务器G型筒体烧嵌岗位,需要增加一个治具号,13位字符串
This commit is contained in:
2026-04-22 14:35:43 +08:00
parent 37b95aead5
commit 3aebbfb416
7 changed files with 140 additions and 27 deletions

View File

@@ -36,14 +36,16 @@
this.btnAdd = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.txtDynStatDiskKeyMatch = new System.Windows.Forms.TextBox();
this.cbxGapTest = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.txtModelNo = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.txtDynStatDiskKeyMatch = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cbxDyDiskBrackMatch = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
@@ -110,6 +112,8 @@
// panel3
//
this.panel3.BackColor = System.Drawing.SystemColors.ControlLight;
this.panel3.Controls.Add(this.cbxDyDiskBrackMatch);
this.panel3.Controls.Add(this.label3);
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.txtDynStatDiskKeyMatch);
this.panel3.Controls.Add(this.cbxGapTest);
@@ -121,6 +125,24 @@
this.panel3.Size = new System.Drawing.Size(975, 74);
this.panel3.TabIndex = 26;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label1.Location = new System.Drawing.Point(229, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 21);
this.label1.TabIndex = 23;
this.label1.Text = "动静盘符号";
//
// txtDynStatDiskKeyMatch
//
this.txtDynStatDiskKeyMatch.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDynStatDiskKeyMatch.Location = new System.Drawing.Point(224, 36);
this.txtDynStatDiskKeyMatch.Name = "txtDynStatDiskKeyMatch";
this.txtDynStatDiskKeyMatch.Size = new System.Drawing.Size(100, 33);
this.txtDynStatDiskKeyMatch.TabIndex = 22;
//
// cbxGapTest
//
this.cbxGapTest.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
@@ -178,23 +200,24 @@
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "About.png");
//
// txtDynStatDiskKeyMatch
// label3
//
this.txtDynStatDiskKeyMatch.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtDynStatDiskKeyMatch.Location = new System.Drawing.Point(224, 36);
this.txtDynStatDiskKeyMatch.Name = "txtDynStatDiskKeyMatch";
this.txtDynStatDiskKeyMatch.Size = new System.Drawing.Size(100, 33);
this.txtDynStatDiskKeyMatch.TabIndex = 22;
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label3.Location = new System.Drawing.Point(331, 12);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(154, 21);
this.label3.TabIndex = 25;
this.label3.Text = "动盘与支架等级匹配";
//
// label1
// cbxDyDiskBrackMatch
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.label1.Location = new System.Drawing.Point(229, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 21);
this.label1.TabIndex = 23;
this.label1.Text = "动静盘符号";
this.cbxDyDiskBrackMatch.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cbxDyDiskBrackMatch.FormattingEnabled = true;
this.cbxDyDiskBrackMatch.Location = new System.Drawing.Point(327, 36);
this.cbxDyDiskBrackMatch.Name = "cbxDyDiskBrackMatch";
this.cbxDyDiskBrackMatch.Size = new System.Drawing.Size(160, 33);
this.cbxDyDiskBrackMatch.TabIndex = 26;
//
// frmMachineModelConfig
//
@@ -235,5 +258,7 @@
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.TextBox txtDynStatDiskKeyMatch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbxDyDiskBrackMatch;
}
}