Browse Source

KSF_WCS-1.0

master
SHENGJIHU 1 month ago
parent
commit
0763364b27
  1. 470
      调度分布式系统_天津康师傅顶益项目/ControlMonitorClient/FrmControlMonitor.designer.cs
  2. 42
      调度分布式系统_天津康师傅顶益项目/WcfControlMonitorHost/FrmHost.Designer.cs
  3. 48
      调度分布式系统_天津康师傅顶益项目/WcfControlMonitorHost/FrmHost.cs

470
调度分布式系统_天津康师傅顶益项目/ControlMonitorClient/FrmControlMonitor.designer.cs

File diff suppressed because it is too large

42
调度分布式系统_天津康师傅顶益项目/WcfControlMonitorHost/FrmHost.Designer.cs

@ -477,28 +477,28 @@
this.MMConnection1.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection1.Image")));
this.MMConnection1.Name = "MMConnection1";
this.MMConnection1.Size = new System.Drawing.Size(103, 24);
this.MMConnection1.Text = "立库北区";
this.MMConnection1.Text = "PLC";
//
// MMConnection2
//
this.MMConnection2.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection2.Image")));
this.MMConnection2.Name = "MMConnection2";
this.MMConnection2.Size = new System.Drawing.Size(103, 24);
this.MMConnection2.Text = "立库南区";
//this.MMConnection2.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection2.Image")));
//this.MMConnection2.Name = "MMConnection2";
//this.MMConnection2.Size = new System.Drawing.Size(103, 24);
//this.MMConnection2.Text = "立库南区";
//
// MMConnection3
//
this.MMConnection3.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection3.Image")));
this.MMConnection3.Name = "MMConnection3";
this.MMConnection3.Size = new System.Drawing.Size(103, 24);
this.MMConnection3.Text = "生产西区";
//this.MMConnection3.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection3.Image")));
//this.MMConnection3.Name = "MMConnection3";
//this.MMConnection3.Size = new System.Drawing.Size(103, 24);
//this.MMConnection3.Text = "生产西区";
//
// MMConnection4
//
this.MMConnection4.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection4.Image")));
this.MMConnection4.Name = "MMConnection4";
this.MMConnection4.Size = new System.Drawing.Size(103, 24);
this.MMConnection4.Text = "生产东区";
//this.MMConnection4.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection4.Image")));
//this.MMConnection4.Name = "MMConnection4";
//this.MMConnection4.Size = new System.Drawing.Size(103, 24);
//this.MMConnection4.Text = "生产东区";
//
// MMConnection5
//
@ -513,10 +513,10 @@
this.VToolStripMenuItem,
this.toolStripSeparator2,
this.退XToolStripMenuItem});
this.MMConnection5.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection5.Image")));
this.MMConnection5.Name = "MMConnection5";
this.MMConnection5.Size = new System.Drawing.Size(84, 24);
this.MMConnection5.Text = "AGV1";
//this.MMConnection5.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection5.Image")));
//this.MMConnection5.Name = "MMConnection5";
//this.MMConnection5.Size = new System.Drawing.Size(84, 24);
//this.MMConnection5.Text = "AGV1";
//
// 新建NToolStripMenuItem
//
@ -602,10 +602,10 @@
this.VToolStripMenuItem1,
this.toolStripSeparator5,
this.退XToolStripMenuItem1});
this.MMConnection6.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection6.Image")));
this.MMConnection6.Name = "MMConnection6";
this.MMConnection6.Size = new System.Drawing.Size(84, 24);
this.MMConnection6.Text = "AGV2";
//this.MMConnection6.Image = ((System.Drawing.Image)(resources.GetObject("MMConnection6.Image")));
//this.MMConnection6.Name = "MMConnection6";
//this.MMConnection6.Size = new System.Drawing.Size(84, 24);
//this.MMConnection6.Text = "AGV2";
//
// 新建NToolStripMenuItem1
//

48
调度分布式系统_天津康师傅顶益项目/WcfControlMonitorHost/FrmHost.cs

@ -1069,30 +1069,30 @@ namespace wcfControlMonitorClient
}
#region 其他PLC连接状态
if (mi.S7connectOnline.ContainsKey("S7 connection_2") && mi.S7connectOnline["S7 connection_2"] == 0 && mi.Orderturnon == true)
{
MMConnection2.Image = wcfControlMonitorClient.Properties.Resources.linkok;
}
else
{
MMConnection2.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
}
if (mi.S7connectOnline.ContainsKey("S7 connection_3") && mi.S7connectOnline["S7 connection_3"] == 0 && mi.Orderturnon == true)
{
MMConnection3.Image = wcfControlMonitorClient.Properties.Resources.linkok;
}
else
{
MMConnection3.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
}
if (mi.S7connectOnline.ContainsKey("S7 connection_4") && mi.S7connectOnline["S7 connection_4"] == 0 && mi.Orderturnon == true)
{
MMConnection4.Image = wcfControlMonitorClient.Properties.Resources.linkok;
}
else
{
MMConnection4.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
}
//if (mi.S7connectOnline.ContainsKey("S7 connection_2") && mi.S7connectOnline["S7 connection_2"] == 0 && mi.Orderturnon == true)
//{
// MMConnection2.Image = wcfControlMonitorClient.Properties.Resources.linkok;
//}
//else
//{
// MMConnection2.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
//}
//if (mi.S7connectOnline.ContainsKey("S7 connection_3") && mi.S7connectOnline["S7 connection_3"] == 0 && mi.Orderturnon == true)
//{
// MMConnection3.Image = wcfControlMonitorClient.Properties.Resources.linkok;
//}
//else
//{
// MMConnection3.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
//}
//if (mi.S7connectOnline.ContainsKey("S7 connection_4") && mi.S7connectOnline["S7 connection_4"] == 0 && mi.Orderturnon == true)
//{
// MMConnection4.Image = wcfControlMonitorClient.Properties.Resources.linkok;
//}
//else
//{
// MMConnection4.Image = wcfControlMonitorClient.Properties.Resources.linkerror;
//}
#endregion
}

Loading…
Cancel
Save