From 6a1382993b14c2bfa026b0f2f1dd33eda621813b Mon Sep 17 00:00:00 2001 From: zhangzhuo <512464164@qq.com> Date: Mon, 24 Mar 2025 16:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8A=A5=E8=A1=A8=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Runtime/HyosungRuntime.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs index bd62a7c..20d31d8 100644 --- a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs +++ b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs @@ -194,10 +194,11 @@ public class HyosungRuntime( try { await trayService.StorageAsync(info.TrayCode); - //reportExportService.ExportAsync(info.TrayCode); + await hyosungAgvService.StorageAsync(info.TrayCode); //标志下线已完成 await hyosungPlcService.LeaveCompletedAsync(); + await reportExportService.ExportAsync(info.TrayCode); logger.LogInformation($"plc leaving production line success"); } catch (Exception e)