增加报表输出

This commit is contained in:
zhangzhuo 2025-03-24 16:17:42 +08:00
parent 3cff6c75db
commit 6a1382993b

View File

@ -194,10 +194,11 @@ public class HyosungRuntime(
try try
{ {
await trayService.StorageAsync(info.TrayCode); await trayService.StorageAsync(info.TrayCode);
//reportExportService.ExportAsync(info.TrayCode);
await hyosungAgvService.StorageAsync(info.TrayCode); await hyosungAgvService.StorageAsync(info.TrayCode);
//标志下线已完成 //标志下线已完成
await hyosungPlcService.LeaveCompletedAsync(); await hyosungPlcService.LeaveCompletedAsync();
await reportExportService.ExportAsync(info.TrayCode);
logger.LogInformation($"plc leaving production line success"); logger.LogInformation($"plc leaving production line success");
} }
catch (Exception e) catch (Exception e)