| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255 |
- using CCDCount.DLL.AlarmTools;
- using CCDCount.DLL.SqlDataClass;
- using CCDCount.DLL.Tools;
- using CCDCount.MODEL.CameraClass;
- using CCDCount.MODEL.ConfigModel;
- using CCDCount.MODEL.ResultModel;
- using CCDCount.MODEL.ShuLiModel;
- using LogClass;
- using MvCameraControl;
- using System;
- using System.Collections.Concurrent;
- using System.Collections.Generic;
- using System.Data.Entity.Core.Common.CommandTrees.ExpressionBuilder;
- using System.Diagnostics;
- using System.Drawing;
- using System.Linq;
- using System.Runtime.InteropServices;
- using System.Threading;
- using System.Threading.Tasks;
- namespace CCDCount.DLL
- {
- public class MainThreadClass
- {
- #region 变量与实例
- Thread SwitchIdentifyImageThread = null;
- private bool IsSwitch = false;
- public ShuLiClass shuLiClass = null;
- CameraClass cameraClass = new CameraClass();
- public ShuLiConfigClass shuLiConfig = null;
- public CameraConfig cameraConfig = null;
- public bool CameraConfigIsChange = false;
- public string BatchNumber = "";
- public int ThisCamerNo = -1;
- public double XCoefficient {
- get
- {
- shuLiClass.GetXYCoefficient(out double XCoefficient, out double YCoefficient);
- return XCoefficient;
- }
- set
- {
- shuLiClass.SetXCoefficient(value);
- }
- }
- public double YCoefficient {
- get
- {
- shuLiClass.GetXYCoefficient(out double XCoefficient, out double YCoefficient);
- return YCoefficient;
- }
- set
- {
- shuLiClass.SetYCoefficient(value);
- }
- }
- public bool CameraStatic { get { return _CameraStatic; } }
- private bool _CameraStatic = false;
- // 返回交换线程状态
- public bool CameraRunStatic { get { return IsSwitch; } }
- public bool CameraSendMessageStatic { get { return IsSend; } }
- public bool IsOpenLoadThread { get { return _IsOpenLoadThread; }}
- private bool _IsOpenLoadThread = false;
- public int HistoryActiveNum { get { return shuLiClass.GetHistoryActiveNum(); } }
- public int OkHistoryNum { get { return shuLiClass.GetOkHistoryNum(); } }
- public int NgHistoryNum { get { return shuLiClass.GetNgHistoryNum(); } }
- // 数粒信息发送线程
- Thread SendBottLogicMessageThread = null;
- bool IsSend = false;
- // Modbus客户端实例
- public ModbusTcpClient modbusTcpClient = new ModbusTcpClient();
- // 颗粒结果待发送队列
- //ConcurrentQueue<ushort> SendQueue = new ConcurrentQueue<ushort>();
- ConcurrentQueue<TestSenMessage> SendQueue = new ConcurrentQueue<TestSenMessage>();
- /// <summary>
- /// 数粒状态计时器
- /// </summary>
- Stopwatch stopwatch = Stopwatch.StartNew();
- /// <summary>
- /// 数粒状态
- /// </summary>
- private bool _ShuLiState = true;
- public bool ShuLiState { get { return _ShuLiState; } }
- private bool _IsDebug = false;
- public bool IsDebug { get { return _IsDebug; } }
- private bool IsConnectModbus = false;
- public static ActionMesSqliteDataClass actionMesSqliteDataClass = null;
- ConcurrentQueue<IFrameOut> _images = new ConcurrentQueue<IFrameOut>();
- public string FormulationName { get; set; } = string.Empty;
- public bool IsLoadFormulation = false;
- #endregion
- #region 公共方法
- /// <summary>
- /// 设置ModbusTcpClient
- /// </summary>
- /// <param name="modbusTcpClient"></param>
- public void ConnectModbus(string ipAddress)
- {
- Task.Run(() =>
- {
- int i = 10;
- while(!modbusTcpClient.Connect(ipAddress)&&i>0)
- {
- IsConnectModbus = false;
- //SystemAlarm.AlarmAlert(AlarmMessageList.数粒通讯连接失败, $"Modbus通讯连接失败,目标IP:{ipAddress}", "DLL:MainThreadClass-ConnectModbus");
- SystemAlarm.AlarmAlert(AlarmMessageList.数粒通讯连接失败,
- $"Number counting communication connection failed, target IP:{ipAddress}",
- $"Modbus通讯连接失败,目标IP:{ipAddress}",
- "DLL:MainThreadClass-ConnectModbus");
- i--;
- Task.Delay(1000);
- }
- SystemAlarm.AlarmCancel(AlarmMessageList.数粒通讯连接失败);
- LOG.log("数粒通讯成功", 6);
- //FaultLog.RecordLogMessage($"Modbus通讯连接成功,目标IP:{ipAddress}",6);
- IsConnectModbus = true;
- });
- //if (!modbusTcpClient.Connect(ipAddress))
- //{
- // //FaultLog.RecordErrorMessage($"MianThread{cameraConfig.CamerNo}-Modbus通讯连接失败,目标IP:{ipAddress}");
- // SystemAlarm.AlarmAlert(AlarmMessageList.PLC通讯连接失败, $"Modbus通讯连接失败,目标IP:{ipAddress}", "DLL:MainThreadClass-ConnectModbus");
- // return;
- //}
- //IsConnectModbus = true;
- //SystemAlarm.AlarmCancel(AlarmMessageList.PLC通讯连接失败);
- }
- /// <summary>
- /// 初始化构造方法
- /// </summary>
- /// <param name="configClass"></param>
- /// <param name="CameraConfig"></param>
- public MainThreadClass(ShuLiConfigClass configClass,CameraConfig CameraConfig)
- {
- shuLiConfig = configClass;
- cameraConfig = CameraConfig;
- // 数粒配置文件地址
- if (configClass!=null)
- {
- // 创建数粒对象(配置文件)
- shuLiClass = new ShuLiClass(shuLiConfig);
- }
- else
- {
- // 创建数粒对象(默认)
- shuLiClass = new ShuLiClass();
- }
- _IsOpenLoadThread = cameraConfig.IsOpenLoad;
- ThisCamerNo = cameraConfig.CamerNo;
- }
- /// <summary>
- /// 加载相机
- /// </summary>
- /// <returns></returns>
- public bool LoadCamera()
- {
- bool result = false;
- // 相机列表
- try
- {
- // 获取相机列表
- cameraClass.GetCameraList(out List<CameraInfoClass> list);
- if (list.Count == 0)
- {
- //FaultLog.RecordErrorMessage(string.Format("{0}:没有相机", "MainThreadClass-StartMianThread"));
- SystemAlarm.AlarmAlert(AlarmMessageList.未检测到相机,
- "No Camera",
- "没有相机",
- "DLL:MainThreadClass-LoadCamera");
- // 如果没有相机,则退出
- return result;
- }
- SystemAlarm.AlarmCancel(AlarmMessageList.未检测到相机);
- // 加载相机
- // cameraClass.LoadCamereDevice(list.First().DeviceSN);
- if (!cameraClass.LoadCamereDevice(cameraConfig))
- {
- //FaultLog.RecordErrorMessage(string.Format("{0}:相机加载失败", "MainThreadClass-StartMianThread"));
- SystemAlarm.AlarmAlert(AlarmMessageList.相机加载失败,
- "No LoadCamera",
- "相机加载失败",
- "DLL:MainThreadClass-LoadCamera");
- return result;
- }
- SystemAlarm.AlarmCancel(AlarmMessageList.相机加载失败);
- CameraConfigIsChange = false;
- }
- catch(Exception ex)
- {
- Console.WriteLine($"MainThreadClass-LoadCamera:加载相机失败: {ex.Message}");
- }
- return result;
- }
- /// <summary>
- /// 重新加载相机配置
- /// </summary>
- public void ReLoadCameraConfig()
- {
- if(CameraConfigIsChange)
- {
- CameraConfig OldcameraConfig = cameraClass.GetConfigValue();
- if(OldcameraConfig.CameraSNNum != cameraConfig.CameraSNNum)
- {
- cameraClass.LoadCamereDevice(cameraConfig);
- }
- else
- {
- cameraClass.ReLoadCameraConfig(cameraConfig);
- }
- }
- }
- /// <summary>
- /// 开始主线程
- /// </summary>
- public bool StartMianThread()
- {
- bool result = false;
- try
- {
- if (BatchNumber == "")
- {
- FaultLog.RecordErrorMessage($"Camera {cameraConfig.CamerNo} does not have a batch number, and it failed to start", "Dll:MainThreadClass-StartMianThread");
- return result;
- }
- //if (!IsConnectModbus)
- //{
- // FaultLog.RecordErrorMessage($"Camera {cameraConfig.CamerNo} does not have a PLC connection, resulting in startup failure", "Dll:MainThreadClass-StartMianThread");
- // return result;
- //}
- timeBeginPeriod(1); // 设置为1ms精度
- actionMesSqliteDataClass = new ActionMesSqliteDataClass($"{AppDomain.CurrentDomain.BaseDirectory}DATA\\ActiveObjectData\\Cam{cameraConfig.CamerNo}\\ActiveObjectData_{BatchNumber}.db");
- //actionMesSqliteDataClass = new ActionMesSqliteDataClass($"{AppDomain.CurrentDomain.BaseDirectory}DATA\\ActiveObjectData\\Cam{cameraConfig.CamerNo}\\ActiveObjectData20250827.db");
- actionMesSqliteDataClass.GetAllActionMinStartMaxEndLine(out int num, out int StartLine, out int EndLine);
- shuLiClass.InitCurrentLine(EndLine);
- //shuLiClass.InitNum(num);
- // 取图开启
- if (!cameraClass.StartCamera())
- {
- return result;
- }
- _CameraStatic = true;
- StartSendBottLogicMessageThread();
- // 数据交换线程开启
- StartSwitchThread();
- // 为数粒算法的识别成功一粒回调函数添加方法
- //shuLiClass.WorkCompleted += Worker_OneGrainCompleted;
- // 开启识别线程
- shuLiClass.StartIdentifyFuntion2(cameraClass.GetCamereImageSize().Width);
- result = true;
- }
- catch(Exception ex)
- {
- Console.WriteLine($"MainThreadClass-StartMianThread:启动失败: {ex.Message}");
- }
- return result;
- }
- /// <summary>
- /// 停止主线程
- /// </summary>
- public bool StopMianThread()
- {
- bool result = false;
- try
- {
- _CameraStatic = false;
- shuLiClass.WorkCompleted -= Worker_OneGrainCompleted;
- // 相机取图关闭
- cameraClass.StopCamera();
- // 数据交换线程关闭
- StopSwitchThread();
- // 数粒识别线程关闭
- shuLiClass.StopIdentifyFuntion();
- StopSendBottLogicMessageThread();
- result = true;
- actionMesSqliteDataClass.Dispose();
- }
- catch(Exception ex)
- {
- LOG.error($"MainThreadClass-StopMianThread:停止失败: {ex.Message}");
- }
- return result;
- }
- /// <summary>
- /// 释放相机资源
- /// </summary>
- public void DisposeCamera()
- {
- cameraClass.StopCamera();
- cameraClass.DisPoseCamera();
- }
- /// <summary>
- /// 重加载相机
- /// </summary>
- /// <param name="CameraSN"></param>
- /// <returns></returns>
- public bool ReLoadCamera(string CameraSN)
- {
- bool result;
- result = cameraClass.ReLoadCameraDevice(CameraSN);
- if (result)
- {
- cameraConfig = cameraClass.GetConfigValue();
- }
- return result;
-
- }
- /// <summary>
- /// 获取显示用的图片数据
- /// </summary>
- /// <param name="ImageHeight"></param>
- /// <param name="Data"></param>
- public void GetShowImage(int ImageHeight,out Bitmap ImageData)
- {
- List<RowStartEndCol> RowsShowList = new List<RowStartEndCol>();
- ActiveObjectClass NewActive = shuLiClass.GetLastActive();
- if (NewActive == null)
- {
- LOG.log(string.Format("{0}:没有获取到数粒数据", "MainThreadClass-GetShowImage"));
- ImageData = GetNullShowImage(4096, ImageHeight);
- return;
- }
- List<ActiveObjectClass> Data = shuLiClass.GetHistoryActive().Where(o => o.LastSeenLine > NewActive.LastSeenLine - ImageHeight).ToList();
- Bitmap BitmapImage = new Bitmap(NewActive.ImageWidth, ImageHeight);
- if (Data.Count > 0)
- {
- int ThisImageStartLine = (int)Data.Max(o => o.LastSeenLine) - ImageHeight;
- using (Graphics g = Graphics.FromImage(BitmapImage))
- {
- g.Clear(Color.White);
- var redPen = new Pen(Color.Red, 1);
- var bluePen = new Pen(Color.FromArgb(0,146,255), 1);
- var GreenPen = new Pen(Color.SeaGreen, 5);
- using (Pen RedPan = new Pen(Color.Black, 5))
- {
- for (int i = 0; i < shuLiClass.ChannelsRoi.Count - 1; i++)
- {
- g.DrawLine(RedPan, new Point(shuLiClass.ChannelsRoi[i], 0), new Point(shuLiClass.ChannelsRoi[i], BitmapImage.Height));
- }
- }
- foreach (var item in Data)
- {
- int roix = item.MinStartCol - 5;
- int roiy = (int)(item.StartLine - ThisImageStartLine) - 5 < 0 ? 0 : (int)(item.StartLine - ThisImageStartLine) - 5;
- int roiheight = (int)(item.LastSeenLine - ThisImageStartLine - roiy) + 10;
- int roiwidth = item.MaxEndCol - item.MinStartCol + 10;
- g.DrawRectangle(GreenPen, new Rectangle(roix, roiy, roiwidth, roiheight));
- Font font = new Font("Arial", 20);
- g.DrawString(item.Num.ToString(), font, Brushes.Black, new Point(roix - 20*item.Num.ToString().Length, roiy - 20));
- foreach (var item1 in item.RowsData)
- {
- if((int)(item1.RowsCol - ThisImageStartLine)<0) continue;
- int yPos = (int)(item1.RowsCol - ThisImageStartLine);
- g.DrawLine(item.StateCode == 0 ? bluePen : redPen, new Point(item1.StartCol, yPos), new Point(item1.EndCol, yPos));
- }
- }
- }
- }
- ImageData = BitmapImage.Clone() as Bitmap;
- BitmapImage.Dispose();
- //GC.Collect();
- }
- public void GetShowImage(int ImageHeight, int ImageWidth , out Bitmap ImageData)
- {
- List<RowStartEndCol> RowsShowList = new List<RowStartEndCol>();
- ActiveObjectClass NewActive = shuLiClass.GetLastActive();
- if (NewActive == null)
- {
- LOG.log(string.Format("{0}:没有获取到数粒数据", "MainThreadClass-GetShowImage"));
- ImageData = GetNullShowImage(ImageWidth, ImageHeight);
- return;
- }
- List<ActiveObjectClass> Data = shuLiClass.GetHistoryActive().Where(o => o.StartLine > NewActive.StartLine - ImageHeight).ToList();
- Bitmap BitmapImage = new Bitmap(NewActive.ImageWidth, ImageHeight);
- if (Data.Count > 0)
- {
- int ThisImageStartLine = (int)Data.Max(o => o.LastSeenLine) - ImageHeight;
- using (Graphics g = Graphics.FromImage(BitmapImage))
- {
- g.Clear(Color.White);
- var redPen = new Pen(Color.Red, 1);
- var bluePen = new Pen(Color.FromArgb(0, 146, 255), 1);
- var GreenPen = new Pen(Color.SeaGreen, 5);
- using (Pen RedPan = new Pen(Color.Black, 5))
- {
- for (int i = 0; i < shuLiClass.ChannelsRoi.Count - 1; i++)
- {
- g.DrawLine(RedPan, new Point(shuLiClass.ChannelsRoi[i], 0), new Point(shuLiClass.ChannelsRoi[i], BitmapImage.Height));
- }
- }
- foreach (var item in Data)
- {
- int roix = item.MinStartCol - 5;
- int roiy = ImageHeight - (int)(item.LastSeenLine - ThisImageStartLine) - 5 < 0 ? 0 : ImageHeight - (int)(item.LastSeenLine - ThisImageStartLine) - 5;
- int roiheight = ImageHeight - (int)(item.StartLine - ThisImageStartLine) - roiy + 10;
- int roiwidth = item.MaxEndCol - item.MinStartCol + 10;
- g.DrawRectangle(GreenPen, new Rectangle(roix, roiy, roiwidth, roiheight));
- Font font = new Font("Arial", 20);
- g.DrawString(item.Num.ToString(), font, Brushes.Black, new Point(roix - 20 * item.Num.ToString().Length, roiy - 20));
- foreach (var item1 in item.RowsData)
- {
- if ((int)(item1.RowsCol - ThisImageStartLine) < 0) continue;
- int yPos = ImageHeight - (int)(item1.RowsCol - ThisImageStartLine);
- g.DrawLine(item.StateCode == 0 ? bluePen : redPen, new Point(item1.StartCol, yPos), new Point(item1.EndCol, yPos));
- }
- }
- }
- }
- ImageData = BitmapImage.Clone() as Bitmap;
- BitmapImage.Dispose();
- //GC.Collect();
- }
- /// <summary>
- /// 获取无数据的图片
- /// </summary>
- /// <param name="ImageWidth"></param>
- /// <param name="ImageHeight"></param>
- /// <param name="ImageData"></param>
- public Bitmap GetNullShowImage(int ImageWidth, int ImageHeight)
- {
- Bitmap BitmapImage = new Bitmap(ImageWidth, ImageHeight);
- using (Graphics g = Graphics.FromImage(BitmapImage))
- {
- g.Clear(Color.White);
- using (Pen RedPan = new Pen(Color.Black, 8))
- {
- for (int i = 0; i < shuLiClass.ChannelsRoi.Count - 1; i++)
- {
- g.DrawLine(RedPan, new Point(shuLiClass.ChannelsRoi[i], 0), new Point(shuLiClass.ChannelsRoi[i], BitmapImage.Height));
- }
- }
- }
- return BitmapImage;
- }
- /// <summary>
- /// 获取此刻的Config数据
- /// </summary>
- /// <param name="config"></param>
- public void GetAllConfigValue(out CameraConfig Camconfig,out ShuLiConfigClass shuLiConfig)
- {
- //判断是否加载了相机
- if(cameraClass.IsLoadCamera())
- {
- //获取已经加载的相机的配置
- cameraConfig = cameraClass.GetConfigValue();
- Camconfig = cameraConfig;
- }
- else
- {
- cameraConfig = new CameraConfig();
- Camconfig = cameraConfig;
- }
- //读取视觉配置
- shuLiConfig = shuLiClass.GetConfigValue();
- this.shuLiConfig = shuLiConfig;
- }
- /// <summary>
- /// 获取相机此刻的Config数据
- /// </summary>
- /// <param name="CameraConfig"></param>
- public CameraConfig GetCameraConfig()
- {
- CameraConfig result = null;
- //判断是否加载了相机
- if (cameraClass.IsLoadCamera())
- {
- //获取已经加载的相机的配置
- result = cameraClass.GetConfigValue();
- cameraConfig = result;
- }
- return result;
- }
- /// <summary>
- /// 保存所有Config
- /// </summary>
- public void SaveAllConfig()
- {
- shuLiClass.SaveConfig();
- }
- /// <summary>
- /// 获取相机连接状态
- /// </summary>
- /// <returns></returns>
- public bool GetCameraConnectStatic()
- {
- bool result = false;
- if(cameraClass != null)
- result = cameraClass.IsConnectCamera();
- return result;
- }
- /// <summary>
- /// 清除历史数据
- /// </summary>
- /// <returns></returns>
- public bool ClearHistoryActive()
- {
- bool result = false;
- if(shuLiClass != null)
- result = shuLiClass.ClearHistoryActive();
- return result;
- }
- public bool ClearSendQueue()
- {
- bool result = false;
- while(SendQueue.Count>0)
- {
- SendQueue.TryDequeue(out TestSenMessage testSen);
- }
- result = true;
- return result;
- }
- /// <summary>
- /// 获取过去一秒内颗粒数量
- /// </summary>
- /// <returns></returns>
- public int GetOneSecondActiveNum()
- {
- int result = 0;
- if(shuLiClass != null)
- result = shuLiClass.GetHistoryActive().Where(o=>o.EndCheckTime>DateTime.Now-TimeSpan.FromSeconds(1)).Count();
- return result;
- }
- /// <summary>
- /// 获取相机原图一张
- /// </summary>
- /// <returns></returns>
- public Bitmap GetCamImageOnce()
- {
- Bitmap result = null;
- if(_images.Count>0)
- {
- _images.TryDequeue(out IFrameOut image);
- if(image != null)
- result = image.Image.ToBitmap();
- }
- return result;
- }
- public void ParameterTrain(List<ActiveObjectClass> ListValues)
- {
- if(ListValues.Count() > 0)
- {
- if(ListValues.Count()>500)
- {
- ListValues = ListValues.Take(500).OrderByDescending(o=>o.Area).ToList();
- }
- int MaxArea = ListValues.Max(x => x.Area);
- int MinArea = ListValues.Min(x => x.Area);
- double MaxLength = ListValues.Max(x => x.MaxLength);
- double MinLength = ListValues.Min(x => x.MaxLength);
- if(ListValues.Count<2) return;
- int ChazhiId = -1;
- int MaxChazhi = 0;
- for (int i = 1; i < ListValues.Count; i++)
- {
- int Chazhi = (ListValues[i - 1].Area - ListValues[i].Area);
- if (Chazhi > MaxChazhi*10)
- {
- MaxChazhi = Chazhi;
- ChazhiId = i;
- }
- }
- if(ChazhiId == -1)
- return;
- int yuzhi = (int)Math.Sqrt(2) + 2;
- }
- }
- /// <summary>
- /// 运行参数训练
- /// </summary>
- /// <returns></returns>
- public ParaTrainResultClass ParameterTrain()
- {
- var ListValues = shuLiClass.GetHistoryActive();
- ParaTrainResultClass Result = new ParaTrainResultClass();
- if (ListValues.Count() > 0)
- {
- if (ListValues.Count() > 500)
- {
- ListValues = ListValues.Skip(ListValues.Count - 500).OrderByDescending(o => o.Area).ToList();
- }
- if (ListValues.Count < 2)
- {
- Result = null;
- return Result;
- }
- Result.NoiseFilterThreshold = 5;
- var LengthListValues = ListValues.OrderBy(o => o.MaxLength).Skip(100).Take(300).ToList();
- Result.MaxLength = Convert.ToInt32(ListValues.Max(x => x.MaxLength) * 1.1);
- Result.MinLength = Convert.ToInt32(ListValues.Min(x => x.MaxLength) * 0.9);
- var AreaListValues = ListValues.OrderBy(o => o.Area).Skip(100).Take(300).ToList();
- Result.MaxArea = Convert.ToInt32(ListValues.Max(x => x.Area) * 1.1);
- Result.MinArea = Convert.ToInt32(ListValues.Min(x => x.Area) * 0.9);
- }
- return Result;
- }
- public ParaTrainResultClass ParameterTrain(int KeliW,int KeliL)
- {
- var ListValues = shuLiClass.GetHistoryActive();
- ParaTrainResultClass Result = new ParaTrainResultClass();
- List<ActiveObjectClass> LengthListValues = null;
- List<ActiveObjectClass> AreaListValues = null;
- if (ListValues.Count() > 0)
- {
- try
- {
- LOG.log("参数训练-数据筛选", 6);
- if (ListValues.Count() > 1000)
- {
- ListValues = ListValues.Skip(ListValues.Count - 1000).OrderByDescending(o => o.Num).ToList();
- }
- if (ListValues.Count < 2)
- {
- Result = null;
- return Result;
- }
- List<MaxLengthModel> maxLengthModels = new List<MaxLengthModel>();
- LOG.log("参数训练-凸包计算-未标定长度检测", 6);
- foreach (var item in ListValues)
- {
- List<Point> points = shuLiClass.ConvexHull(item.RowsData);
- var itemLenValue = shuLiClass.CoefficientCalculateMinimumBoundingRectangle(points);
- var UseValue = new MaxLengthModel()
- {
- MaxLength = itemLenValue.Height,
- Point1 = itemLenValue.HeightPoints[0],
- Point2 = itemLenValue.HeightPoints[1]
- };
- maxLengthModels.Add(UseValue);
- }
- LOG.log("参数训练-标定计算", 6);
- var ScaleResult = LineScanCameraCalibrator.CalculateLineScanPixelScale(maxLengthModels, KeliL);
- shuLiClass.SetXCoefficient(ScaleResult.XScale);
- shuLiClass.SetYCoefficient(ScaleResult.YScale);
- shuLiConfig.ScaleX = ScaleResult.XScale;
- shuLiConfig.ScaleY = ScaleResult.YScale;
- Result.ScaleX = ScaleResult.XScale;
- Result.ScaleY = ScaleResult.YScale;
- Result.NoiseFilterThreshold = 5;
- LOG.log("参数训练-计算标定后的长度", 6);
- foreach (var item in ListValues)
- {
- item.MaxLength = shuLiClass.SizeCalculation(item.RowsData).Height;
- }
- LOG.log("参数训练-长度数据筛选", 6);
- if (ListValues.Count >= 1000)
- {
- LengthListValues = ListValues.OrderBy(o => o.MaxLength).Skip(10).Take(980).ToList();
- }
- else
- {
- LengthListValues = ListValues.OrderBy(o => o.MaxLength).Skip(10).Take(ListValues.Count - 20).ToList();
- }
- LOG.log("参数训练-长度数据计算", 6);
- Result.MaxLength = Convert.ToInt32(LengthListValues.Max(x => x.MaxLength)) + 2;
- Result.MinLength = Convert.ToInt32(LengthListValues.Min(x => x.MaxLength) - 2);
- LOG.log("参数训练-面积数据筛选", 6);
- if (ListValues.Count >= 1000)
- {
- AreaListValues = ListValues.OrderBy(o => o.Area).Skip(10).Take(980).ToList();
- }
- else
- {
- AreaListValues = ListValues.OrderBy(o => o.Area).Skip(10).Take(ListValues.Count - 20).ToList();
- }
- LOG.log("参数训练-面积数据计算", 6);
- Result.MaxArea = Convert.ToInt32(AreaListValues.Max(x => x.Area)) + 50;
- Result.MinArea = Convert.ToInt32(AreaListValues.Min(x => x.Area)) - 50;
- }
- catch(Exception ex)
- {
- LOG.error(ex.Message);
- }
- }
- return Result;
- }
- #endregion
- #region 私有方法
- public DateTime FromUnixTimestamp(long timestamp, bool isMilliseconds = false)
- {
- try
- {
- // 如果未指定单位,尝试自动检测
- if (!isMilliseconds)
- {
- // 如果时间戳看起来像毫秒级(13位数字)
- if (timestamp.ToString().Length > 10)
- {
- isMilliseconds = true;
- }
- }
- if (isMilliseconds)
- {
- // 验证毫秒级时间戳范围
- const long minMilliTimestamp = -62135596800000; // 0001-01-01 00:00:00 UTC
- const long maxMilliTimestamp = 253402300799999; // 9999-12-31 23:59:59 UTC
- if (timestamp < minMilliTimestamp || timestamp > maxMilliTimestamp)
- {
- throw new ArgumentOutOfRangeException(nameof(timestamp),
- "毫秒级时间戳超出有效范围");
- }
- DateTime origin = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc).AddMilliseconds(timestamp);
- return TimeZoneInfo.ConvertTimeFromUtc(origin, TimeZoneInfo.Local);
- }
- else
- {
- // 验证秒级时间戳范围
- const long minTimestamp = -62135596800;
- const long maxTimestamp = 253402300799;
- if (timestamp < minTimestamp || timestamp > maxTimestamp)
- {
- throw new ArgumentOutOfRangeException(nameof(timestamp),
- "秒级时间戳超出有效范围");
- }
- DateTime origin = new DateTime(1970, 1, 1, 0, 0, 0, 0, DateTimeKind.Utc).AddSeconds(timestamp);
- return TimeZoneInfo.ConvertTimeFromUtc(origin, TimeZoneInfo.Local);
- }
- }
- catch (ArgumentOutOfRangeException)
- {
- throw;
- }
- catch (Exception ex)
- {
- throw new ArgumentException($"无法转换时间戳 {timestamp}: {ex.Message}", ex);
- }
- }
- //bool IsFill = false;
- //bool IsXuanZhuanCloseFaMen = false;
- /// <summary>
- /// 每数完一粒识别线程执行的事件
- /// </summary>
- /// <param name="sender"></param>
- /// <param name="e"></param>
- private void Worker_OneGrainCompleted(object sender, ActiveObjectEventArgsClass e)
- {
- //LOG.log("有活跃物体转换为了历史物体,回调事件被触发!", 6);
- //LOG.log(string.Format("图像处理实例中的待识别图像缓存队列长度{0}", shuLiClass.ImageNum), 6);
- if (e.Actives.Where(o => o.StateCode == 7).Count() > 0)
- {
- stopwatch.Restart();
- _ShuLiState = false;
- }
- else if (stopwatch.ElapsedMilliseconds > 1000)
- {
- stopwatch.Stop();
- _ShuLiState = true;
- }
- //Int16 result = new Int16();
- ushort[] result = new ushort[2];
- var Hset = new HashSet<int>();
- // 事件处理逻辑
- foreach (ActiveObjectClass oneActive in e.Actives)
- {
- //往数组中计数
- var UseTime = (oneActive.EndCheckTime - oneActive.StartCheckTime).TotalMilliseconds;
- var QutuYanshiTime = (DateTime.Now - oneActive.PictureEndReadTime).TotalMilliseconds;
- if (BatchNumber!="") oneActive.BatchNumber = BatchNumber;
- LOG.log(string.Format("输出当前颗粒信息,颗粒编号:{0},开始时间:{1},第一张图像读取时间:{2},\n" +
- "识别耗时:{3},尾图到输出的时间:{4},颗粒状态:{5},通道数:{6}",
- oneActive.Num, oneActive.StartCheckTime.ToString("O"), oneActive.PictureStartReadTime.ToString("O"),
- UseTime.ToString(), QutuYanshiTime.ToString(), oneActive.StateCode, oneActive.ChannelNO), 6);
- if (QutuYanshiTime > 20)
- {
- LOG.error($"识别延时超过了20ms,耗时{QutuYanshiTime}");
- }
- //switch (oneActive.StateCode)
- //{
- // case 1:
- // SystemAlarm.AlarmAlert(AlarmMessageList.数粒超长粒,
- // "Counting extra-long particles",
- // "数粒超长粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- // case 2:
- // SystemAlarm.AlarmAlert(AlarmMessageList.数粒超短粒,
- // "Counting ultra-short particles",
- // "数粒超短粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- // case 5:
- // SystemAlarm.AlarmAlert(AlarmMessageList.数粒超大粒,
- // "Counting extra-large particles",
- // "数粒超大粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- // case 6:
- // SystemAlarm.AlarmAlert(AlarmMessageList.数粒超小粒,
- // "Counting ultra-small particles",
- // "数粒超小粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- // case 8:
- // SystemAlarm.AlarmAlert(AlarmMessageList.疑似叠粒,
- // "Count overlapping particles",
- // "疑似叠粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- // case 10:
- // SystemAlarm.AlarmAlert(AlarmMessageList.丢帧颗粒,
- // "Counting frame loss particles",
- // "丢帧颗粒",
- // "MianThreadClass-Worker_OneGrainCompleted");
- // break;
- //}
- //ThreadPool.QueueUserWorkItem(_ =>
- //{
- // if (actionMesSqliteDataClass != null)
- // {
- // try
- // {
- // actionMesSqliteDataClass.AddData(oneActive);
- // }
- // catch (Exception ex)
- // {
- // LOG.error("MianThread-Worker_OneGrainCompleted-Task:" + ex.Message);
- // }
- // }
- //});
- //记录到数据库
- //ThreadPool.QueueUserWorkItem(_ =>
- //{
- // if (actionMesSqliteDataClass != null)
- // {
- // try
- // {
- // actionMesSqliteDataClass.InsertActiveObject(oneActive);
- // }
- // catch (Exception ex)
- // {
- // LOG.error("MianThread-Worker_OneGrainCompleted-Task:" + ex.Message);
- // }
- // }
- //});
- if (!Hset.Add(oneActive.ChannelNO))
- {
- //有重复的通道的异常记录流程
- var EResult = new ushort[2];
- //正常运行流程
- if (oneActive.ChannelNO == -1)
- {
- //FaultLog.RecordErrorMessage("颗粒通道判定异常");
- FaultLog.RecordErrorMessage("Abnormal particle channel determination");
- continue;
- }
- if (oneActive.StateCode == 0)
- {
- //单通道合格计数
- EResult[0] |= (ushort)(1 << oneActive.ChannelNO);
- }
- else
- {
- if (oneActive.StateCode != 7 && oneActive.StateCode != 9)
- {
- //单通道不合格计数
- EResult[1] |= (ushort)(1 << (oneActive.ChannelNO));
- }
- else if (oneActive.StateCode == 7)
- {
- //FaultLog.RecordErrorMessage("视野存在遮挡,请检查相机");
- FaultLog.RecordErrorMessage("The field of view is obstructed. Please check the camera");
- }
- }
- SendQueue.Enqueue(new TestSenMessage()
- {
- Message = EResult,
- NumMessage = new ushort[] { (ushort)oneActive.Num },
- count = 1
- });
- continue;
- }
- else
- {
- //正常运行流程
- if (oneActive.ChannelNO == -1)
- {
- //FaultLog.RecordErrorMessage("颗粒通道判定异常");
- FaultLog.RecordErrorMessage("Abnormal particle channel determination");
- continue;
- }
- if (oneActive.StateCode == 0)
- {
- //单通道合格计数
- result[0] |= (ushort)(1 << oneActive.ChannelNO);
- }
- else
- {
- if (oneActive.StateCode != 7 && oneActive.StateCode != 9)
- {
- //单通道不合格计数
- result[1] |= (ushort)(1 << (oneActive.ChannelNO));
- }
- else if (oneActive.StateCode == 7)
- {
- //FaultLog.RecordErrorMessage("视野存在遮挡,请检查相机");
- FaultLog.RecordErrorMessage("The field of view is obstructed. Please check the camera");
- }
- }
- }
-
- }
- //LOG.log("当前待发送队列数量:" + SendQueue.Count, 6);
- if (IsSend)
- {
- SendQueue.Enqueue(new TestSenMessage()
- {
- Message = result,
- //NumMessage = new ushort[] { (ushort)oneActive.Num },
- NumMessage = e.Actives.Select(o => (ushort)o.Num).ToArray(),
- count = (ushort)e.Actives.Count
- });
- }
- }
- #endregion
- #region 线程方法
- /// <summary>
- /// 开启交换线程
- /// </summary>
- private void StartSwitchThread()
- {
- IsSwitch = true;
- shuLiClass.QueueSemaphore = new SemaphoreSlim(0);
- SwitchIdentifyImageThread = new Thread(SwitchIdentifyImageProcess)
- {
- Priority = ThreadPriority.AboveNormal
- };
- SwitchIdentifyImageThread.Start();
- }
- /// <summary>
- /// 关闭交换线程
- /// </summary>
- private void StopSwitchThread()
- {
- try
- {
- // 标志位设为false
- IsSwitch = false;
- if (SwitchIdentifyImageThread != null && SwitchIdentifyImageThread.IsAlive)
- SwitchIdentifyImageThread.Join();
- SystemAlarm.AlarmCancel(AlarmMessageList.数据分配线程停止失败);
- }
- catch (Exception ex)
- {
- SystemAlarm.AlarmAlert(AlarmMessageList.数据分配线程停止失败,
- "stop thread failed!, " + ex.Message,
- "数据分配线程停止失败:" + ex.Message,
- "DLL:MainThreadClass-StopSwitchThread");
- //FaultLog.RecordErrorMessage("MainThreadClass-StopSwitchThread:Stop thread failed!, " + ex.Message);
- Console.WriteLine("MainThreadClass-StopSwitchThread:Stop thread failed!, " + ex.Message);
- throw;
- }
- }
- /// <summary>
- /// 交换线程
- /// </summary>
- private void SwitchIdentifyImageProcess()
- {
- while (IsSwitch)
- {
- bool result = cameraClass.GetOnceImage(out IFrameOut IFramedata);
- if (result)
- {
- //Debug模式,不进行图像处理
- if (_IsDebug)
- {
- _images.Enqueue(IFramedata);
- if (_images.Count > 5)
- {
- _images.TryDequeue(out IFrameOut image);
- image.Dispose();
- }
- }
- if (IFramedata == null)
- continue;
- shuLiClass.SetOnceIdentifyImageData(IFramedata);
- shuLiClass.QueueSemaphore.Release(); // 通知处理线程有新数据
- }
- else
- continue;
- IFramedata.Dispose();
- Thread.Sleep(1);
- }
- }
- /// <summary>
- /// 启动发送消息线程
- /// </summary>
- private bool StartSendBottLogicMessageThread()
- {
- bool result = false;
- try
- {
- if(!IsConnectModbus) return result;
- IsSend = true;
- SendBottLogicMessageThread = new Thread(SendBottLogicMessageProcess);
- SendBottLogicMessageThread.Start();
- SystemAlarm.AlarmCancel(AlarmMessageList.结果发送线程启动失败);
- result = true;
- }
- catch (Exception ex)
- {
- //FaultLog.RecordErrorMessage("MianThread-StartSendBottLogicMessageThread:Start thread failed!, " + ex.Message);
- SystemAlarm.AlarmAlert(AlarmMessageList.结果发送线程启动失败,
- "MianThread-StartSendBottLogicMessageThread:Start thread failed!, " + ex.Message,
- "结果发送线程启动失败," + ex.Message,
- "DLL:MainThreadClass-StartSendBottLogicMessageThread");
- Console.WriteLine("MianThread-StartSendBottLogicMessageThread:Start thread failed!, " + ex.Message);
- result = false;
- }
- return result;
- }
- /// <summary>
- /// 停止发送消息线程
- /// </summary>
- private void StopSendBottLogicMessageThread()
- {
- try
- {
- // 标志位设为false
- if (SendBottLogicMessageThread != null && SendBottLogicMessageThread.IsAlive)
- {
- try
- {
- IsSend = false;
- SendBottLogicMessageThread.Join();
- //SendBottLogicMessageThread.Interrupt();
- }
- catch (ThreadStateException)
- {
- // 忽略异常
- }
- }
- //if (modbusTcpClient != null) modbusTcpClient.Disconnect();
- SystemAlarm.AlarmCancel(AlarmMessageList.结果发送线程停止失败);
- }
- catch (Exception ex)
- {
- //FaultLog.RecordErrorMessage("Start thread failed!, " + ex.Message);
- SystemAlarm.AlarmAlert(AlarmMessageList.结果发送线程停止失败,
- "MianThread-StopSendBottLogicMessageThread:Stop thread failed!, " + ex.Message,
- "结果发送线程停止失败, " + ex.Message,
- "DLL:MainThreadClass-StopSendBottLogicMessageThread");
- throw;
- }
- }
- /// <summary>
- /// 信息发送线程
- /// </summary>
- private void SendBottLogicMessageProcess1()
- {
- //获取数据
- TestSenMessage sendMessage;
- bool AllowTransfer;
- bool TransferDone;
- Stopwatch sw = Stopwatch.StartNew();
- while (IsSend)
- {
- //LOG.log("进入线程", 6);
- sw.Restart();
- sendMessage = new TestSenMessage();
- //读取装瓶状态
- AllowTransfer = false;
- TransferDone = false;
- bool[] ReturnValue = null;
- modbusTcpClient.ReadCoilsRegister(slaveId: 1, startAddress: 11, numRegisters: 2,out ReturnValue);
- if (ReturnValue == null)
- {
- continue;
- }
- AllowTransfer = ReturnValue[1];
- TransferDone = ReturnValue[0];
- //LOG.log(string.Format("读取值:AllowTransfer[0]:{0},TransferDone[1]:{1}", AllowTransfer, TransferDone), 6);
- //当允许写入且处于未写入的状态时
- if (AllowTransfer && !TransferDone)
- {
- if (SendQueue.Count() > 0)
- {
- if (!SendQueue.TryDequeue(out sendMessage))
- {
- //FaultLog.RecordErrorMessage("MainThreadClass-SendBottLogicMessageProcess-SendQueue.TryDequeue failed!");
- }
- }
- if (sendMessage.Message == null)
- {
- continue;
- }
- if (sendMessage.Message[0] != 0|| sendMessage.Message[1] != 0)
- {
- //写入数据
- modbusTcpClient.WriteMultipleRegisters(slaveId: 1, startAddress: 100, values: sendMessage.Message);
- modbusTcpClient.WriteCoilsRegister(slaveId: 1, CoilsAddress: 11, values: true);
- sw.Stop();
- LOG.log(string.Format("SendMessageOk:{0},SendMessageNg:{1},此次写值耗时:{2},此次写入数据量{3}", sendMessage.Message[0],sendMessage.Message[1], sw.Elapsed,sendMessage.count), 6);
- }
- }
- Thread.Sleep(1);
- }
- }
- /// <summary>
- /// 信息发送线程2
- /// </summary>
- private void SendBottLogicMessageProcess()
- {
- //获取数据
- TestSenMessage sendMessage;
- Stopwatch sw = Stopwatch.StartNew();
- Stopwatch WriteDoneTime = Stopwatch.StartNew();
- ushort writedoneMes = 0;
- writedoneMes |= (ushort)(1 << 0);
- while (IsSend)
- {
- //LOG.log("进入线程", 6);
- sendMessage = new TestSenMessage();
- ushort[] ReturnValue = null;
- ushort[] result = new ushort[20];
- modbusTcpClient.ReadHoldingRegisters(slaveId: 1, startAddress: 0, numRegisters: 1, out ReturnValue);
- if (ReturnValue == null)
- {
- continue;
- }
- if ((ReturnValue[0] & 1) == 0)
- {
- WriteDoneTime.Restart();
- while (SendQueue.Count==0&& IsSend)
- {
- //Thread.Sleep(1);
- }
- sw.Restart();
- int SendMessageCount = SendQueue.Count > 10 ? 10 : SendQueue.Count;
-
- for (int i = 0; i < SendMessageCount; i++)
- {
- if (!SendQueue.TryDequeue(out sendMessage))
- {
- //FaultLog.RecordErrorMessage("MainThreadClass-SendBottLogicMessageProcess-SendQueue.TryDequeue failed!");
- }
- if (sendMessage.Message == null)
- {
- continue;
- }
- result[i * 2] = sendMessage.Message[0];
- result[i * 2 + 1] = sendMessage.Message[1];
- }
- //写入数据
- modbusTcpClient.WriteMultipleRegisters(slaveId: 1, startAddress: 100, values: result);
- modbusTcpClient.WriteSingleRegister(slaveId: 1, registerAddress: 0, value: writedoneMes);
- if (result[0] > 0 || result[1]>0)
- {
- sw.Stop();
- WriteDoneTime.Stop();
- LOG.log(string.Format("待发送数量{0}", SendQueue.Count), 6);
- LOG.log(string.Format("SendMess1Ok:{0},SendMess1Ng:{1},SendMess2Ok:{2},SendMess2Ng:{3}," +
- "\nSendMessage3Ok:{4},SendMessage3Ng:{5},SendMessage4Ok:{6},SendMessage4Ng:{7}," +
- "\nSendMessage5Ok:{8},SendMessage5Ng:{9},SendMessage6Ok:{10},SendMessage6Ng:{11}," +
- "\nSendMessage7Ok:{12},SendMessage7Ng:{13},SendMessage8Ok:{14},SendMessage8Ng:{15}," +
- "\nSendMessage9Ok:{16},SendMessage9Ng:{17},SendMessage10Ok:{18},SendMessage10Ng:{19}," +
- "\n此次写值耗时:{20},此次WriteDone耗时:{21},此次写入数据量{22}",
- result[0], result[1], result[2], result[3],
- result[4], result[5], result[6], result[7],
- result[8], result[9], result[10], result[11],
- result[12], result[13], result[14], result[15],
- result[16], result[17], result[18], result[19],
- sw.Elapsed,WriteDoneTime.Elapsed,sendMessage.count), 6);
- if (sw.ElapsedMilliseconds > 10)
- LOG.error("通讯超时");
- }
- }
- Thread.Sleep(1);
- }
- }
- #endregion
- #region 外部函数
- [DllImport("winmm.dll")]
- static extern uint timeBeginPeriod(uint period);
- #endregion
- }
- public class TestSenMessage
- {
- public ushort[] Message { get; set; }
- //public Int16 Message { get; set; }
- public ushort[] NumMessage { get; set; }
- public ushort count { get; set; }
- }
- }
|