File was renamed from HH.WCS.Mobox3/HH.WCS.Mobox3.EmersonWCS/Program.cs |
| | |
| | | using HH.WCS.EmersonWcs.api; |
| | | using HH.WCS.EmersonWcs.core; |
| | | using HH.WCS.EmersonWcs.device; |
| | | using HH.WCS.EmersonWcs.process; |
| | | using HH.WCS.EmersonWcs.util; |
| | | using HH.WCS.EmersonWcs.wms; |
| | | using HH.WCS.Emerson.api; |
| | | using HH.WCS.Emerson.core; |
| | | using HH.WCS.Emerson.device; |
| | | using HH.WCS.Emerson.process; |
| | | using HH.WCS.Emerson.util; |
| | | using HH.WCS.Emerson.wms; |
| | | using Microsoft.Owin.Hosting; |
| | | using NLog; |
| | | using System; |
| | |
| | | using System.Threading; |
| | | using System.Threading.Tasks; |
| | | using Topshelf; |
| | | using Monitor = HH.WCS.EmersonWcs.core.Monitor; |
| | | using Monitor = HH.WCS.Emerson.core.Monitor; |
| | | |
| | | namespace HH.WCS.EmersonWcs |
| | | namespace HH.WCS.Emerson |
| | | { |
| | | internal class Program |
| | | { |
| | |
| | | //tasks.Add(GetTask(WMSCore.CheckShippingOrder)); |
| | | //tasks.Add(GetTask(WMSCore.CheckSortingOrder)); |
| | | //tasks.Add(GetTask(WMSCore.CheckSortingTask)); |
| | | // tasks.Add(GetTask(WCSCore.Dispatch)); |
| | | tasks.Add(GetTask(S7Helper.ReadSsxPLc)); |
| | | // tasks.Add(GetTask(WMSHelper.CreateOutTask)); |
| | | tasks.Add(GetTask(WCSCore.Dispatch)); |
| | | tasks.Add(GetTask(WMSHelper.CreateOutTask)); |
| | | // tasks.Add(GetTask(ApiHelper.transport)); |
| | | //添加自定义线程 |
| | | // tasks.Add(GetTask(Monitor.AutoTask)); |