From 4383bfcc87a7726f39391eb78d830aca160d8efd Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期一, 30 九月 2024 10:07:52 +0800 Subject: [PATCH] bug修复 --- WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs | 85 ------------------------------------------ 1 files changed, 0 insertions(+), 85 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs b/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs index c8ef8c9..ac1c79d 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/ConveyorLineTaskCommand.cs @@ -34,90 +34,5 @@ public int TargetAddress { get; set; } public int TaskNum { get; set; } - - public short TrayType { 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, } } -- Gitblit v1.9.3