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

@@ -148,6 +148,7 @@
this.cbxDefaultOK = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.MeterSeria = new System.IO.Ports.SerialPort(this.components);
this.btnDyDiskBrackMatch = new System.Windows.Forms.Button();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
@@ -459,6 +460,7 @@
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btnDyDiskBrackMatch);
this.groupBox4.Controls.Add(this.PanelOther);
this.groupBox4.Controls.Add(this.lblCylinderNoAlarmMsg);
this.groupBox4.Controls.Add(this.lblTongZhiGui);
@@ -1555,6 +1557,20 @@
//
this.MeterSeria.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.MeterSeria_DataReceived);
//
// btnDyDiskBrackMatch
//
this.btnDyDiskBrackMatch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.btnDyDiskBrackMatch.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDyDiskBrackMatch.ForeColor = System.Drawing.Color.White;
this.btnDyDiskBrackMatch.Location = new System.Drawing.Point(396, 337);
this.btnDyDiskBrackMatch.Name = "btnDyDiskBrackMatch";
this.btnDyDiskBrackMatch.Size = new System.Drawing.Size(128, 63);
this.btnDyDiskBrackMatch.TabIndex = 45;
this.btnDyDiskBrackMatch.Text = "动盘与支架\r\n等级匹配OK";
this.btnDyDiskBrackMatch.UseVisualStyleBackColor = false;
this.btnDyDiskBrackMatch.Visible = false;
this.btnDyDiskBrackMatch.Click += new System.EventHandler(this.btnDyDiskBrackMatch_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@@ -1738,5 +1754,6 @@
private System.Windows.Forms.Label lblCylinderNoAlarmMsg;
private System.Windows.Forms.Panel PanelOther;
private System.Windows.Forms.Label lblMeterDataState;
private System.Windows.Forms.Button btnDyDiskBrackMatch;
}
}