| | |
| | | }, |
| | | "ApiUrlConfig": { |
| | | "ErpHost": "http://10.110.24.30:8081", //erpIP |
| | | "MesHost": "http://10.110.24.30:8081", //mesIP |
| | | "WcsHost": "http://localhost:5005", // "http://localhost:57061", //wcsIPhttp://localhost:57061/ |
| | | "BoxHost": "http://10.110.24.30:8081", //boxIP |
| | | "MesHost": "http://10.18.99.67:3000", //mesIP |
| | | "WcsHost": "http://10.60.16.10:5005", // "http://localhost:57061", //wcsIPhttp://localhost:57061/ |
| | | "BoxHost": "http://10.18.99.88", //boxIP |
| | | "AgvHost": "http://10.18.99.66:8181", //agvIP |
| | | |
| | | // WCS |
| | | "IssueComApiUrl": "/api/demo/wcsTasks", //下发命令(出库、移库) |
| | | "IssueComApiUrl2": "/api/demo/wcsTask", //"/api/WCSApi/AddTask", //重新下发命令(出库、移库) |
| | | "AddOrderTaskUrl": "/api/demo/addOrderTask", //WMS给WCS下发的入库单任务 |
| | | "AddOrderTaskUrl": "/api/demo/orderTask", //WMS给WCS下发的入库单任务 |
| | | "HttpInConfirm": "/api/demo/HttpInConfirm", //WMS给WCS下发AGV入库请求 |
| | | "HttpInRequest": "/api/demo/HttpInRequest", //WMS给WCS下发AGV入库确认 |
| | | "HttpInFinish": "/api/demo/HttpInFinish", //WMS给WCS下发的AGV入库完成 |
| | | |
| | | // ERP |
| | | "AsnFinishUrl": "/api/wmsInterface/OutStockTask", //入库订单关闭 |
| | |
| | | "GetBoxUrl": "/api/wmsInterface/OutStockTask", //获取箱码信息 |
| | | |
| | | //MES |
| | | "MesAsnFinishUrl": "/port/mes/service/mes/save_worder_feedback", //入库单关单反馈 |
| | | "MesBeiLiaoUrl": "/port/mes/service/mes/save_morder_feedback", //备料反馈(原料备料到生产车间缓存区) |
| | | "MesGetTokenUrl": "/port/mes/service/system/sign_login", //获取令牌 |
| | | "MesAsnFinishUrl": "/mes/service/mes/save_worder_feedback", //入库单关单反馈 |
| | | "MesBeiLiaoUrl": "/mes/service/mes/save_morder_feedback", //备料反馈(原料备料到生产车间缓存区) |
| | | "MesGetTokenUrl": "/mes/service/system/sign_login", //获取令牌 |
| | | // 赋码 |
| | | |
| | | "FuMaGetBoxUrl": "/api/IO/QueryBarcode", //获取赋码箱码信息 |
| | | "FuMaGetTokenUrl": "/api/IO/QueryBarcode", //获取令牌 |
| | | |
| | | // AGV |
| | | "GenAgvSchedulingTask": "http://IP:PORT/rcms/services/rest/hikRpcService/genAgvSchedulingTask", //生成任务单接口 |
| | | "ContinueTask": "http://IP:PORT/rcms/services/rest/hikRpcService/continueTask", //继续执行任务接口 |
| | | "GenPreScheduleTask": "http://IP:PORT/rcms/services/rest/hikRpcService/genPreScheduleTask" // 预调度对外接口 |
| | | "GenAgvSchedulingTask": "/rcms/services/rest/hikRpcService/genAgvSchedulingTask", //生成任务单接口 |
| | | "CancelTask": "/rcms/services/rest/hikRpcService/cancelTask", //取消任务接口 |
| | | "ContinueTask": "/rcms/services/rest/hikRpcService/continueTask", //继续执行任务接口 |
| | | "GenPreScheduleTask": "/rcms/services/rest/hikRpcService/genPreScheduleTask" // 预调度对外接口 |
| | | }, |
| | | "MesConfig": { |
| | | "MesUser": "wms", |