From b7fe9e057b746151f0c9251e1ffd13d4e05ffc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83?= <15095123350@163.com> Date: Thu, 8 Aug 2024 13:21:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=BB=E5=8A=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Khd.Core.Wcs/Global/StaticTaskType.cs | 28 ----------------------- 1 file changed, 28 deletions(-) diff --git a/src/Khd.Core.Wcs/Global/StaticTaskType.cs b/src/Khd.Core.Wcs/Global/StaticTaskType.cs index e8fd5b2..7384ea4 100644 --- a/src/Khd.Core.Wcs/Global/StaticTaskType.cs +++ b/src/Khd.Core.Wcs/Global/StaticTaskType.cs @@ -12,142 +12,114 @@ namespace Khd.Core.Wcs.Global /// 二楼输送线到小包入口 /// public const int SecondLineToSmallPackage = 51; - /// /// 二楼废料工位到周转位 /// public const int SecondWasteToTransit = 56; - /// /// 二楼小包出口到库位 /// public const int SecondSmallPackageToStorage = 49; - /// /// 二楼周转位到提升机 /// public const int SecondTransitToLift = 57; - /// /// 二楼库位到提升机 /// public const int SecondStorageToLift = 50; - /// /// 二楼移库 /// public const int SecondRemove = 55; - /// /// 二楼提升机到废料工位 /// public const int SecondLiftToWaste = 53; - /// /// 二楼周转位到废料工位 /// public const int SecondTransitToWaste = 54; - /// /// 二楼提升机到周转位 /// public const int SecondLiftToTransit = 58; - /// /// 二楼周转位到小包入口 /// public const int SecondTransitToSmallPackage = 59; - /// /// 三楼移库 /// public const int ThirdRemove = 67; - /// /// 三楼原材料入库 /// public const int ThirdRawIn = 39; - /// /// 三楼原材料到翻转机 /// public const int ThirdRawToFlip = 41; - /// /// 三楼周转区到托盘收集架 /// public const int ThirdTransitToBin = 40; - /// /// 三楼翻转机到托盘收集架 /// public const int ThirdFlipToBin = 42; - /// /// 三楼托盘收集架到周转区 /// public const int ThirdBinToTransit = 43; - /// /// 三楼周转区到提升机 /// public const int ThirdTransitToLift = 44; - /// /// 五楼原材料入库 /// public const int FiveRawIn = 47; - /// /// 五楼原材料到拆分 /// public const int FiveRawToSplit = 46; - /// /// 五楼原材料拆分返库 /// public const int FiveRawSplitReturn = 28; - /// /// 五楼移库 /// public const int FiveRemove = 66; - /// /// 五楼原材料到背板安装 /// public const int FiveRawToBack = 33; - /// /// 五楼半成品入库 /// public const int FiveHalfIn = 34; - /// /// 五楼成品出库库 /// public const int FiveProductOut = 38; - /// /// 五楼辅料入库 /// public const int FiveAccessoryIn = 29; - /// /// 五楼辅料出库 /// public const int FiveAccessoryOut = 30; - /// /// 五楼辅料盘库 /// public const int FiveAccessoryStorage = 100; - /// /// 三楼接驳位转运空托盘到二楼 /// public const int ThirdTransitToSecond = 101; - /// /// 五楼辅料移库 ///