From 27a86a8a1da0366d64df907b713ab8f1753714f8 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期二, 25 六月 2024 18:22:11 +0800 Subject: [PATCH] 添加VK4、VK5的通信处理逻辑(VK4、VK5)开发完成 --- 代码管理/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/VK5Job.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/VK5Job.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/VK5Job.cs" index a265a27..6e92d6e 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/VK5Job.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/PCS/WCS_Server/WIDESEA_WCS/Jobs/equipment/VK5Job.cs" @@ -35,7 +35,12 @@ client.Connect(); return; } - #region MyRegion + #region 淇℃伅浜や簰 + info_interaction.wheeldata(client); + info_interaction.scan(client); + info_interaction.labeller(client); + #endregion + #region 杞﹁疆淇℃伅杩芥函 Wheel_info_trace.Wheel_online(client); Wheel_info_trace.Wheel_machine(client); Wheel_info_trace.Wheel_offline(client); -- Gitblit v1.9.3