25111901 更换MES库文件

This commit is contained in:
moxiliang
2025-11-19 15:38:36 +08:00
parent 9f04271ae9
commit 25630cfdc1
158 changed files with 79259 additions and 87 deletions

View File

@@ -1698,7 +1698,7 @@ namespace SLC1_N
if (testfinish && PorNfinish)
{
bool_CH1start_time = false;
int time = (DateTime.Now - CH1start_time).Seconds;
int time = (int)(DateTime.Now - CH1start_time).TotalSeconds;
SetLabelText(lb_CH1testTime, $"{time} s");
if (result)
@@ -2096,7 +2096,7 @@ namespace SLC1_N
if (testfinish && PorNfinish)
{
bool_CH2start_time = false;
int time = (DateTime.Now - CH2start_time).Seconds;
int time = (int)(DateTime.Now - CH2start_time).TotalSeconds;
SetLabelText(lb_CH2testTime, $"{time} s");
if (result)
@@ -2495,7 +2495,7 @@ namespace SLC1_N
if (testfinish && PorNfinish)
{
bool_CH3start_time = false;
int time = (DateTime.Now - CH3start_time).Seconds;
int time = (int)(DateTime.Now - CH3start_time).TotalSeconds;
SetLabelText(lb_CH3testTime, $"{time} s");
if (result)
@@ -2896,7 +2896,7 @@ namespace SLC1_N
if (testfinish && PorNfinish)
{
bool_CH4start_time = false;
int time = (DateTime.Now - CH4start_time).Seconds;
int time = (int)(DateTime.Now - CH4start_time).TotalSeconds;
SetLabelText(lb_CH4testTime, $"{time} s");
if (result)