From b67787b031e357c60565d3e1aa8b829706e520e2 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期五, 11 七月 2025 17:30:56 +0800 Subject: [PATCH] Mes接口修改 --- Program.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/Program.cs b/Program.cs index 6c4c9fd..b301861 100644 --- a/Program.cs +++ b/Program.cs @@ -90,6 +90,9 @@ List<Task> tasks = new List<Task>(); + //灏忚溅鍔ㄤ綔缂撳瓨澶勭悊 + tasks.Add(GetTask(Monitor.agvActionManage)); + //娣诲姞agv浠诲姟鎺ㄩ�绾跨▼ tasks.Add(GetTask(TaskCore.Dispatch)); @@ -105,7 +108,10 @@ //绌烘墭鑷姩鍑哄簱 tasks.Add(GetTask(Monitor.ktAuto)); - + + //鏍规嵁閰嶇疆锛屾瘡闂撮殧澶氬皯鍒嗛挓鎻愰珮澶氬皯浼樺厛绾�+ tasks.Add(GetTask(Monitor.UpdateOutTaskPriority)); + } public void Stop() { Console.WriteLine("work stopped"); } -- Gitblit v1.9.1