|
@@ -100,6 +100,7 @@
|
|
|
this.textBox_RunInfo_Time = new System.Windows.Forms.TextBox();
|
|
|
this.textBox_RunInfo_ErrorCode = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.radioButton_DebugMode_Confg = new System.Windows.Forms.RadioButton();
|
|
|
this.radioButton_WorkMode_Confg = new System.Windows.Forms.RadioButton();
|
|
|
this.radioButton_WorkMode_Run = new System.Windows.Forms.RadioButton();
|
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
@@ -420,7 +421,10 @@
|
|
|
this.label153 = new System.Windows.Forms.Label();
|
|
|
this.label154 = new System.Windows.Forms.Label();
|
|
|
this.label155 = new System.Windows.Forms.Label();
|
|
|
- this.radioButton_DebugMode_Confg = new System.Windows.Forms.RadioButton();
|
|
|
+ this.textBox_LogAddrEnd = new System.Windows.Forms.TextBox();
|
|
|
+ this.textBox_LogAddrBegin = new System.Windows.Forms.TextBox();
|
|
|
+ this.label156 = new System.Windows.Forms.Label();
|
|
|
+ this.label157 = new System.Windows.Forms.Label();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox5.SuspendLayout();
|
|
@@ -1168,6 +1172,18 @@
|
|
|
this.groupBox5.Text = "工作模式";
|
|
|
this.groupBox5.Visible = false;
|
|
|
//
|
|
|
+ // radioButton_DebugMode_Confg
|
|
|
+ //
|
|
|
+ this.radioButton_DebugMode_Confg.AutoSize = true;
|
|
|
+ this.radioButton_DebugMode_Confg.Location = new System.Drawing.Point(86, 32);
|
|
|
+ this.radioButton_DebugMode_Confg.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.radioButton_DebugMode_Confg.Name = "radioButton_DebugMode_Confg";
|
|
|
+ this.radioButton_DebugMode_Confg.Size = new System.Drawing.Size(55, 24);
|
|
|
+ this.radioButton_DebugMode_Confg.TabIndex = 6;
|
|
|
+ this.radioButton_DebugMode_Confg.Text = "调试";
|
|
|
+ this.radioButton_DebugMode_Confg.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton_DebugMode_Confg.Click += new System.EventHandler(this.radioButton_DebugMode_Confg_Click);
|
|
|
+ //
|
|
|
// radioButton_WorkMode_Confg
|
|
|
//
|
|
|
this.radioButton_WorkMode_Confg.AutoSize = true;
|
|
@@ -3087,9 +3103,13 @@
|
|
|
//
|
|
|
// groupBox14
|
|
|
//
|
|
|
+ this.groupBox14.Controls.Add(this.textBox_LogAddrEnd);
|
|
|
this.groupBox14.Controls.Add(this.label99);
|
|
|
+ this.groupBox14.Controls.Add(this.textBox_LogAddrBegin);
|
|
|
this.groupBox14.Controls.Add(this.button_ReadErrorLog);
|
|
|
+ this.groupBox14.Controls.Add(this.label156);
|
|
|
this.groupBox14.Controls.Add(this.button_ReadRunLog);
|
|
|
+ this.groupBox14.Controls.Add(this.label157);
|
|
|
this.groupBox14.Controls.Add(this.label96);
|
|
|
this.groupBox14.Controls.Add(this.textBox_Runlog1_MCU_MIN);
|
|
|
this.groupBox14.Controls.Add(this.textBox_Runlog1_Coil_MIN);
|
|
@@ -4720,17 +4740,43 @@
|
|
|
this.label155.TabIndex = 66;
|
|
|
this.label155.Text = "状态机1";
|
|
|
//
|
|
|
- // radioButton_DebugMode_Confg
|
|
|
+ // textBox_LogAddrEnd
|
|
|
//
|
|
|
- this.radioButton_DebugMode_Confg.AutoSize = true;
|
|
|
- this.radioButton_DebugMode_Confg.Location = new System.Drawing.Point(86, 32);
|
|
|
- this.radioButton_DebugMode_Confg.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
- this.radioButton_DebugMode_Confg.Name = "radioButton_DebugMode_Confg";
|
|
|
- this.radioButton_DebugMode_Confg.Size = new System.Drawing.Size(55, 24);
|
|
|
- this.radioButton_DebugMode_Confg.TabIndex = 6;
|
|
|
- this.radioButton_DebugMode_Confg.Text = "调试";
|
|
|
- this.radioButton_DebugMode_Confg.UseVisualStyleBackColor = true;
|
|
|
- this.radioButton_DebugMode_Confg.Click += new System.EventHandler(this.radioButton_DebugMode_Confg_Click);
|
|
|
+ this.textBox_LogAddrEnd.Location = new System.Drawing.Point(228, 492);
|
|
|
+ this.textBox_LogAddrEnd.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_LogAddrEnd.Name = "textBox_LogAddrEnd";
|
|
|
+ this.textBox_LogAddrEnd.Size = new System.Drawing.Size(80, 26);
|
|
|
+ this.textBox_LogAddrEnd.TabIndex = 9;
|
|
|
+ this.textBox_LogAddrEnd.Text = "0801F3FF";
|
|
|
+ //
|
|
|
+ // textBox_LogAddrBegin
|
|
|
+ //
|
|
|
+ this.textBox_LogAddrBegin.Location = new System.Drawing.Point(76, 492);
|
|
|
+ this.textBox_LogAddrBegin.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
|
|
+ this.textBox_LogAddrBegin.Name = "textBox_LogAddrBegin";
|
|
|
+ this.textBox_LogAddrBegin.Size = new System.Drawing.Size(80, 26);
|
|
|
+ this.textBox_LogAddrBegin.TabIndex = 10;
|
|
|
+ this.textBox_LogAddrBegin.Text = "0801F000";
|
|
|
+ //
|
|
|
+ // label156
|
|
|
+ //
|
|
|
+ this.label156.AutoSize = true;
|
|
|
+ this.label156.Location = new System.Drawing.Point(159, 495);
|
|
|
+ this.label156.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label156.Name = "label156";
|
|
|
+ this.label156.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label156.TabIndex = 11;
|
|
|
+ this.label156.Text = "结束地址";
|
|
|
+ //
|
|
|
+ // label157
|
|
|
+ //
|
|
|
+ this.label157.AutoSize = true;
|
|
|
+ this.label157.Location = new System.Drawing.Point(6, 495);
|
|
|
+ this.label157.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label157.Name = "label157";
|
|
|
+ this.label157.Size = new System.Drawing.Size(65, 20);
|
|
|
+ this.label157.TabIndex = 12;
|
|
|
+ this.label157.Text = "起始地址";
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
@@ -4770,7 +4816,7 @@
|
|
|
this.MaximizeBox = false;
|
|
|
this.Name = "Form1";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
- this.Text = "MOTINOVA中置电机配置软件V3.0.0(内部使用)";
|
|
|
+ this.Text = "MOTINOVA中置电机配置软件V3.0.1(内部使用)";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
|
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
@@ -5211,6 +5257,10 @@
|
|
|
private System.Windows.Forms.Label label154;
|
|
|
private System.Windows.Forms.Label label155;
|
|
|
private System.Windows.Forms.RadioButton radioButton_DebugMode_Confg;
|
|
|
+ private System.Windows.Forms.TextBox textBox_LogAddrEnd;
|
|
|
+ private System.Windows.Forms.TextBox textBox_LogAddrBegin;
|
|
|
+ private System.Windows.Forms.Label label156;
|
|
|
+ private System.Windows.Forms.Label label157;
|
|
|
}
|
|
|
}
|
|
|
|