From 70233af5426b0d1c343ebe87183303a34a9aaa58 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 20 十一月 2024 09:05:38 +0800
Subject: [PATCH] WIDESEAWCS_QuartzJob更新版本

---
 WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs |   93 ----------------------------------------------
 1 files changed, 0 insertions(+), 93 deletions(-)

diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs b/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs
index b551f33..ac1c79d 100644
--- a/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs
+++ b/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs
@@ -35,97 +35,4 @@
 
         public int TaskNum { get; set; }
     }
-
-    public enum SignalType
-    {
-        /// <summary>
-        /// PLC鍏ュ簱鍙h姹�
-        /// </summary>
-        InEntranceRequest,
-
-        /// <summary>
-        /// WCS鍏ュ簱鍙e搷搴�
-        /// </summary>
-        InEntranceResponse,
-
-        /// <summary>
-        /// PLC鍏ュ簱鍙h姹傚浣�
-        /// </summary>
-        InEntranceRequestReset,
-
-        /// <summary>
-        /// WCS鍏ュ簱鍙e搷搴斿浣�
-        /// </summary>
-        InEntranceResponseReset,
-
-        /// <summary>
-        /// PLC鍑哄簱鍙h姹�
-        /// </summary>
-        OutEntranceRequest,
-
-        /// <summary>
-        /// WCS鍑哄簱鍙e搷搴�
-        /// </summary>
-        OutEntranceResponse,
-
-        /// <summary>
-        /// PLC鍑哄簱鍙h姹傚浣�
-        /// </summary>
-        OutEntranceRequestReset,
-
-        /// <summary>
-        /// WCS鍑哄簱鍙e搷搴斿浣�
-        /// </summary>
-        OutEntranceResponseReset,
-
-        /// <summary>
-        /// PLC鍏ュ簱绔欏彴璇锋眰
-        /// </summary>
-        InStationRequest,
-
-        /// <summary>
-        /// WCS鍏ュ簱绔欏彴鍝嶅簲
-        /// </summary>
-        InStationResponse,
-
-        /// <summary>
-        /// PLC鍏ュ簱绔欏彴璇锋眰澶嶄綅
-        /// </summary>
-        InStationRequestReset,
-
-        /// <summary>
-        /// WCS鍏ュ簱绔欏彴鍝嶅簲澶嶄綅
-        /// </summary>
-        InStationResponseReset,
-
-        /// <summary>
-        /// PLC鍑哄簱绔欏彴璇锋眰
-        /// </summary>
-        OutStationRequest,
-
-        /// <summary>
-        /// WCS鍑哄簱绔欏彴鍝嶅簲
-        /// </summary>
-        OutStationResponse,
-
-        /// <summary>
-        /// PLC鍑哄簱绔欏彴璇锋眰澶嶄綅
-        /// </summary>
-        OutStationRequestReset,
-
-        /// <summary>
-        /// WCS鍑哄簱绔欏彴鍝嶅簲澶嶄綅
-        /// </summary>
-        OutStationResponseReset,
-    }
-
-    public enum PLCSignalType
-    {
-        RequestInbound = 1,
-        RequestInNextAddress = 2,
-        ConveyorLineInFinish = 3,
-        RequestOutbound = 4,
-        RequestOutNextAddress = 5,
-        ConveyorLineOutFinish = 6
-    }
 }

--
Gitblit v1.9.3