init: CATL电池线SCADA首次入库
This commit is contained in:
31
DT_SCADA/BusinessCode/PLC_State.cs
Normal file
31
DT_SCADA/BusinessCode/PLC_State.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using DeviceDriver_BasicData;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MesWork
|
||||
{
|
||||
public partial class Temp { }
|
||||
public partial class MesWorkForm
|
||||
{
|
||||
/// <summary>
|
||||
/// PLC状态展示
|
||||
/// </summary>
|
||||
/// <param name="obj"></param>
|
||||
void ShowPlcStateList(object obj)
|
||||
{
|
||||
var eState = (PlcStateEvetnArgs)obj;
|
||||
string ip = eState.IP.ToString();
|
||||
string onState = eState.OnLine.ToString();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user