Commit 60c16229 LN

轴名称修改:X轴-前后轴,Y轴-进出轴。

1 个父辈 746a1a00
......@@ -60,16 +60,16 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(53, 196);
this.label1.Location = new System.Drawing.Point(53, 147);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 17);
this.label1.Size = new System.Drawing.Size(73, 17);
this.label1.TabIndex = 0;
this.label1.Text = "Y轴-前后轴 ";
this.label1.Text = "X轴-前后轴 ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 253);
this.label2.Location = new System.Drawing.Point(53, 257);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 17);
this.label2.TabIndex = 1;
......@@ -78,22 +78,22 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(53, 142);
this.label3.Location = new System.Drawing.Point(53, 202);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 17);
this.label3.Size = new System.Drawing.Size(72, 17);
this.label3.TabIndex = 2;
this.label3.Text = "X轴-进出轴 ";
this.label3.Text = "Y轴-进出轴 ";
//
// btnMiddleMove
//
this.btnMiddleMove.BackColor = System.Drawing.SystemColors.Control;
this.btnMiddleMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMiddleMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMiddleMove.Location = new System.Drawing.Point(260, 182);
this.btnMiddleMove.Location = new System.Drawing.Point(260, 133);
this.btnMiddleMove.Name = "btnMiddleMove";
this.btnMiddleMove.Size = new System.Drawing.Size(140, 45);
this.btnMiddleMove.TabIndex = 4;
this.btnMiddleMove.Text = "Y-前后轴+(前进)";
this.btnMiddleMove.Text = "X-前后轴+(前进)";
this.btnMiddleMove.UseVisualStyleBackColor = false;
this.btnMiddleMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseDown);
this.btnMiddleMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMove_MouseUp);
......@@ -102,7 +102,7 @@
//
this.txtMiddleSpeed.Enabled = false;
this.txtMiddleSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMiddleSpeed.Location = new System.Drawing.Point(154, 191);
this.txtMiddleSpeed.Location = new System.Drawing.Point(154, 142);
this.txtMiddleSpeed.MaxLength = 10;
this.txtMiddleSpeed.Name = "txtMiddleSpeed";
this.txtMiddleSpeed.Size = new System.Drawing.Size(97, 26);
......@@ -112,7 +112,7 @@
//
this.txtUpDownSpeed.Enabled = false;
this.txtUpDownSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUpDownSpeed.Location = new System.Drawing.Point(154, 248);
this.txtUpDownSpeed.Location = new System.Drawing.Point(154, 252);
this.txtUpDownSpeed.MaxLength = 10;
this.txtUpDownSpeed.Name = "txtUpDownSpeed";
this.txtUpDownSpeed.Size = new System.Drawing.Size(97, 26);
......@@ -122,7 +122,7 @@
//
this.txtInOutSpeed.Enabled = false;
this.txtInOutSpeed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutSpeed.Location = new System.Drawing.Point(154, 137);
this.txtInOutSpeed.Location = new System.Drawing.Point(154, 197);
this.txtInOutSpeed.MaxLength = 10;
this.txtInOutSpeed.Name = "txtInOutSpeed";
this.txtInOutSpeed.Size = new System.Drawing.Size(97, 26);
......@@ -133,7 +133,7 @@
this.btnUpDownMove.BackColor = System.Drawing.SystemColors.Control;
this.btnUpDownMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnUpDownMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpDownMove.Location = new System.Drawing.Point(260, 239);
this.btnUpDownMove.Location = new System.Drawing.Point(260, 243);
this.btnUpDownMove.Name = "btnUpDownMove";
this.btnUpDownMove.Size = new System.Drawing.Size(140, 45);
this.btnUpDownMove.TabIndex = 9;
......@@ -147,11 +147,11 @@
this.btnInOutMove.BackColor = System.Drawing.SystemColors.Control;
this.btnInOutMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnInOutMove.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutMove.Location = new System.Drawing.Point(260, 128);
this.btnInOutMove.Location = new System.Drawing.Point(260, 188);
this.btnInOutMove.Name = "btnInOutMove";
this.btnInOutMove.Size = new System.Drawing.Size(140, 45);
this.btnInOutMove.TabIndex = 10;
this.btnInOutMove.Text = "X-进出轴+(前进)";
this.btnInOutMove.Text = "Y-进出轴+(前进)";
this.btnInOutMove.UseVisualStyleBackColor = false;
this.btnInOutMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseDown);
this.btnInOutMove.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInOutMove_MouseUp);
......@@ -161,11 +161,11 @@
this.btnInOutMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnInOutMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnInOutMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutMovej.Location = new System.Drawing.Point(409, 128);
this.btnInOutMovej.Location = new System.Drawing.Point(409, 188);
this.btnInOutMovej.Name = "btnInOutMovej";
this.btnInOutMovej.Size = new System.Drawing.Size(140, 45);
this.btnInOutMovej.TabIndex = 14;
this.btnInOutMovej.Text = "X-进出轴-(后退)";
this.btnInOutMovej.Text = "Y-进出轴-(后退)";
this.btnInOutMovej.UseVisualStyleBackColor = false;
this.btnInOutMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnInOutMovej_MouseDown);
this.btnInOutMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnInOutMovej_MouseUp);
......@@ -175,7 +175,7 @@
this.btnUpDownMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnUpDownMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnUpDownMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnUpDownMovej.Location = new System.Drawing.Point(409, 239);
this.btnUpDownMovej.Location = new System.Drawing.Point(409, 243);
this.btnUpDownMovej.Name = "btnUpDownMovej";
this.btnUpDownMovej.Size = new System.Drawing.Size(140, 45);
this.btnUpDownMovej.TabIndex = 13;
......@@ -189,11 +189,11 @@
this.btnMiddleMovej.BackColor = System.Drawing.SystemColors.Control;
this.btnMiddleMovej.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMiddleMovej.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMiddleMovej.Location = new System.Drawing.Point(409, 182);
this.btnMiddleMovej.Location = new System.Drawing.Point(409, 133);
this.btnMiddleMovej.Name = "btnMiddleMovej";
this.btnMiddleMovej.Size = new System.Drawing.Size(140, 45);
this.btnMiddleMovej.TabIndex = 12;
this.btnMiddleMovej.Text = "Y-前后轴-(后退)";
this.btnMiddleMovej.Text = "X-前后轴-(后退)";
this.btnMiddleMovej.UseVisualStyleBackColor = false;
this.btnMiddleMovej.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMovej_MouseDown);
this.btnMiddleMovej.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnMiddleMovej_MouseUp);
......@@ -213,7 +213,7 @@
//
this.txtInOutPosition.Enabled = false;
this.txtInOutPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutPosition.Location = new System.Drawing.Point(558, 137);
this.txtInOutPosition.Location = new System.Drawing.Point(558, 197);
this.txtInOutPosition.MaxLength = 20;
this.txtInOutPosition.Name = "txtInOutPosition";
this.txtInOutPosition.Size = new System.Drawing.Size(108, 26);
......@@ -223,7 +223,7 @@
//
this.txtUpdownPosition.Enabled = false;
this.txtUpdownPosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUpdownPosition.Location = new System.Drawing.Point(558, 248);
this.txtUpdownPosition.Location = new System.Drawing.Point(558, 252);
this.txtUpdownPosition.MaxLength = 20;
this.txtUpdownPosition.Name = "txtUpdownPosition";
this.txtUpdownPosition.Size = new System.Drawing.Size(108, 26);
......@@ -233,7 +233,7 @@
//
this.txtMiddlePosition.Enabled = false;
this.txtMiddlePosition.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMiddlePosition.Location = new System.Drawing.Point(558, 191);
this.txtMiddlePosition.Location = new System.Drawing.Point(558, 142);
this.txtMiddlePosition.MaxLength = 20;
this.txtMiddlePosition.Name = "txtMiddlePosition";
this.txtMiddlePosition.Size = new System.Drawing.Size(108, 26);
......@@ -285,7 +285,7 @@
// btnMCopy
//
this.btnMCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMCopy.Location = new System.Drawing.Point(675, 190);
this.btnMCopy.Location = new System.Drawing.Point(675, 141);
this.btnMCopy.Name = "btnMCopy";
this.btnMCopy.Size = new System.Drawing.Size(69, 28);
this.btnMCopy.TabIndex = 31;
......@@ -296,7 +296,7 @@
// btnUCopy
//
this.btnUCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnUCopy.Location = new System.Drawing.Point(675, 247);
this.btnUCopy.Location = new System.Drawing.Point(675, 251);
this.btnUCopy.Name = "btnUCopy";
this.btnUCopy.Size = new System.Drawing.Size(69, 28);
this.btnUCopy.TabIndex = 32;
......@@ -307,7 +307,7 @@
// btnICopy
//
this.btnICopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnICopy.Location = new System.Drawing.Point(675, 136);
this.btnICopy.Location = new System.Drawing.Point(675, 196);
this.btnICopy.Name = "btnICopy";
this.btnICopy.Size = new System.Drawing.Size(69, 28);
this.btnICopy.TabIndex = 33;
......
......@@ -719,7 +719,7 @@
this.axis_1_Alarm.IOName = "";
this.axis_1_Alarm.IOValue = 0;
this.axis_1_Alarm.isCanClick = false;
this.axis_1_Alarm.Location = new System.Drawing.Point(234, 44);
this.axis_1_Alarm.Location = new System.Drawing.Point(135, 44);
this.axis_1_Alarm.Name = "axis_1_Alarm";
this.axis_1_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_1_Alarm.TabIndex = 264;
......@@ -729,7 +729,7 @@
this.axis_3_Alarm.IOName = "";
this.axis_3_Alarm.IOValue = 0;
this.axis_3_Alarm.isCanClick = false;
this.axis_3_Alarm.Location = new System.Drawing.Point(136, 44);
this.axis_3_Alarm.Location = new System.Drawing.Point(240, 44);
this.axis_3_Alarm.Name = "axis_3_Alarm";
this.axis_3_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_3_Alarm.TabIndex = 266;
......@@ -739,7 +739,7 @@
this.axis_2_Alarm.IOName = "";
this.axis_2_Alarm.IOValue = 0;
this.axis_2_Alarm.isCanClick = false;
this.axis_2_Alarm.Location = new System.Drawing.Point(331, 44);
this.axis_2_Alarm.Location = new System.Drawing.Point(338, 44);
this.axis_2_Alarm.Name = "axis_2_Alarm";
this.axis_2_Alarm.Size = new System.Drawing.Size(43, 39);
this.axis_2_Alarm.TabIndex = 265;
......@@ -756,7 +756,7 @@
//
// txtMiddleTarget
//
this.txtMiddleTarget.Location = new System.Drawing.Point(212, 148);
this.txtMiddleTarget.Location = new System.Drawing.Point(113, 148);
this.txtMiddleTarget.Name = "txtMiddleTarget";
this.txtMiddleTarget.ReadOnly = true;
this.txtMiddleTarget.Size = new System.Drawing.Size(87, 23);
......@@ -764,7 +764,7 @@
//
// txtInoutTarget
//
this.txtInoutTarget.Location = new System.Drawing.Point(113, 148);
this.txtInoutTarget.Location = new System.Drawing.Point(217, 148);
this.txtInoutTarget.Name = "txtInoutTarget";
this.txtInoutTarget.ReadOnly = true;
this.txtInoutTarget.Size = new System.Drawing.Size(87, 23);
......@@ -772,7 +772,7 @@
//
// txtUpdownTarget
//
this.txtUpdownTarget.Location = new System.Drawing.Point(313, 148);
this.txtUpdownTarget.Location = new System.Drawing.Point(320, 148);
this.txtUpdownTarget.Name = "txtUpdownTarget";
this.txtUpdownTarget.ReadOnly = true;
this.txtUpdownTarget.Size = new System.Drawing.Size(87, 23);
......@@ -790,7 +790,7 @@
//
// lblTargetP1
//
this.lblTargetP1.Location = new System.Drawing.Point(212, 120);
this.lblTargetP1.Location = new System.Drawing.Point(113, 120);
this.lblTargetP1.Name = "lblTargetP1";
this.lblTargetP1.ReadOnly = true;
this.lblTargetP1.Size = new System.Drawing.Size(87, 23);
......@@ -798,7 +798,7 @@
//
// lblActual1
//
this.lblActual1.Location = new System.Drawing.Point(212, 92);
this.lblActual1.Location = new System.Drawing.Point(113, 92);
this.lblActual1.Name = "lblActual1";
this.lblActual1.ReadOnly = true;
this.lblActual1.Size = new System.Drawing.Size(87, 23);
......@@ -806,7 +806,7 @@
//
// lblTargetP3
//
this.lblTargetP3.Location = new System.Drawing.Point(113, 120);
this.lblTargetP3.Location = new System.Drawing.Point(217, 120);
this.lblTargetP3.Name = "lblTargetP3";
this.lblTargetP3.ReadOnly = true;
this.lblTargetP3.Size = new System.Drawing.Size(87, 23);
......@@ -814,7 +814,7 @@
//
// lblActual3
//
this.lblActual3.Location = new System.Drawing.Point(113, 92);
this.lblActual3.Location = new System.Drawing.Point(217, 92);
this.lblActual3.Name = "lblActual3";
this.lblActual3.ReadOnly = true;
this.lblActual3.Size = new System.Drawing.Size(87, 23);
......@@ -822,7 +822,7 @@
//
// lblTargetP2
//
this.lblTargetP2.Location = new System.Drawing.Point(314, 120);
this.lblTargetP2.Location = new System.Drawing.Point(321, 120);
this.lblTargetP2.Name = "lblTargetP2";
this.lblTargetP2.ReadOnly = true;
this.lblTargetP2.Size = new System.Drawing.Size(87, 23);
......@@ -830,7 +830,7 @@
//
// lblActual2
//
this.lblActual2.Location = new System.Drawing.Point(313, 92);
this.lblActual2.Location = new System.Drawing.Point(320, 92);
this.lblActual2.Name = "lblActual2";
this.lblActual2.ReadOnly = true;
this.lblActual2.Size = new System.Drawing.Size(87, 23);
......@@ -840,17 +840,17 @@
//
this.label4.AutoSize = true;
this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label4.Location = new System.Drawing.Point(110, 19);
this.label4.Location = new System.Drawing.Point(214, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 17);
this.label4.Size = new System.Drawing.Size(68, 17);
this.label4.TabIndex = 100;
this.label4.Text = "X轴-进出轴";
this.label4.Text = "Y轴-进出轴";
//
// label3
//
this.label3.AutoSize = true;
this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label3.Location = new System.Drawing.Point(311, 19);
this.label3.Location = new System.Drawing.Point(318, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 17);
this.label3.TabIndex = 99;
......@@ -860,11 +860,11 @@
//
this.label1.AutoSize = true;
this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.label1.Location = new System.Drawing.Point(213, 19);
this.label1.Location = new System.Drawing.Point(114, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(68, 17);
this.label1.Size = new System.Drawing.Size(69, 17);
this.label1.TabIndex = 97;
this.label1.Text = "Y轴-前后轴";
this.label1.Text = "X轴-前后轴";
//
// label43
//
......@@ -978,7 +978,7 @@
this.txtInOutP3.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtInOutP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutP3.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtInOutP3.Location = new System.Drawing.Point(394, 213);
this.txtInOutP3.Location = new System.Drawing.Point(394, 252);
this.txtInOutP3.MaxLength = 20;
this.txtInOutP3.Name = "txtInOutP3";
this.txtInOutP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -995,12 +995,12 @@
this.btnInOutP3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutP3.ForeColor = System.Drawing.Color.Green;
this.btnInOutP3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP3.Location = new System.Drawing.Point(251, 208);
this.btnInOutP3.Location = new System.Drawing.Point(251, 247);
this.btnInOutP3.Name = "btnInOutP3";
this.btnInOutP3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnInOutP3.Size = new System.Drawing.Size(146, 33);
this.btnInOutP3.TabIndex = 271;
this.btnInOutP3.Text = "X-进出轴右侧点P3:";
this.btnInOutP3.Text = "Y-进出轴右侧点P3:";
this.btnInOutP3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP3.UseVisualStyleBackColor = false;
//
......@@ -1077,7 +1077,7 @@
this.txtInOutP2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtInOutP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutP2.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtInOutP2.Location = new System.Drawing.Point(153, 212);
this.txtInOutP2.Location = new System.Drawing.Point(153, 251);
this.txtInOutP2.MaxLength = 20;
this.txtInOutP2.Name = "txtInOutP2";
this.txtInOutP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -1092,7 +1092,7 @@
this.txtInOutP1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtInOutP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutP1.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtInOutP1.Location = new System.Drawing.Point(153, 172);
this.txtInOutP1.Location = new System.Drawing.Point(153, 211);
this.txtInOutP1.MaxLength = 20;
this.txtInOutP1.Name = "txtInOutP1";
this.txtInOutP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -1107,7 +1107,7 @@
this.txtMiddleP1.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtMiddleP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMiddleP1.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtMiddleP1.Location = new System.Drawing.Point(153, 252);
this.txtMiddleP1.Location = new System.Drawing.Point(153, 172);
this.txtMiddleP1.MaxLength = 20;
this.txtMiddleP1.Name = "txtMiddleP1";
this.txtMiddleP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -1182,7 +1182,7 @@
this.txtInOutP4.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtInOutP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtInOutP4.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtInOutP4.Location = new System.Drawing.Point(395, 172);
this.txtInOutP4.Location = new System.Drawing.Point(395, 211);
this.txtInOutP4.MaxLength = 20;
this.txtInOutP4.Name = "txtInOutP4";
this.txtInOutP4.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -1197,7 +1197,7 @@
this.txtMiddleP2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtMiddleP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMiddleP2.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtMiddleP2.Location = new System.Drawing.Point(395, 252);
this.txtMiddleP2.Location = new System.Drawing.Point(395, 172);
this.txtMiddleP2.MaxLength = 20;
this.txtMiddleP2.Name = "txtMiddleP2";
this.txtMiddleP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
......@@ -1325,12 +1325,12 @@
this.btnInOutP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutP2.ForeColor = System.Drawing.Color.Green;
this.btnInOutP2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP2.Location = new System.Drawing.Point(10, 207);
this.btnInOutP2.Location = new System.Drawing.Point(10, 246);
this.btnInOutP2.Name = "btnInOutP2";
this.btnInOutP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnInOutP2.Size = new System.Drawing.Size(146, 33);
this.btnInOutP2.TabIndex = 211;
this.btnInOutP2.Text = "X-进出轴左侧点P2:";
this.btnInOutP2.Text = "Y-进出轴左侧点P2:";
this.btnInOutP2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP2.UseVisualStyleBackColor = false;
this.btnInOutP2.Click += new System.EventHandler(this.btnInOutP2_Click);
......@@ -1344,12 +1344,12 @@
this.btnInOutP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutP1.ForeColor = System.Drawing.Color.Green;
this.btnInOutP1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP1.Location = new System.Drawing.Point(10, 167);
this.btnInOutP1.Location = new System.Drawing.Point(10, 206);
this.btnInOutP1.Name = "btnInOutP1";
this.btnInOutP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnInOutP1.Size = new System.Drawing.Size(140, 33);
this.btnInOutP1.TabIndex = 209;
this.btnInOutP1.Text = "X-进出轴待机点P1:";
this.btnInOutP1.Text = "Y-进出轴待机点P1:";
this.btnInOutP1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP1.UseVisualStyleBackColor = false;
this.btnInOutP1.Click += new System.EventHandler(this.btnInOutP1_Click);
......@@ -1363,12 +1363,12 @@
this.btnMiddleP1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMiddleP1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.btnMiddleP1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnMiddleP1.Location = new System.Drawing.Point(10, 247);
this.btnMiddleP1.Location = new System.Drawing.Point(10, 167);
this.btnMiddleP1.Name = "btnMiddleP1";
this.btnMiddleP1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnMiddleP1.Size = new System.Drawing.Size(140, 33);
this.btnMiddleP1.TabIndex = 207;
this.btnMiddleP1.Text = "Y-前后轴待机点P1:";
this.btnMiddleP1.Text = "X-前后轴待机点P1:";
this.btnMiddleP1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnMiddleP1.UseVisualStyleBackColor = false;
this.btnMiddleP1.Click += new System.EventHandler(this.btnMiddleP1_Click);
......@@ -1457,12 +1457,12 @@
this.btnInOutP4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnInOutP4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnInOutP4.ForeColor = System.Drawing.Color.Green;
this.btnInOutP4.Location = new System.Drawing.Point(251, 167);
this.btnInOutP4.Location = new System.Drawing.Point(251, 206);
this.btnInOutP4.Name = "btnInOutP4";
this.btnInOutP4.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnInOutP4.Size = new System.Drawing.Size(140, 33);
this.btnInOutP4.TabIndex = 193;
this.btnInOutP4.Text = "X-进出轴库位点P4:";
this.btnInOutP4.Text = "Y-进出轴库位点P4:";
this.btnInOutP4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnInOutP4.UseVisualStyleBackColor = false;
this.btnInOutP4.Click += new System.EventHandler(this.btnInOutP3_Click);
......@@ -1475,12 +1475,12 @@
this.btnMiddleP2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnMiddleP2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnMiddleP2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.btnMiddleP2.Location = new System.Drawing.Point(251, 247);
this.btnMiddleP2.Location = new System.Drawing.Point(251, 167);
this.btnMiddleP2.Name = "btnMiddleP2";
this.btnMiddleP2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.btnMiddleP2.Size = new System.Drawing.Size(140, 33);
this.btnMiddleP2.TabIndex = 191;
this.btnMiddleP2.Text = "Y-前后轴库位点P2:";
this.btnMiddleP2.Text = "X-前后轴库位点P2:";
this.btnMiddleP2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnMiddleP2.UseVisualStyleBackColor = false;
this.btnMiddleP2.Click += new System.EventHandler(this.btnMiddleP2_Click);
......
......@@ -39,5 +39,5 @@
温湿度2 单接com3
温湿度3 单接com4
20200320
轴名称修改:X轴-前后轴,Y轴-进出轴。
......@@ -36,41 +36,41 @@ DO,温湿度喷气电磁阀,StartOrStopBlow,12,PRO_AOI_IP_1,0,温湿度喷气电磁阀,Y2-05,B14
,,,13,PRO_AOI_IP_1,0,,Y2-06,B15,,
,,,14,PRO_AOI_IP_1,0,,Y2-07,B16,,
,,,15,PRO_AOI_IP_1,0,,Y2-08,B17,,
AXIS,(Y轴-前后轴) ,Middle_Axis,1,COM1,0,,,,,
AXIS,(X轴-前后轴) ,Middle_Axis,1,COM1,0,,,,,
AXIS,(Y轴-进出轴),InOut_Axis,3,COM1,0,,,,,
AXIS,(Z轴-升降轴),UpDown_Axis,2,COM1,0,,,,,
AXIS,(X轴-进出轴),InOut_Axis,3,COM1,0,,,,,
,,,,,,,,,,
PRO,升降轴 进料口取料点 P1,UpDownAxis_DoorO_P1,301400,,,,,,,
PRO,升降轴 进料口出料前点 P2,UpDownAxis_DoorI_P2,321500,,,,,,,
PRO,升降轴 进料口取料缓冲点 P7,UpDownAxis_DoorOB_P7,321500,,,,,,,
PRO,升降轴 进料口出料缓冲点 P8,UpDownAxis_DoorIB_P8,301400,,,,,,,
PRO,(Y轴-前后轴)P1 待机原位点,MiddleAxis_P1_Position,325000,,,,,,,
PRO,( X轴-进出轴)P1待机原位点,InOutAxis_P1_Position,500,,,,,,,
PRO,( X轴-进出轴)P1左侧托架取料点P2,InOutAxis_P2_Position,7900,,,,,,,
PRO,( X轴-进出轴)P1右侧托架取料点P3,InOutAxis_P3_Position,-7900,,,,,,,
PRO,(X轴-前后轴)P1 待机原位点,MiddleAxis_P1_Position,325000,,,,,,,
PRO,( Y轴-进出轴)P1待机原位点,InOutAxis_P1_Position,500,,,,,,,
PRO,( Y轴-进出轴)P1左侧托架取料点P2,InOutAxis_P2_Position,7900,,,,,,,
PRO,( Y轴-进出轴)P1右侧托架取料点P3,InOutAxis_P3_Position,-7900,,,,,,,
PRO,是否有左右侧门,IsHasDoorLimit,1,,,,,,,
PRO,气压检测IO关闭需要持续的时间,AirCheckSeconds,3,,,,,,,
,,,,,,,,,,
PRO,预警温度,WarnTemperate,80,,,,,,,
PRO,预警湿度,WarnHumidity,80,,,,,,,
PRO,(Y轴-前后轴) 目标速度,MiddleAxis_TargetSpeed,250,,,,,,,
PRO,(Y轴-前后轴) 加速度,MiddleAxis_AddSpeed,1000,,,,,,,
PRO,(Y轴-前后轴) 减速度,MiddleAxis_DelSpeed,1000,,,,,,,
PRO,(Y轴-前后轴) 原点低速度,MiddleAxis_HomeLowSpeed,80,,,,,,,
PRO,(Y轴-前后轴) 原点高速,MiddleAxis_HomeHighSpeed,60,,,,,,,
PRO,(Y轴-前后轴) 原点加速度,MiddleAxis_HomeAddSpeed,50,,,,,,,
PRO,(X轴-前后轴) 目标速度,MiddleAxis_TargetSpeed,250,,,,,,,
PRO,(X轴-前后轴) 加速度,MiddleAxis_AddSpeed,1000,,,,,,,
PRO,(X轴-前后轴) 减速度,MiddleAxis_DelSpeed,1000,,,,,,,
PRO,(X轴-前后轴) 原点低速度,MiddleAxis_HomeLowSpeed,80,,,,,,,
PRO,(X轴-前后轴) 原点高速,MiddleAxis_HomeHighSpeed,60,,,,,,,
PRO,(X轴-前后轴) 原点加速度,MiddleAxis_HomeAddSpeed,50,,,,,,,
PRO,(Z轴-升降轴)目标速度,UpdownAxis_TargetSpeed,150,,,,,,,
PRO,(Z轴-升降轴)加速度,UpdownAxis_AddSpeed,400,,,,,,,
PRO,(Z轴-升降轴)减速度,UpdownAxis_DelSpeed,400,,,,,,,
PRO,(Z轴-升降轴)原点低速度,UpdownAxis_HomeLowSpeed,100,,,,,,,
PRO,(Z轴-升降轴)原点高速,UpdownAxis_HomeHighSpeed,200,,,,,,,
PRO,(Z轴-升降轴)原点加速度,UpdownAxis_HomeAddSpeed,200,,,,,,,
PRO,( X轴-进出轴)目标速度,InoutAxis_TargetSpeed,100,,,,,,,
PRO,( X轴-进出轴)加速度,InoutAxis_AddSpeed,300,,,,,,,
PRO,( X轴-进出轴)减速度,InoutAxis_DelSpeed,300,,,,,,,
PRO,( X轴-进出轴)原点低速,InoutAxis_HomeLowSpeed,20,,,,,,,
PRO,( X轴-进出轴)原点高速,InoutAxis_HomeHighSpeed,60,,,,,,,
PRO,( X轴-进出轴)原点加速度,InoutAxis_HomeAddSpeed,200,,,,,,,
PRO,( Y轴-进出轴)目标速度,InoutAxis_TargetSpeed,100,,,,,,,
PRO,( Y轴-进出轴)加速度,InoutAxis_AddSpeed,300,,,,,,,
PRO,( Y轴-进出轴)减速度,InoutAxis_DelSpeed,300,,,,,,,
PRO,( Y轴-进出轴)原点低速,InoutAxis_HomeLowSpeed,20,,,,,,,
PRO,( Y轴-进出轴)原点高速,InoutAxis_HomeHighSpeed,60,,,,,,,
PRO,( Y轴-进出轴)原点加速度,InoutAxis_HomeAddSpeed,200,,,,,,,
,,,,,,,,,,
PRO,(Z轴-升降轴)P1速度,UpDownAxis_P1_Speed,1000,,,,,,,
PRO,(Z轴-升降轴)P2速度,UpDownAxis_P2_Speed,600,,,,,,,
......@@ -80,28 +80,28 @@ PRO,(Z轴-升降轴)P5速度,UpDownAxis_P5_Speed,1000,,,,,,,
PRO,(Z轴-升降轴)P6速度,UpDownAxis_P6_Speed,600,,,,,,,
PRO,(Z轴-升降轴)P7速度,UpDownAxis_P7_Speed,600,,,,,, ,
PRO,(Z轴-升降轴)P8速度,UpDownAxis_P8_Speed,600,,,,,,,
PRO,(Y轴-前后轴)P1速度,MiddleAxis_P1_Speed,500,,,,,,,
PRO,(Y轴-前后轴)P2速度,MiddleAxis_P2_Speed,500,,,,,,,
PRO,(X轴-进出轴)P1速度,InOutAxis_P1_Speed,600,,,,,,,
PRO,(X轴-进出轴)P2速度,InOutAxis_P2_Speed,600,,,,,,,
PRO,(X轴-进出轴)P3速度,InOutAxis_P3_Speed,600,,,,,,,
PRO,(X轴-进出轴)P4速度,InOutAxis_P4_Speed,600,,,,,,,
PRO,(Y轴-前后轴) 停止时可误差的脉冲数的最小值,MiddleAxis_ErrorCountMin,10,,,,,,,
PRO,(X轴-前后轴)P1速度,MiddleAxis_P1_Speed,500,,,,,,,
PRO,(X轴-前后轴)P2速度,MiddleAxis_P2_Speed,500,,,,,,,
PRO,(Y轴-进出轴)P1速度,InOutAxis_P1_Speed,600,,,,,,,
PRO,(Y轴-进出轴)P2速度,InOutAxis_P2_Speed,600,,,,,,,
PRO,(Y轴-进出轴)P3速度,InOutAxis_P3_Speed,600,,,,,,,
PRO,(Y轴-进出轴)P4速度,InOutAxis_P4_Speed,600,,,,,,,
PRO,(X轴-前后轴) 停止时可误差的脉冲数的最小值,MiddleAxis_ErrorCountMin,10,,,,,,,
PRO,(Z轴-升降轴)停止时可误差的脉冲数的最小值,UpdownAxis_ErrorCountMin,10,,,,,, ,
PRO,(X轴-进出轴)停止时可误差的脉冲数的最小值,InoutAxis_ErrorCountMin,10,,,,,,,
PRO,(Y轴-前后轴) 停止时可误差的脉冲数的最大值,MiddleAxis_ErrorCountMax,1000,,,,,,,
PRO,(Y轴-进出轴)停止时可误差的脉冲数的最小值,InoutAxis_ErrorCountMin,10,,,,,,,
PRO,(X轴-前后轴) 停止时可误差的脉冲数的最大值,MiddleAxis_ErrorCountMax,1000,,,,,,,
PRO,(Z轴-升降轴)停止时可误差的脉冲数的最大值,UpdownAxis_ErrorCountMax,1000,,,,,,,
PRO,(X轴-进出轴)停止时可误差的脉冲数的最大值,InoutAxis_ErrorCountMax,1000,,,,,,,
PRO,(Y轴-进出轴)停止时可误差的脉冲数的最大值,InoutAxis_ErrorCountMax,1000,,,,,,,
PRO,出入库多少次,会自动重置前后轴,Box_ResetMCount,1000,,,,,,,
PRO,出入库多少次,会自动重置所有轴操作,Box_ResetACount,100,,,,,,,
PRO,IO信号超时时间(毫秒),IOSingle_TimerOut,10000,,,,,,,
PRO,是否使用料盘检测信号,IsUse_Tray_Check,0,,,,,, ,
PRO,(Y轴-前后轴) 最小限位,MiddleAxis_PositionMin,0,,,,,,,
PRO,(X轴-前后轴) 最小限位,MiddleAxis_PositionMin,0,,,,,,,
PRO,(Z轴-升降轴)最小限位,UpdownAxis_PositionMin,0,,,,,,,
PRO,(X轴-进出轴)最小限位,InoutAxis_PositionMin,0,,,,,,,
PRO,(Y轴-前后轴) 最大限位,MiddleAxis_PositionMax,0,,,,,,,
PRO,(Y轴-进出轴)最小限位,InoutAxis_PositionMin,0,,,,,,,
PRO,(X轴-前后轴) 最大限位,MiddleAxis_PositionMax,0,,,,,,,
PRO,(Z轴-升降轴)最大限位,UpdownAxis_PositionMax,0,,,,,,,
PRO,(X轴-进出轴)最大限位,InoutAxis_PositionMax,0,,,,,,,
PRO,(Y轴-进出轴)最大限位,InoutAxis_PositionMax,0,,,,,,,
PRO,需要吹气的温度(温度标准),Max_Temperature,0,,,,,,,
PRO,需要吹气的湿度(湿度标准),Max_Humidity,10,,,,,,,
PRO,每次吹气的时间(分钟),BlowAir_Time,10,,,,,,,
......
......@@ -125,13 +125,13 @@ namespace OnlineStore.DeviceLibrary
moveAxisList = new List<ConfigMoveAxis>();
moveAxisList.Add(Config.Middle_Axis);
moveAxisList.Add(Config.UpDown_Axis);
moveAxisList.Add(Config.InOut_Axis);
moveAxisList.Add(Config.UpDown_Axis);
this.AxisAlarmCodeMap = new Dictionary<string, AxisAlarmInfo>();
this.AxisAlarmCodeMap.Add(Config.UpDown_Axis.GetNameStr(), new AxisAlarmInfo());
this.AxisAlarmCodeMap.Add(Config.InOut_Axis.GetNameStr(), new AxisAlarmInfo());
this.AxisAlarmCodeMap.Add(this.Config.Middle_Axis.GetNameStr(), new AxisAlarmInfo());
this.AxisAlarmCodeMap.Add(Config.InOut_Axis.GetNameStr(), new AxisAlarmInfo());
this.AxisAlarmCodeMap.Add(Config.UpDown_Axis.GetNameStr(), new AxisAlarmInfo());
}
/// <summary>
......
......@@ -59,18 +59,18 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("Scanner_Port",false)]
public int Scanner_Port { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 原点目标速度 MiddleAxis_TargetSpeed 30000
/// PRO (X轴-前后轴) 原点目标速度 MiddleAxis_TargetSpeed 30000
/// </summary>
[ConfigProAttribute("MiddleAxis_TargetSpeed")]
public int MiddleAxis_TargetSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 加速度 MiddleAxis_AddSpeed 500
/// PRO (X轴-前后轴) 加速度 MiddleAxis_AddSpeed 500
/// </summary>
[ConfigProAttribute("MiddleAxis_AddSpeed")]
public short MiddleAxis_AddSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 减速度 MiddleAxis_DelSpeed 500
/// PRO (X轴-前后轴) 减速度 MiddleAxis_DelSpeed 500
/// </summary>
[ConfigProAttribute("MiddleAxis_DelSpeed")]
public short MiddleAxis_DelSpeed { get; set; }
......@@ -91,35 +91,35 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpdownAxis_DelSpeed")]
public short UpdownAxis_DelSpeed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)原点目标速度 InoutAxis_TargetSpeed 12000
/// PRO ( Y轴-进出轴)原点目标速度 InoutAxis_TargetSpeed 12000
/// </summary>
[ConfigProAttribute("InoutAxis_TargetSpeed")]
public int InoutAxis_TargetSpeed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)加速度 InoutAxis_AddSpeed 200
/// PRO ( Y轴-进出轴)加速度 InoutAxis_AddSpeed 200
/// </summary>
[ConfigProAttribute("InoutAxis_AddSpeed")]
public short InoutAxis_AddSpeed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)减速度 InoutAxis_DelSpeed 200
/// PRO ( Y轴-进出轴)减速度 InoutAxis_DelSpeed 200
/// </summary>
[ConfigProAttribute("InoutAxis_DelSpeed")]
public short InoutAxis_DelSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 原点低速度 MiddleAxis_HomeLowSpeed 50
/// PRO (X轴-前后轴) 原点低速度 MiddleAxis_HomeLowSpeed 50
/// </summary>
[ConfigProAttribute("MiddleAxis_HomeLowSpeed")]
public short MiddleAxis_HomeLowSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 原点高速 MiddleAxis_HomeHighSpeed 100
/// PRO (X轴-前后轴) 原点高速 MiddleAxis_HomeHighSpeed 100
/// </summary>
[ConfigProAttribute("MiddleAxis_HomeHighSpeed")]
public short MiddleAxis_HomeHighSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 原点加速度 MiddleAxis_HomeAddSpeed 30
/// PRO (X轴-前后轴) 原点加速度 MiddleAxis_HomeAddSpeed 30
/// </summary>
[ConfigProAttribute("MiddleAxis_HomeAddSpeed")]
public short MiddleAxis_HomeAddSpeed { get; set; }
......@@ -147,98 +147,98 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// PRO ( X轴-进出轴)原点低速 InoutAxis_HomeLowSpeed 50
/// PRO ( Y轴-进出轴)原点低速 InoutAxis_HomeLowSpeed 50
/// </summary>
[ConfigProAttribute("InoutAxis_HomeLowSpeed")]
public short InoutAxis_HomeLowSpeed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)原点高速 InoutAxis_HomeHighSpeed 100
/// PRO ( Y轴-进出轴)原点高速 InoutAxis_HomeHighSpeed 100
/// </summary>
[ConfigProAttribute("InoutAxis_HomeHighSpeed")]
public short InoutAxis_HomeHighSpeed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)原点加速度 InoutAxis_HomeAddSpeed 30
/// PRO ( Y轴-进出轴)原点加速度 InoutAxis_HomeAddSpeed 30
/// </summary>
[ConfigProAttribute("InoutAxis_HomeAddSpeed")]
public short InoutAxis_HomeAddSpeed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P1速度 UpDownAxis_P1_Speed
/// PRO (X轴-前后轴)P1速度 UpDownAxis_P1_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P1_Speed")]
public int UpDownAxis_P1_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P2速度 UpDownAxis_P2_Speed
/// PRO (X轴-前后轴)P2速度 UpDownAxis_P2_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P2_Speed")]
public int UpDownAxis_P2_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P3速度 UpDownAxis_P3_Speed
/// PRO (X轴-前后轴)P3速度 UpDownAxis_P3_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P3_Speed")]
public int UpDownAxis_P3_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P4速度 UpDownAxis_P4_Speed
/// PRO (X轴-前后轴)P4速度 UpDownAxis_P4_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P4_Speed")]
public int UpDownAxis_P4_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P5速度 UpDownAxis_P5_Speed
/// PRO (X轴-前后轴)P5速度 UpDownAxis_P5_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P5_Speed")]
public int UpDownAxis_P5_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P6速度 UpDownAxis_P6_Speed
/// PRO (X轴-前后轴)P6速度 UpDownAxis_P6_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P6_Speed")]
public int UpDownAxis_P6_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P7速度 UpDownAxis_P7_Speed
/// PRO (X轴-前后轴)P7速度 UpDownAxis_P7_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P7_Speed")]
public int UpDownAxis_P7_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P8速度 UpDownAxis_P8_Speed
/// PRO (X轴-前后轴)P8速度 UpDownAxis_P8_Speed
/// </summary>
[ConfigProAttribute("UpDownAxis_P8_Speed")]
public int UpDownAxis_P8_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P1速度 MiddleAxis_P1_Speed
/// PRO (X轴-前后轴)P1速度 MiddleAxis_P1_Speed
/// </summary>
[ConfigProAttribute("MiddleAxis_P1_Speed")]
public int MiddleAxis_P1_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P2速度 MiddleAxis_P2_Speed
/// PRO (X轴-前后轴)P2速度 MiddleAxis_P2_Speed
/// </summary>
[ConfigProAttribute("MiddleAxis_P2_Speed")]
public int MiddleAxis_P2_Speed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)P1速度 InOutAxis_P1_Speed
/// PRO ( Y轴-进出轴)P1速度 InOutAxis_P1_Speed
/// </summary>
[ConfigProAttribute("InOutAxis_P1_Speed")]
public int InOutAxis_P1_Speed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)P2速度 InOutAxis_P2_Speed
/// PRO ( Y轴-进出轴)P2速度 InOutAxis_P2_Speed
/// </summary>
[ConfigProAttribute("InOutAxis_P2_Speed")]
public int InOutAxis_P2_Speed { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)P3速度 InOutAxis_P3_Speed
/// PRO ( Y轴-进出轴)P3速度 InOutAxis_P3_Speed
/// </summary>
[ConfigProAttribute("InOutAxis_P3_Speed")]
public int InOutAxis_P3_Speed { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 停止时可误差的脉冲数的最小值 MiddleAxis_ErrorCountMin 200
/// PRO (X轴-前后轴) 停止时可误差的脉冲数的最小值 MiddleAxis_ErrorCountMin 200
/// </summary>
[ConfigProAttribute("MiddleAxis_ErrorCountMin")]
public int MiddleAxis_ErrorCountMin { get; set; }
......@@ -248,14 +248,14 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpdownAxis_ErrorCountMin")]
public int UpdownAxis_ErrorCountMin { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)停止时可误差的脉冲数的最小值 InoutAxis_ErrorCountMin 200
/// PRO ( Y轴-进出轴)停止时可误差的脉冲数的最小值 InoutAxis_ErrorCountMin 200
/// </summary>
[ConfigProAttribute("InoutAxis_ErrorCountMin")]
public int InoutAxis_ErrorCountMin { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 停止时可误差的脉冲数的最大值 MiddleAxis_ErrorCountMax 500
/// PRO (X轴-前后轴) 停止时可误差的脉冲数的最大值 MiddleAxis_ErrorCountMax 500
/// </summary>
[ConfigProAttribute("MiddleAxis_ErrorCountMax")]
public int MiddleAxis_ErrorCountMax { get; set; }
......@@ -265,7 +265,7 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpdownAxis_ErrorCountMax")]
public int UpdownAxis_ErrorCountMax { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)停止时可误差的脉冲数的最大值 InoutAxis_ErrorCountMax 500
/// PRO ( Y轴-进出轴)停止时可误差的脉冲数的最大值 InoutAxis_ErrorCountMax 500
/// </summary>
[ConfigProAttribute("InoutAxis_ErrorCountMax")]
public int InoutAxis_ErrorCountMax { get; set; }
......@@ -311,12 +311,12 @@ namespace OnlineStore.LoadCSVLibrary
public int UpDownAxis_DoorIB_P8 { get; set; }
/// <summary>
/// PRO (Y轴-前后轴)P1 待机原位点 MiddleAxis_P1_Position
/// PRO (X轴-前后轴)P1 待机原位点 MiddleAxis_P1_Position
/// </summary>
[ConfigProAttribute("MiddleAxis_P1_Position")]
public int MiddleAxis_P1_Position { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)P1待机原位点 InOutAxis_P1_Position
/// PRO ( Y轴-进出轴)P1待机原位点 InOutAxis_P1_Position
/// </summary>
[ConfigProAttribute("InOutAxis_P1_Position")]
public int InOutAxis_P1_Position { get; set; }
......@@ -334,12 +334,12 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpDown_Axis")]
public ConfigMoveAxis UpDown_Axis { get; set; }
/// <summary>
///(Y轴-前后轴)
///(X轴-前后轴)
/// </summary>
[ConfigProAttribute("Middle_Axis")]
public ConfigMoveAxis Middle_Axis { get; set; }
/// <summary>
/// ( X轴-进出轴)
/// ( Y轴-进出轴)
/// </summary>
[ConfigProAttribute("InOut_Axis")]
public ConfigMoveAxis InOut_Axis { get; set; }
......@@ -347,7 +347,7 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// PRO (Y轴-前后轴) 最小限位 MiddleAxis_PositionMin
/// PRO (X轴-前后轴) 最小限位 MiddleAxis_PositionMin
/// </summary>
[ConfigProAttribute("MiddleAxis_PositionMin", false)]
public int MiddleAxis_PositionMin { get; set; }
......@@ -357,12 +357,12 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpdownAxis_PositionMin", false)]
public int UpdownAxis_PositionMin { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)最小限位 InoutAxis_PositionMin
/// PRO ( Y轴-进出轴)最小限位 InoutAxis_PositionMin
/// </summary>
[ConfigProAttribute("InoutAxis_PositionMin", false)]
public int InoutAxis_PositionMin { get; set; }
/// <summary>
/// PRO (Y轴-前后轴) 最大限位 MiddleAxis_PositionMax
/// PRO (X轴-前后轴) 最大限位 MiddleAxis_PositionMax
/// </summary>
[ConfigProAttribute("MiddleAxis_PositionMax", false)]
public int MiddleAxis_PositionMax { get; set; }
......@@ -372,7 +372,7 @@ namespace OnlineStore.LoadCSVLibrary
[ConfigProAttribute("UpdownAxis_PositionMax", false)]
public int UpdownAxis_PositionMax { get; set; }
/// <summary>
/// PRO ( X轴-进出轴)最大限位 InoutAxis_PositionMax
/// PRO ( Y轴-进出轴)最大限位 InoutAxis_PositionMax
/// </summary>
[ConfigProAttribute("InoutAxis_PositionMax", false)]
/// <summary>
......@@ -408,18 +408,18 @@ namespace OnlineStore.LoadCSVLibrary
/// <summary>
/// PRO,(X轴-进出轴)P1左侧托架取料点P2,InOutAxis_P2_Position,7900,,,,,,,
/// PRO,(Y轴-进出轴)P1左侧托架取料点P2,InOutAxis_P2_Position,7900,,,,,,,
/// </summary>
[ConfigProAttribute("InOutAxis_P2_Position", true)]
public int InOutAxis_P2_Position { get; set; }
/// <summary>
/// PRO,(X轴-进出轴)P1右侧托架取料点P3,InOutAxis_P3_Position,7900,,,,,,,
/// PRO,(Y轴-进出轴)P1右侧托架取料点P3,InOutAxis_P3_Position,7900,,,,,,,
/// </summary>
[ConfigProAttribute("InOutAxis_P3_Position", true)]
public int InOutAxis_P3_Position { get; set; }
/// <summary>
/// PRO,(X轴-进出轴)P4速度,InOutAxis_P4_Speed,600,,,,,,,
/// PRO,(Y轴-进出轴)P4速度,InOutAxis_P4_Speed,600,,,,,,,
/// </summary>
[ConfigProAttribute("InOutAxis_P4_Speed", true)]
public int InOutAxis_P4_Speed { get; set; }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!