Commit b48f538b authored by leon.huang's avatar leon.huang

version1.6.9 第二次release。更改尾吹流量在机械阀模型下不显示。

parent b331ea60
......@@ -1837,7 +1837,7 @@ namespace GcDevicePc
tempshow.SubItems.Add(globaldata.m_dpbuffer.ShowList.showDet.fDetStatue.ToString());
this.datalist.Items.Add(tempshow);
}
else if
else if
//((CProfileDevice.m_DevParam.syspara.u16DetFrontType == 1 ||
// CProfileDevice.m_DevParam.syspara.u16DetFrontType == 3) &&
// CProfileDevice.m_DevParam.fid[0].u16KeyHeater > 0)
......@@ -1877,12 +1877,14 @@ namespace GcDevicePc
GetSetValue(globaldata.m_dpbuffer.ShowList.showepc.EPC1_3_Set));
this.datalist.Items.Add(tempshow);
}
tempshow = new ListViewItem();
tempshow.Text = GettempName("尾吹流量(mL/min)");
tempshow.SubItems.Add(GetValue(globaldata.m_dpbuffer.ShowList.showepc.EPC1_1_Cur) + "/" +
GetSetValue(globaldata.m_dpbuffer.ShowList.showepc.EPC1_1_Set));
this.datalist.Items.Add(tempshow);
if (CProfileDevice.m_DevParam.syspara.u16StartType != 2)
{
tempshow = new ListViewItem();
tempshow.Text = GettempName("尾吹流量(mL/min)");
tempshow.SubItems.Add(GetValue(globaldata.m_dpbuffer.ShowList.showepc.EPC1_1_Cur) + "/" +
GetSetValue(globaldata.m_dpbuffer.ShowList.showepc.EPC1_1_Set));
this.datalist.Items.Add(tempshow);
}
tempshow = new ListViewItem();
tempshow.Text = "点火状态";
......
......@@ -543,3 +543,4 @@
【2020-05-28 10:06:04.8277】,C保存
【2020-05-28 10:15:49.7266】,服务器重启:
【2020-05-28 10:20:00.4756】,服务器开始启动:192.168.1.111:12345
【2020-05-28 15:22:46.5078】,服务器开始启动:192.168.1.111:12345
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