1、修复在于Hexcal 补偿过程中的通讯问题;2、改变监听端口方式,改为监听所有端口,不在固定 测量机默认IP 100.0.0.1 ;

This commit is contained in:
zhengxuan.zhang
2024-03-11 10:37:51 +08:00
parent 8e15635264
commit 92705068f7
8 changed files with 207 additions and 273 deletions
+24 -24
View File
@@ -185,9 +185,9 @@
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.btn_movepose = new System.Windows.Forms.Button();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox_y = new System.Windows.Forms.TextBox();
this.textBox_z = new System.Windows.Forms.TextBox();
this.textBox_x = new System.Windows.Forms.TextBox();
this.label46 = new System.Windows.Forms.Label();
this.label45 = new System.Windows.Forms.Label();
this.label44 = new System.Windows.Forms.Label();
@@ -1792,9 +1792,9 @@
//
this.groupBox8.Controls.Add(this.btn_movepose);
this.groupBox8.Controls.Add(this.checkBox1);
this.groupBox8.Controls.Add(this.textBox3);
this.groupBox8.Controls.Add(this.textBox2);
this.groupBox8.Controls.Add(this.textBox1);
this.groupBox8.Controls.Add(this.textBox_y);
this.groupBox8.Controls.Add(this.textBox_z);
this.groupBox8.Controls.Add(this.textBox_x);
this.groupBox8.Controls.Add(this.label46);
this.groupBox8.Controls.Add(this.label45);
this.groupBox8.Controls.Add(this.label44);
@@ -1825,26 +1825,26 @@
this.checkBox1.Text = "等待";
this.checkBox1.UseVisualStyleBackColor = true;
//
// textBox3
// textBox_y
//
this.textBox3.Location = new System.Drawing.Point(149, 54);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(100, 21);
this.textBox3.TabIndex = 5;
this.textBox_y.Location = new System.Drawing.Point(149, 54);
this.textBox_y.Name = "textBox_y";
this.textBox_y.Size = new System.Drawing.Size(100, 21);
this.textBox_y.TabIndex = 5;
//
// textBox2
// textBox_z
//
this.textBox2.Location = new System.Drawing.Point(149, 87);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 4;
this.textBox_z.Location = new System.Drawing.Point(149, 87);
this.textBox_z.Name = "textBox_z";
this.textBox_z.Size = new System.Drawing.Size(100, 21);
this.textBox_z.TabIndex = 4;
//
// textBox1
// textBox_x
//
this.textBox1.Location = new System.Drawing.Point(149, 21);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 3;
this.textBox_x.Location = new System.Drawing.Point(149, 21);
this.textBox_x.Name = "textBox_x";
this.textBox_x.Size = new System.Drawing.Size(100, 21);
this.textBox_x.TabIndex = 3;
//
// label46
//
@@ -2252,9 +2252,9 @@
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Button btn_movepose;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox_y;
private System.Windows.Forms.TextBox textBox_z;
private System.Windows.Forms.TextBox textBox_x;
private System.Windows.Forms.Label label46;
private System.Windows.Forms.Label label45;
private System.Windows.Forms.Label label44;