自动化项目接口协议
    • MesForOms
      • 进站,判定LOT 是否允许生产
        GET
      • 请求周转仓需返回仓库
        GET
      • AGV 和 设备 事件上传
        GET
    • OmsForMes
      • 创建批次
        POST
      • QA信息录入
        GET
    • AgvForOms
      • AGV 执行指令
        GET
    • OmsForAgv
      • AGV 事件上传
        GET
    • 数据模型
      • ApiResult
      • BackWarehouseResult
      • CommandData
      • CommandType
      • EventData
      • EventType
      • LotInfo

    EventData

    事件数据

    {
        "machine": "string",
        "lotNo": "string",
        "transferWarehouse": "string",
        "slot": "string",
        "backWarehouse": "string",
        "eventType": "TransferWarehouseToMachineCommand"
    }
    Built with