| | |
| | | |
| | | WorkPieceInfoManager.WorkPiecePushOff(wplog, LogType.PLCOP10); |
| | | threadStatusMonitor.Threadstatue = 1; |
| | | wplog.Remarks = (wplog.Remarks ?? "") + $"推出原因[{wplog.OP10Flag}] NOOK"; |
| | | wplog.Remarks =$"推出原因[{wplog.OP10Flag}] NOOK"; |
| | | } |
| | | //else if (wplog.OP10Flag == 2 || wplog.OP10Flag == 3) |
| | | else |
| | |
| | | Log4NetHelper.WriteInfoLog(PLCManger.GetLogTypeForWorkingProcedure(WorkingProcedure), $" {DataCapturePointCode}工序23监控读码标记 读取工件码数据{wplog.WorkPieceID}推出原因[{wplog.OP10Flag}]"); |
| | | |
| | | WorkPieceInfoManager.WorkPieceSPCPushOff(wplog, LogType.PLCOP10); |
| | | wplog.Remarks = (wplog.Remarks ?? "") + $"推出原因[{wplog.OP10Flag}] SPC"; |
| | | wplog.Remarks = $"推出原因[{wplog.OP10Flag}] SPC"; |
| | | threadStatusMonitor.Threadstatue = 1; |
| | | } |
| | | |