| | |
| | | /// WMS BASE |
| | | /// </summary> |
| | | public const string WMSIP_BASE = "WMSIPBASE"; |
| | | |
| | | public const string WCSIP_BASE = "WCSIPAddress"; |
| | | |
| | | public const string AGVIP_BASE = "AGVIPBASE"; |
| | | public const string ESSIP_BASE = "ESSIPBASE"; |
| | | public const string WCSIP_BASE = "WCSIPBASE"; |
| | | |
| | | /// <summary> |
| | | /// 请求任务 |
| | | /// 请求入库任务 |
| | | /// </summary> |
| | | public const string RequestTask = "RequestTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求任务货位 |
| | | /// </summary> |
| | | public const string RequestLocation = "RequestLocation"; |
| | | public const string RequestInboundTask = "RequestInboundTask"; |
| | | |
| | | /// <summary> |
| | | /// 修改任务状态 |
| | |
| | | public const string CompleteTask = "CompleteTask"; |
| | | |
| | | /// <summary> |
| | | /// AGV任务下发 |
| | | /// 请求出库任务 |
| | | /// </summary> |
| | | public const string SendAGVTask = "SendAGVTask"; |
| | | public const string RequestOutboundTask = "RequestOutboundTask"; |
| | | |
| | | /// <summary> |
| | | /// AGV任务继续 |
| | | /// 直接请求出库任务(不进入缓存库流程) |
| | | /// </summary> |
| | | public const string ContinueAGVTask = "ContinueAGVTask"; |
| | | public const string RequestInToOutTask = "RequestInToOutTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求二段跨楼层任务 |
| | | /// 直接请求入库任务(直接进入GW或CW流程,不进入缓存库流程) |
| | | /// </summary> |
| | | public const string AcrossFloorTask = "AcrossFloorTask"; |
| | | public const string RequsetInToGWOrCW = "RequsetInToGWOrCW"; |
| | | |
| | | /// <summary> |
| | | /// 请求堆垛机出库是否需要移库 |
| | | /// 发送任务 |
| | | /// </summary> |
| | | public const string StackerIsNeedRelocation = "StackerIsNeedRelocation"; |
| | | |
| | | public const string SendTask = "SendTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求AGV出库是否需要移库 |
| | | /// 取消任务 |
| | | /// </summary> |
| | | public const string AGVIsNeedRelocation = "AGVIsNeedRelocation"; |
| | | |
| | | /// <summary> |
| | | /// 更新货位状态 |
| | | /// </summary> |
| | | public const string UpdateStartLocationInfo = "UpdateStartLocationInfo"; |
| | | |
| | | |
| | | public const string Cancel = "Cancel"; |
| | | |
| | | } |
| | | } |