|
|
|
@ -8,6 +8,9 @@ using System.Text;
|
|
|
|
|
using System.Timers;
|
|
|
|
|
using Aucma.Core.HwPLc;
|
|
|
|
|
using log4net;
|
|
|
|
|
using NetTaste;
|
|
|
|
|
using NPOI.SS.Formula.Functions;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
{
|
|
|
|
@ -63,10 +66,12 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
protected readonly IExecutePlanInfoServices? _executePlanInfoServices;
|
|
|
|
|
protected readonly IRecordSidePanelComplateServices _sidePanelComplateServices;
|
|
|
|
|
protected readonly IRecordBackPanelComplateServices _backPanelComplateServices;
|
|
|
|
|
protected readonly IProductPlanInfoServices? _productPlanInfoServices;
|
|
|
|
|
protected readonly IProductPlanInfoServices _productPlanInfoServices;
|
|
|
|
|
protected readonly ISysUserInfoServices? _sysUserInfoServices;
|
|
|
|
|
protected readonly IMaterialCompletionServices? _materialCompletionServices;
|
|
|
|
|
public HwPLc.PlcModel plc1 = null;
|
|
|
|
|
protected readonly ISmSyncModelServices? _smSyncModelServices;
|
|
|
|
|
public HwPLc.PlcModel obj_backPanel = null;
|
|
|
|
|
public HwPLc.PlcModel obj_sidePanel = null;
|
|
|
|
|
bool flay = true;//方法完成标识
|
|
|
|
|
|
|
|
|
|
#region 构造函数
|
|
|
|
@ -81,7 +86,7 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
/// <param name="materialCompletionServices"></param>
|
|
|
|
|
public AucamSheetMetalTaskService(IExecutePlanInfoServices executePlanInfoServices, IRecordSidePanelComplateServices recordSidePanelComplateServices,
|
|
|
|
|
IRecordBackPanelComplateServices recordBackPanelComplateServices, IProductPlanInfoServices productPlanInfoServices,
|
|
|
|
|
ISysUserInfoServices sysUserInfoServices, IMaterialCompletionServices materialCompletionServices)
|
|
|
|
|
ISysUserInfoServices sysUserInfoServices, IMaterialCompletionServices materialCompletionServices, ISmSyncModelServices smSyncModelServices)
|
|
|
|
|
{
|
|
|
|
|
_executePlanInfoServices = executePlanInfoServices;
|
|
|
|
|
_sidePanelComplateServices = recordSidePanelComplateServices;
|
|
|
|
@ -89,54 +94,113 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
_productPlanInfoServices = productPlanInfoServices;
|
|
|
|
|
_sysUserInfoServices = sysUserInfoServices;
|
|
|
|
|
_materialCompletionServices = materialCompletionServices;
|
|
|
|
|
}
|
|
|
|
|
_smSyncModelServices = smSyncModelServices;
|
|
|
|
|
}
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 更新钣金工位计划数
|
|
|
|
|
#region 启动任务下发
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Task SheetMetalTasks()
|
|
|
|
|
{
|
|
|
|
|
//System.Timers.Timer timer = new System.Timers.Timer(5000);
|
|
|
|
|
//timer.Elapsed += new System.Timers.ElapsedEventHandler(Run1); //到达时间的时候执行事件;
|
|
|
|
|
//timer.AutoReset = true;//设置是执行一次(false)还是一直执行(true);
|
|
|
|
|
//timer.Enabled = true;//需要调用 timer.Start()或者timer.Enabled = true来启动它,
|
|
|
|
|
//timer.Start();//timer.Start()的内部原理还是设置timer.Enabled = true;
|
|
|
|
|
Task.Run(() =>
|
|
|
|
|
//Thread.Sleep(5000);
|
|
|
|
|
|
|
|
|
|
//while (true)
|
|
|
|
|
//{
|
|
|
|
|
// var obj_backPanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("BackPanelPLC"));
|
|
|
|
|
// if (obj_backPanel.plc.IsConnected)
|
|
|
|
|
// {
|
|
|
|
|
// bool result = obj_backPanel.plc.ReadBool("M61");
|
|
|
|
|
|
|
|
|
|
// Console.WriteLine(result);
|
|
|
|
|
// Thread.Sleep(5000);
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
//}
|
|
|
|
|
Task.Run(async () =>
|
|
|
|
|
{
|
|
|
|
|
InitSendBackPanelPlan();
|
|
|
|
|
await InitSendBackPanelPlan();
|
|
|
|
|
});
|
|
|
|
|
Task.Run(() =>
|
|
|
|
|
//Task.Run(async () =>
|
|
|
|
|
//{
|
|
|
|
|
// await InitSendSidePanelPlan();
|
|
|
|
|
//});
|
|
|
|
|
//Task.Run(() =>
|
|
|
|
|
//{
|
|
|
|
|
// UpdateComplatePlan();//更新计划数
|
|
|
|
|
//});
|
|
|
|
|
//Task.Run(async () =>
|
|
|
|
|
//{
|
|
|
|
|
// await ReadSideBlanking();//获取前板下料
|
|
|
|
|
//});
|
|
|
|
|
|
|
|
|
|
Task.Run(async () =>
|
|
|
|
|
{
|
|
|
|
|
InitSendSidePanelPlan();
|
|
|
|
|
await QuerySidePanelMode();//获取型号
|
|
|
|
|
});
|
|
|
|
|
Task.Run(() =>
|
|
|
|
|
Task.Run(async () =>
|
|
|
|
|
{
|
|
|
|
|
UpdateComplatePlan();//更新计划数
|
|
|
|
|
await QueryBackPanelMode();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
return Task.CompletedTask;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void Run1(object? sender, ElapsedEventArgs e)
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 之前代码
|
|
|
|
|
|
|
|
|
|
#region 下发多个计划同步执行
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 初始化下发生产计划,获取已拆分的计划进行下发——前板任务
|
|
|
|
|
/// </summary>
|
|
|
|
|
public async Task InitSendSidePanelPlan()
|
|
|
|
|
{
|
|
|
|
|
if (flay)
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
var obj_sidePanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("SidePanelPlc"));
|
|
|
|
|
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
flay = false;
|
|
|
|
|
lock (string.Empty)
|
|
|
|
|
List<SheetMetaSendPlanInfoView> planInfoList = await _executePlanInfoServices.QuerySheetMetalSendPlanData("1001");
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
planInfoList = planInfoList.Where(d => d.PlanAmount > d.SidePanelAmount&&(d.ExecuteStatus == 1 || d.ExecuteStatus == 2)).ToList();
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
planInfoList = planInfoList.Where(d => d.ExecuteStatus == 1 || d.ExecuteStatus == 2).ToList();
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
var planInfos = planInfoList.Where(d => d.PlanType == 2).ToList();
|
|
|
|
|
if (planInfos != null)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if (planInfos.Count > 0)
|
|
|
|
|
{
|
|
|
|
|
SheetMetaSendPlanInfoView planInfo = planInfos.FirstOrDefault(d => d.SidePanelAmount != d.PlanAmount);
|
|
|
|
|
if (planInfo == null) continue;
|
|
|
|
|
if (planInfo.PlanType == 2)//如果为2或者为1 前板板计划单独下发 以前板完成为主
|
|
|
|
|
{
|
|
|
|
|
List<Bin> binList=GetSideBinStatus(obj_sidePanel);
|
|
|
|
|
|
|
|
|
|
SmSyncModel smSyncModel =_smSyncModelServices.FirstAsync(d => d.MaterialSpecifications.Equals(planInfo.MaterialSpecificatons)&&d.Category=="0").Result;
|
|
|
|
|
if (smSyncModel == null) continue;
|
|
|
|
|
Bin bin = binList.First(d => d.ProductId.Equals(smSyncModel.SmProductId));
|
|
|
|
|
if (bin==null) continue;
|
|
|
|
|
|
|
|
|
|
SendPlanTaskToSidPanel(planInfo, obj_sidePanel,smSyncModel.SmProductId.ObjToInt());
|
|
|
|
|
|
|
|
|
|
UpdateSidPanelPlanTaskByComplate(planInfo);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("未获取到需要下发的任务");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#region 下发多个计划同步执行
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 初始化下发生产计划,获取已拆分的计划进行下发——后板任务
|
|
|
|
|
/// </summary>
|
|
|
|
|
public async void InitSendBackPanelPlan()
|
|
|
|
|
public async Task InitSendBackPanelPlan()
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
var obj_backPanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("BackPanelPLC"));
|
|
|
|
@ -158,11 +222,16 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
{
|
|
|
|
|
SheetMetaSendPlanInfoView planInfo = planInfos.FirstOrDefault(d => d.BackPanelAmount != d.PlanAmount);
|
|
|
|
|
if (planInfo == null) continue;
|
|
|
|
|
if (planInfo.PlanType == 3 || planInfo.PlanType == 1)//如果为3或者为1 后板计划单独下发 以前板完成为主
|
|
|
|
|
if (planInfo.PlanType == 3 )//如果为3或者为1 后板计划单独下发 以前板完成为主
|
|
|
|
|
{
|
|
|
|
|
//获取设置的型号查询对应的型号,下发计划
|
|
|
|
|
List<Bin> binList = GetBackBinStatus(obj_backPanel);
|
|
|
|
|
SmSyncModel smSyncModel = _smSyncModelServices.FirstAsync(d => d.MaterialSpecifications.Equals(planInfo.MaterialSpecificatons) && d.Category == "1").Result;
|
|
|
|
|
if (smSyncModel == null) continue;
|
|
|
|
|
Bin bin = binList.FirstOrDefault(d => d.ProductId.Equals(smSyncModel.SmProductId));
|
|
|
|
|
if (bin == null) continue;
|
|
|
|
|
|
|
|
|
|
SendPlanTaskToBackPanel(planInfo, obj_backPanel);
|
|
|
|
|
SendPlanTaskToBackPanel(planInfo, obj_backPanel, smSyncModel.SmProductId.ObjToInt());
|
|
|
|
|
|
|
|
|
|
UpdateBackPanelPlanTaskByComplate(planInfo);
|
|
|
|
|
}
|
|
|
|
@ -181,51 +250,14 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 初始化下发生产计划,获取已拆分的计划进行下发——前板任务
|
|
|
|
|
/// </summary>
|
|
|
|
|
public async void InitSendSidePanelPlan()
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
var obj_sidePanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("SidePanelPlc"));
|
|
|
|
|
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
List<SheetMetaSendPlanInfoView> planInfoList = await _executePlanInfoServices.QuerySheetMetalSendPlanData("1001");
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
planInfoList = planInfoList.Where(d => d.PlanAmount > d.SidePanelAmount).ToList();
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
planInfoList = planInfoList.Where(d => d.ExecuteStatus == 1 || d.ExecuteStatus == 2).ToList();
|
|
|
|
|
if (planInfoList == null || planInfoList.Count == 0) continue;
|
|
|
|
|
var planInfos = planInfoList.Where(d => d.PlanType == 2 || d.PlanType == 1).ToList();
|
|
|
|
|
if (planInfos != null)
|
|
|
|
|
{
|
|
|
|
|
if (planInfos.Count > 0)
|
|
|
|
|
{
|
|
|
|
|
SheetMetaSendPlanInfoView planInfo = planInfos.FirstOrDefault(d => d.SidePanelAmount != d.PlanAmount);
|
|
|
|
|
if (planInfo == null) continue;
|
|
|
|
|
if (planInfo.PlanType == 2 || planInfo.PlanType == 1)//如果为2或者为1 前板板计划单独下发 以前板完成为主
|
|
|
|
|
{
|
|
|
|
|
SendPlanTaskToSidPanel(planInfo, obj_sidePanel);
|
|
|
|
|
|
|
|
|
|
UpdateSidPanelPlanTaskByComplate(planInfo);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("未获取到需要下发的任务");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 下发前板生产计划
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="planInfo"></param>
|
|
|
|
|
/// <param name="obj"></param>
|
|
|
|
|
public void SendPlanTaskToSidPanel(SheetMetaSendPlanInfoView planInfo, PlcModel obj_sidePanel)
|
|
|
|
|
public void SendPlanTaskToSidPanel(SheetMetaSendPlanInfoView planInfo, PlcModel obj_sidePanel,int SmProductId)
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
@ -239,6 +271,7 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
obj_sidePanel.plc.WriteString("D6010", planInfo.MaterialSpecificatons);
|
|
|
|
|
obj_sidePanel.plc.WriteInt32("D6020", planInfo.PlanAmount);
|
|
|
|
|
obj_sidePanel.plc.WriteInt32("D6021", 1);
|
|
|
|
|
obj_sidePanel.plc.WriteInt32("D6022", SmProductId);//产品号
|
|
|
|
|
|
|
|
|
|
Console.WriteLine($"{DateTime.Now.ToString("HH:m:s")}===>计划【{planInfo.TaskCode}】已下发,等待前板设备应答。。。。。。");
|
|
|
|
|
RefreshExecInfoEvent?.Invoke($"计划【{planInfo.TaskCode}】已下发,等待前板设备应答。。。。。。", "White");
|
|
|
|
@ -248,8 +281,7 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
DateTime startTime = DateTime.Now;
|
|
|
|
|
do
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if (obj_sidePanel.plc.ReadInt32("D6021") == 2)
|
|
|
|
|
if (obj_sidePanel.plc.ReadInt16("D6021") == 2)
|
|
|
|
|
{
|
|
|
|
|
obj_sidePanel.plc.WriteInt32("D6021", 0);
|
|
|
|
|
Console.WriteLine($"{DateTime.Now.ToString("HH:m:s")}===>计划【{planInfo.TaskCode}】,收到前板设备应答信号,复位应答地址");
|
|
|
|
@ -296,7 +328,7 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="planInfo"></param>
|
|
|
|
|
/// <param name="obj"></param>
|
|
|
|
|
public void SendPlanTaskToBackPanel(SheetMetaSendPlanInfoView planInfo, PlcModel obj_backPanel)
|
|
|
|
|
public void SendPlanTaskToBackPanel(SheetMetaSendPlanInfoView planInfo, PlcModel obj_backPanel,int productId)
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
@ -308,8 +340,9 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
obj_backPanel.plc.WriteString("D4000", planInfo.TaskCode);
|
|
|
|
|
string processNumber = GetProcessNumberBy(planInfo.MaterialCode);
|
|
|
|
|
obj_backPanel.plc.WriteString("D4010", planInfo.MaterialSpecificatons);
|
|
|
|
|
obj_backPanel.plc.WriteInt32("D4020", planInfo.PlanAmount);
|
|
|
|
|
obj_backPanel.plc.WriteInt32("D4021", 1);
|
|
|
|
|
obj_backPanel.plc.WriteInt16("D4020", planInfo.PlanAmount.ToString());
|
|
|
|
|
obj_backPanel.plc.WriteInt16("D4021", 1.ToString());
|
|
|
|
|
obj_backPanel.plc.WriteInt16("D4022", productId.ToString());
|
|
|
|
|
|
|
|
|
|
Console.WriteLine($"{DateTime.Now.ToString("HH:m:s")}===>计划【{planInfo.TaskCode}】已下发,等待背板设备应答。。。。。。");
|
|
|
|
|
RefreshExecInfoEvent?.Invoke($"计划【{planInfo.TaskCode}】已下发,等待背板设备应答。。。。。。", "White");
|
|
|
|
@ -319,10 +352,10 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
DateTime startTime = DateTime.Now;
|
|
|
|
|
do
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if (obj_backPanel.plc.ReadInt32("D4021") == 2)
|
|
|
|
|
Console.WriteLine(obj_backPanel.plc.ReadInt16("D4021"));
|
|
|
|
|
if (obj_backPanel.plc.ReadInt16("D4021") == 2)
|
|
|
|
|
{
|
|
|
|
|
obj_backPanel.plc.WriteInt32("D4021", 0);
|
|
|
|
|
obj_backPanel.plc.WriteInt16("D4021", "0");
|
|
|
|
|
Console.WriteLine($"{DateTime.Now.ToString("HH:m:s")}===>收到背板板设备应答信号,复位应答地址");
|
|
|
|
|
RefreshExecInfoEvent?.Invoke($"收到背板板设备应答信号,复位应答地址", "White");
|
|
|
|
|
startTime = DateTime.Now;
|
|
|
|
@ -365,7 +398,6 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 根据后板完成记录更新生产计划
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="planInfo"></param>
|
|
|
|
|
private void UpdateBackPanelPlanTaskByComplate(SheetMetaSendPlanInfoView planInfo)
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
@ -543,7 +575,7 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
|
|
|
|
|
if (planInfo.PlanType == 2)
|
|
|
|
|
{
|
|
|
|
|
sumAmount = sumBackPanelAmount;
|
|
|
|
|
sumAmount = sumSidePanelAmount;
|
|
|
|
|
if (planInfo.PlanAmount - sumAmount == 0)
|
|
|
|
|
{
|
|
|
|
|
planInfo.ExecuteStatus = 3;
|
|
|
|
@ -913,7 +945,6 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
{
|
|
|
|
|
bool isFlag = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
do
|
|
|
|
|
{
|
|
|
|
|
try
|
|
|
|
@ -1042,8 +1073,6 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 下发背板生产计划
|
|
|
|
|
/// </summary>
|
|
|
|
@ -1235,8 +1264,6 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 通过物料编号获取工艺编号
|
|
|
|
|
/// </summary>
|
|
|
|
@ -1345,5 +1372,384 @@ namespace Aucma.Core.SheetMetalTasks
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
#region 同步钣金设置型号
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 获取所有设置的钣金前板型号
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public async Task QuerySidePanelMode()
|
|
|
|
|
{
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(50000);
|
|
|
|
|
obj_sidePanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("SidePanelPlc"));
|
|
|
|
|
if (obj_sidePanel == null) { continue; }
|
|
|
|
|
if (obj_sidePanel.plc.IsConnected)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("===============采集前板开始===============");
|
|
|
|
|
byte[] info = obj_sidePanel.plc.Read("D7000", 3000);
|
|
|
|
|
if (info == null)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(1000);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
int j = 1;
|
|
|
|
|
string mode = string.Empty;
|
|
|
|
|
List<SmSyncModel> addList = new List<SmSyncModel>();
|
|
|
|
|
List<SmSyncModel> updateList = new List<SmSyncModel>();
|
|
|
|
|
var smSyncModelList = _smSyncModelServices.QueryAsync(d=>d.Category=="0").Result;
|
|
|
|
|
|
|
|
|
|
for (int i = 1; i <= 600; i++)
|
|
|
|
|
{
|
|
|
|
|
if (i % 2 == 0)
|
|
|
|
|
{
|
|
|
|
|
//设置型号
|
|
|
|
|
mode = Encoding.ASCII.GetString(info.Skip(i * 10).Take(10).ToArray()).Replace("\0", "").Trim();
|
|
|
|
|
|
|
|
|
|
if (smSyncModelList.Count == 0 || smSyncModelList == null)
|
|
|
|
|
{
|
|
|
|
|
SmSyncModel sm = new SmSyncModel();
|
|
|
|
|
sm.SmProductId = j.ToString();
|
|
|
|
|
sm.SmModel = mode.Trim();
|
|
|
|
|
sm.SyncTime = DateTime.Now;
|
|
|
|
|
sm.CreateTime = DateTime.Now;
|
|
|
|
|
sm.Category = "0";
|
|
|
|
|
addList.Add(sm);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
var obj = smSyncModelList.First(d => d.SmProductId == j.ToString());
|
|
|
|
|
if (obj == null)
|
|
|
|
|
{
|
|
|
|
|
SmSyncModel sm = new SmSyncModel();
|
|
|
|
|
sm.SmProductId = j.ToString();
|
|
|
|
|
sm.SmModel = mode.Trim();
|
|
|
|
|
sm.SyncTime = DateTime.Now;
|
|
|
|
|
sm.Category = "0";
|
|
|
|
|
addList.Add(sm);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrEmpty(obj.SmModel) && string.IsNullOrEmpty(mode)) continue;
|
|
|
|
|
if (string.IsNullOrEmpty(obj.SmModel) && !string.IsNullOrEmpty(mode))
|
|
|
|
|
{
|
|
|
|
|
obj.SmProductId = j.ToString();
|
|
|
|
|
obj.SmModel = mode.Trim();
|
|
|
|
|
obj.SyncTime = DateTime.Now;
|
|
|
|
|
obj.Category = "0";
|
|
|
|
|
updateList.Add(obj);
|
|
|
|
|
}
|
|
|
|
|
if (!string.IsNullOrEmpty(obj.SmModel) && !string.IsNullOrEmpty(mode) && obj.SmModel!= mode)
|
|
|
|
|
{
|
|
|
|
|
obj.SmProductId = j.ToString();
|
|
|
|
|
obj.SmModel = mode.Trim();
|
|
|
|
|
obj.SyncTime = DateTime.Now;
|
|
|
|
|
obj.Category = "0";
|
|
|
|
|
updateList.Add(obj);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
j++;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (addList != null && addList.Count > 0) await _smSyncModelServices.AddAsync(addList);
|
|
|
|
|
if (updateList != null&&updateList.Count > 0) await _smSyncModelServices.UpdateAsync(updateList);
|
|
|
|
|
|
|
|
|
|
Console.WriteLine("===============采集结束===============");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 获取所有设置的钣金前板型号
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
public async Task QueryBackPanelMode()
|
|
|
|
|
{
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
obj_backPanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("BackPanelPLC"));
|
|
|
|
|
if (obj_backPanel == null) { continue; }
|
|
|
|
|
if (obj_backPanel.plc.IsConnected)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("===============采集后板开始===============");
|
|
|
|
|
byte[] info = obj_backPanel.plc.Read("D7000", 3000);
|
|
|
|
|
if (info == null)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(1000);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
int j = 1;
|
|
|
|
|
string mode = string.Empty;
|
|
|
|
|
List<SmSyncModel> addList = new List<SmSyncModel>();
|
|
|
|
|
List<SmSyncModel> updateList = new List<SmSyncModel>();
|
|
|
|
|
var smSyncModelList = _smSyncModelServices.QueryAsync(d=>d.Category=="1").Result;
|
|
|
|
|
|
|
|
|
|
for (int i = 1; i <= 600; i++)
|
|
|
|
|
{
|
|
|
|
|
if (i % 2 == 0)
|
|
|
|
|
{
|
|
|
|
|
//设置型号
|
|
|
|
|
mode = Encoding.ASCII.GetString(info.Skip(i * 10).Take(10).ToArray()).Replace("\0", "").Trim();
|
|
|
|
|
|
|
|
|
|
if (smSyncModelList.Count == 0 || smSyncModelList == null)
|
|
|
|
|
{
|
|
|
|
|
SmSyncModel sm = new SmSyncModel();
|
|
|
|
|
sm.SmProductId = j.ToString();
|
|
|
|
|
sm.SmModel = mode.Trim();
|
|
|
|
|
sm.SyncTime = DateTime.Now;
|
|
|
|
|
sm.CreateTime = DateTime.Now;
|
|
|
|
|
sm.Category = "1";
|
|
|
|
|
addList.Add(sm);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
var obj = smSyncModelList.First(d => d.SmProductId == j.ToString());
|
|
|
|
|
if (obj == null)
|
|
|
|
|
{
|
|
|
|
|
SmSyncModel sm = new SmSyncModel();
|
|
|
|
|
sm.SmProductId = j.ToString();
|
|
|
|
|
sm.SmModel = mode.Trim();
|
|
|
|
|
sm.SyncTime = DateTime.Now;
|
|
|
|
|
sm.Category = "1";
|
|
|
|
|
addList.Add(sm);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (string.IsNullOrEmpty(obj.SmModel) && string.IsNullOrEmpty(mode)) continue;
|
|
|
|
|
if (string.IsNullOrEmpty(obj.SmModel) && !string.IsNullOrEmpty(mode))
|
|
|
|
|
{
|
|
|
|
|
obj.SmProductId = j.ToString();
|
|
|
|
|
obj.SmModel = mode.Trim();
|
|
|
|
|
obj.SyncTime = DateTime.Now;
|
|
|
|
|
obj.Category = "1";
|
|
|
|
|
updateList.Add(obj);
|
|
|
|
|
}
|
|
|
|
|
if (!string.IsNullOrEmpty(obj.SmModel) && !string.IsNullOrEmpty(mode) && obj.SmModel != mode)
|
|
|
|
|
{
|
|
|
|
|
obj.SmProductId = j.ToString();
|
|
|
|
|
obj.SmModel = mode.Trim();
|
|
|
|
|
obj.SyncTime = DateTime.Now;
|
|
|
|
|
obj.Category = "1";
|
|
|
|
|
updateList.Add(obj);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
j++;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (addList != null && addList.Count > 0) await _smSyncModelServices.AddAsync(addList);
|
|
|
|
|
if (updateList != null && updateList.Count > 0) await _smSyncModelServices.UpdateAsync(updateList);
|
|
|
|
|
|
|
|
|
|
Console.WriteLine("===============采集结束===============");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
public List<Bin> GetBackBinStatus(PlcModel obj_SidePanel)
|
|
|
|
|
{
|
|
|
|
|
List<Bin> list = new List<Bin>();
|
|
|
|
|
|
|
|
|
|
if (!obj_SidePanel.plc.IsConnected)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("plc为 false");
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
var startb0=obj_SidePanel.plc.ReadBool("M60");
|
|
|
|
|
if (startb0)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2002").ToString();//读取产品编码
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb0;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb2 = obj_SidePanel.plc.ReadBool("M61");
|
|
|
|
|
if (startb2)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2026").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb2;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb4 = obj_SidePanel.plc.ReadBool("M62");
|
|
|
|
|
if (startb4)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2050").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb4;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb6 = obj_SidePanel.plc.ReadBool("M63");
|
|
|
|
|
if (startb6)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2075").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb6;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb7 = obj_SidePanel.plc.ReadBool("M64");
|
|
|
|
|
if (startb7)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2098").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb7;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb8 = obj_SidePanel.plc.ReadBool("M65");
|
|
|
|
|
if (startb8)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D2122").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb8;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
return list;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public List<Bin> GetSideBinStatus(PlcModel obj_SidePanel)
|
|
|
|
|
{
|
|
|
|
|
List<Bin> list = new List<Bin>();
|
|
|
|
|
var startb0 = obj_SidePanel.plc.ReadBool("M140");
|
|
|
|
|
if (startb0)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D1402").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb0;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb2 = obj_SidePanel.plc.ReadBool("M141");
|
|
|
|
|
if (startb0)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D1426").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb0;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb4 = obj_SidePanel.plc.ReadBool("M142");
|
|
|
|
|
if (startb4)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D1450").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb4;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
var startb6 = obj_SidePanel.plc.ReadBool("M143");
|
|
|
|
|
if (startb6)
|
|
|
|
|
{
|
|
|
|
|
string productId = obj_SidePanel.plc.ReadInt16("D1474").ToString();
|
|
|
|
|
Bin bin = new Bin();
|
|
|
|
|
bin.ProductId = productId;
|
|
|
|
|
bin.Status = startb6;
|
|
|
|
|
list.Add(bin);
|
|
|
|
|
}
|
|
|
|
|
return list;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 前板下线数量
|
|
|
|
|
/// </summary>
|
|
|
|
|
public async Task ReadSideBlanking()
|
|
|
|
|
{
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
string stationCode = Appsettings.app("StationInfo", "StationCode");
|
|
|
|
|
string productLineCode = Appsettings.app("StationInfo", "ProductLineCode");
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
obj_sidePanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("SidePanelPlc"));
|
|
|
|
|
if (obj_sidePanel.plc.IsConnected)
|
|
|
|
|
{
|
|
|
|
|
byte[] info = obj_sidePanel.plc.Read("D2100", 20);
|
|
|
|
|
|
|
|
|
|
if (info == null)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(1000);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
//计划编号
|
|
|
|
|
string planCode = Encoding.ASCII.GetString(info.Skip(0).Take(20).ToArray()).Replace("\n","").Trim();
|
|
|
|
|
var offLineAmount = obj_sidePanel.plc.ReadInt16("D6051");
|
|
|
|
|
RefreshExecInfoEvent?.Invoke($"下线计划号:{planCode}》》》》下线数量:{offLineAmount}", "White");
|
|
|
|
|
Console.WriteLine($"计划号:{planCode}》》》》下线数量:{offLineAmount}");
|
|
|
|
|
List<RecordSidePanelComplate> sidePanelComplates = _sidePanelComplateServices.Query(x => x.ProductlineCode == stationCode && x.PlanCode == planCode);
|
|
|
|
|
sidePanelComplates = sidePanelComplates.OrderByDescending(d=>d.RecordTime).ToList();
|
|
|
|
|
RecordSidePanelComplate recordSidePanelComplate = sidePanelComplates.First();
|
|
|
|
|
int sumSidePanelAmount = recordSidePanelComplate.OffLineAmount;
|
|
|
|
|
if (recordSidePanelComplate.OffLineAmount < offLineAmount)
|
|
|
|
|
{
|
|
|
|
|
//更新计划数量
|
|
|
|
|
ExecutePlanInfo executePlanInfo = _executePlanInfoServices.FirstAsync(x => x.TaskCode == planCode).Result;
|
|
|
|
|
var productPlanInfoList = _productPlanInfoServices.FirstAsync(d => d.ProductLineCode.Contains(stationCode) && d.PlanCode.Contains(executePlanInfo.ProductPlanCode)).Result;
|
|
|
|
|
productPlanInfoList.CompleteAmount = productPlanInfoList.CompleteAmount + (offLineAmount - recordSidePanelComplate.OffLineAmount);
|
|
|
|
|
await _productPlanInfoServices.UpdateAsync(productPlanInfoList);//更新计划
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 后板下线数量
|
|
|
|
|
/// </summary>
|
|
|
|
|
public void ReadBackBlanking()
|
|
|
|
|
{
|
|
|
|
|
while (true)
|
|
|
|
|
{
|
|
|
|
|
string stationCode = Appsettings.app("StationInfo", "StationCode");
|
|
|
|
|
string productLineCode = Appsettings.app("StationInfo", "ProductLineCode");
|
|
|
|
|
Thread.Sleep(5000);
|
|
|
|
|
obj_sidePanel = PlcHelper.melsecList.FirstOrDefault(d => d.EquipName.Equals("SidePanelPlc"));
|
|
|
|
|
if (obj_sidePanel.plc.IsConnected)
|
|
|
|
|
{
|
|
|
|
|
byte[] info = obj_sidePanel.plc.Read("D2100", 20);
|
|
|
|
|
|
|
|
|
|
if (info == null)
|
|
|
|
|
{
|
|
|
|
|
Thread.Sleep(1000);
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
//计划编号
|
|
|
|
|
string planCode = Encoding.ASCII.GetString(info.Skip(0).Take(20).ToArray()).Replace("\n", "").Trim();
|
|
|
|
|
var offLineAmount = obj_sidePanel.plc.ReadInt16("D6051");
|
|
|
|
|
RefreshExecInfoEvent?.Invoke($"下线计划号:{planCode}》》》》下线数量:{offLineAmount}", "White");
|
|
|
|
|
Console.WriteLine($"计划号:{planCode}》》》》下线数量:{offLineAmount}");
|
|
|
|
|
List<RecordSidePanelComplate> sidePanelComplates = _sidePanelComplateServices.Query(x => x.ProductlineCode == stationCode && x.PlanCode == planCode);
|
|
|
|
|
sidePanelComplates = sidePanelComplates.OrderByDescending(d => d.RecordTime).ToList();
|
|
|
|
|
RecordSidePanelComplate recordSidePanelComplate = sidePanelComplates.First();
|
|
|
|
|
int sumSidePanelAmount = recordSidePanelComplate.OffLineAmount;
|
|
|
|
|
if (recordSidePanelComplate.OffLineAmount < offLineAmount)
|
|
|
|
|
{
|
|
|
|
|
//更新计划数量
|
|
|
|
|
ExecutePlanInfo executePlanInfo = _executePlanInfoServices.FirstAsync(x => x.TaskCode == planCode).Result;
|
|
|
|
|
var productPlanInfoList = _productPlanInfoServices.FirstAsync(d => d.ProductLineCode.Contains(stationCode) && d.PlanCode.Contains(executePlanInfo.ProductPlanCode)).Result;
|
|
|
|
|
productPlanInfoList.CompleteAmount = productPlanInfoList.CompleteAmount + (offLineAmount - recordSidePanelComplate.OffLineAmount);
|
|
|
|
|
_= _productPlanInfoServices.UpdateAsync(productPlanInfoList).Result;//更新计划
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
public class Bin
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 料仓Id
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string ProductId { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 是否启用
|
|
|
|
|
/// </summary>
|
|
|
|
|
public bool Status { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|