25111901 更换MES库文件
This commit is contained in:
6
SLC1-N/Form1.Designer.cs
generated
6
SLC1-N/Form1.Designer.cs
generated
@@ -2191,10 +2191,10 @@
|
||||
// pb_CH3progressBar
|
||||
//
|
||||
this.pb_CH3progressBar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.pb_CH3progressBar.Location = new System.Drawing.Point(88, 211);
|
||||
this.pb_CH3progressBar.Location = new System.Drawing.Point(87, 211);
|
||||
this.pb_CH3progressBar.MinimumSize = new System.Drawing.Size(70, 3);
|
||||
this.pb_CH3progressBar.Name = "pb_CH3progressBar";
|
||||
this.pb_CH3progressBar.Size = new System.Drawing.Size(77, 29);
|
||||
this.pb_CH3progressBar.Size = new System.Drawing.Size(70, 29);
|
||||
this.pb_CH3progressBar.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.pb_CH3progressBar.TabIndex = 28;
|
||||
this.pb_CH3progressBar.Text = "uiProcessBar2";
|
||||
@@ -3062,7 +3062,7 @@
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.KeyPreview = true;
|
||||
this.Name = "Form1";
|
||||
this.Text = " LL28-Z_V25111801";
|
||||
this.Text = " LL28-Z_V25111901";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.uiGroupBox5.ResumeLayout(false);
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<ProjectGuid>{F7F71589-095A-45C2-975C-739BE2D1CE15}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>SLC1_N</RootNamespace>
|
||||
<AssemblyName>LL28-Z-V25111702</AssemblyName>
|
||||
<AssemblyName>LL28-Z-V25111901</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -43,10 +43,10 @@
|
||||
"1Plunit1": 1,
|
||||
"1Pbee1": false,
|
||||
"1Popmode1": false,
|
||||
"ch1AutoConnect": true,
|
||||
"ch2AutoConnect": true,
|
||||
"ch3AutoConnect": true,
|
||||
"ch4AutoConnect": true,
|
||||
"ch1AutoConnect": false,
|
||||
"ch2AutoConnect": false,
|
||||
"ch3AutoConnect": false,
|
||||
"ch4AutoConnect": false,
|
||||
"ch2ipaddress": "192.168.1.131",
|
||||
"2Pparams_number1": "1",
|
||||
"2Pparaname1": "产品1正压",
|
||||
@@ -168,5 +168,7 @@
|
||||
"4Nlunit1": 1,
|
||||
"4Nbee1": false,
|
||||
"4Nopmode1": false,
|
||||
"userPassword": "8888&mxl"
|
||||
"userPassword": "8888&mxl",
|
||||
"ch1ipaddress": "192.168.1.131",
|
||||
"MESswitch": false
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"ProductionData": {
|
||||
"Total": 4,
|
||||
"OK": 3,
|
||||
"Total": 10,
|
||||
"OK": 9,
|
||||
"NG": 1,
|
||||
"LastUpdate": "2025-11-15T10:14:55.5126488+08:00",
|
||||
"OKRate": 75.0,
|
||||
"NGRate": 25.0
|
||||
"LastUpdate": "2025-11-18T14:57:44.7352212+08:00",
|
||||
"OKRate": 90.0,
|
||||
"NGRate": 10.0
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -716,9 +716,6 @@ D:\华贝\上位机\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111505.exe
|
||||
D:\华贝\上位机\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111505.pdb
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\TCP\ITcpClient.cs
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\TCP\ITcpClient.Designer.cs
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111702.exe.config
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111702.exe
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111702.pdb
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\DocumentFormat.OpenXml.dll
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\EasyModbus.dll
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\Guna.UI.dll
|
||||
@@ -757,5 +754,8 @@ D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\SL
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\SLC1-N.csproj.GenerateResource.cache
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\SLC1-N.csproj.CoreCompileInputs.cache
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\SLC1-N.csproj.Up2Date
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111702.exe
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111702.pdb
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111901.exe.config
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111901.exe
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\bin\Debug\LL28-Z-V25111901.pdb
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111901.exe
|
||||
D:\桌面\莫禧亮\华贝\正负压28\正负压 LL-28\LL-28\SLC1-N\obj\Debug\LL28-Z-V25111901.pdb
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user