初始化提交
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
|
||||
using JinYuan.Models;
|
||||
using PLCCommunication;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JinYuan.VirtualDataLibrary
|
||||
{
|
||||
|
||||
public delegate void dgStationFunction(JYResult<byte[]> bArrays, object plcModel);
|
||||
|
||||
/// <summary>
|
||||
/// 显示上料信息
|
||||
/// </summary>
|
||||
/// <param name="Msg"></param>
|
||||
/// <param name="state"></param>
|
||||
//public delegate void dgShowFeeding(List<AGearEntity> list);
|
||||
/// <summary>
|
||||
/// 显示下料信息
|
||||
/// </summary>
|
||||
/// <param name="Msg"></param>
|
||||
/// <param name="state"></param>
|
||||
//public delegate void dgShowBlanking(List<BlankingEntry> list);
|
||||
/// <summary>
|
||||
/// 设备综合效率
|
||||
/// </summary>
|
||||
/// <param name="battery"></param>
|
||||
public delegate void DGShow12HourData(DeviceOEE device12Hour);
|
||||
|
||||
/// <summary>
|
||||
/// 设备综合效率
|
||||
/// </summary>
|
||||
/// <param name="battery"></param>
|
||||
public delegate void DGShowAlarmData(DeviceOEE deviceAlarm);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 焊机功率
|
||||
/// </summary> Welding machine power
|
||||
/// <param name="DataList"></param>
|
||||
public delegate void DGShowWeldingPowerData(List<double> DataList);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user