Commit 1c5ffdc1 authored by leon.huang's avatar leon.huang

合并远程库

parents fb7c5a8b 6d2759c3
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components); this.timer1 = new System.Windows.Forms.Timer(this.components);
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
...@@ -213,6 +214,15 @@ ...@@ -213,6 +214,15 @@
this.timer1.Interval = 60000; this.timer1.Interval = 60000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
// //
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(6, 20);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(116, 24);
this.comboBox1.TabIndex = 15;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
//
// UserCtl // UserCtl
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
......
B[方法名称] B[方法名称]
软件版本更新日志V1.5.9更新到V1.6.1
本次更新包括HMI V3.4更新到V3.5
• 补充温控保护逻辑,应对更多可能会出现的故障
• 修改了单位转换问题(更多功能须获得超级管理权限)
• 用户可在外部校准界面,通过选定单位来完成切换,它会影响的地方有:
• 用户界面浓度单位
• 外部校准界面单位
• 上位机传输默认单位ppm(若需要更改请联系厂家)
• 外部校准显示单位
• 优化状态切换
• 现在切换状态进度条结束前,新加的状态切换无效,避免频繁切换导致卡顿等异常状态;状态切换使用过程中约有1S延迟,为正常现象
• 新增历史谱图实时刷新按钮
• 修改批处理(智能运行)的updata,点击后会如实保存参数设定(以前是不点击启动运行,即使点击updata也不会保存参数设定),并反馈成功
• 软件默认绑定网络连接名称为“本地连接”,在用户更改为“网桥”后,请到“通讯设置”进行对应修改,否则无法正常联机
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment