| | |
| | | /// 追溯或赋码的IP |
| | | /// </summary> |
| | | public string BoxHost { get; set; } |
| | | /// <summary> |
| | | /// MES的IP |
| | | /// </summary> |
| | | public string MesHost { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Agv的IP |
| | | /// </summary> |
| | | public string AgvHost { get; set; } |
| | | |
| | | #region 上游系统 |
| | | |
| | |
| | | /// 获取箱码信息--从追溯或赋码系统 |
| | | /// </summary> |
| | | public string GetBoxUrl { get; set; } |
| | | /// <summary> |
| | | /// MES判断脏桶是否可清洗 |
| | | /// </summary> |
| | | public string MesPanClearPallet { get; set; } |
| | | |
| | | #endregion |
| | | |
| | |
| | | public string GetLog1 { get; set; } |
| | | public string GetLog2 { get; set; } |
| | | |
| | | #region AGV |
| | | |
| | | /// <summary> |
| | | /// 生成任务单接口 |
| | | /// </summary> |
| | | public string GenAgvSchedulingTask { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 继续执行任务接口 |
| | | /// </summary> |
| | | public string ContinueTask { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 预调度对外接口 |
| | | /// </summary> |
| | | public string GenPreScheduleTask { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | } |