| | |
| | | } |
| | | } |
| | | }, |
| | | "/v1/processModel/list": { |
| | | "get": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "工艺模型" |
| | | ], |
| | | "summary": "获取工艺模型列表", |
| | | "parameters": [ |
| | | { |
| | | "type": "string", |
| | | "description": "当前正在使用的工艺参数编号", |
| | | "name": "number", |
| | | "in": "query", |
| | | "required": true |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "页码", |
| | | "name": "page", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "每页大小", |
| | | "name": "pageSize", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "description": "当前的工序id", |
| | | "name": "procedureId", |
| | | "in": "query", |
| | | "required": true |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/contextx.Response" |
| | | }, |
| | | { |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/model.ProcessModel" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/v1/task/countdown": { |
| | | "get": { |
| | | "produces": [ |
| | |
| | | "description": "每页大小", |
| | | "name": "pageSize", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "enum": [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ], |
| | | "type": "integer", |
| | | "x-enum-comments": { |
| | | "TaskModeCurrent": "未开始的和进行中的", |
| | | "TaskModeLastFinished": "上一个结束的", |
| | | "TaskModeUnStarted": "未开始的" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "TaskModeUnStarted", |
| | | "TaskModeCurrent", |
| | | "TaskModeLastFinished" |
| | | ], |
| | | "name": "taskMode", |
| | | "in": "query" |
| | | } |
| | | ], |
| | | "responses": { |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "data": { |
| | | "$ref": "#/definitions/response.TaskData" |
| | | "$ref": "#/definitions/response.TaskResponse" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/v1/task/updateProcessParams": { |
| | | "post": { |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | | "tags": [ |
| | | "Task" |
| | | ], |
| | | "summary": "更新工艺参数(进行中的任务)", |
| | | "parameters": [ |
| | | { |
| | | "description": "查询参数", |
| | | "name": "object", |
| | | "in": "body", |
| | | "required": true, |
| | | "schema": { |
| | | "$ref": "#/definitions/request.SendProcessParams" |
| | | } |
| | | } |
| | | ], |
| | | "responses": { |
| | | "200": { |
| | | "description": "成功", |
| | | "schema": { |
| | | "$ref": "#/definitions/contextx.Response" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "definitions": { |
| | |
| | | "items": { |
| | | "type": "string" |
| | | } |
| | | }, |
| | | "channel": { |
| | | "description": "通道序号", |
| | | "type": "integer" |
| | | }, |
| | | "deviceId": { |
| | | "type": "string" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "conf.Prompt": { |
| | | "type": "object", |
| | | "properties": { |
| | | "plcNotConnected": { |
| | | "type": "string" |
| | | }, |
| | | "safeProduce": { |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | | "constvar.PlcMethod": { |
| | | "type": "string", |
| | | "enum": [ |
| | |
| | | "PlcStartAddressValueTypeInt" |
| | | ] |
| | | }, |
| | | "constvar.TaskMode": { |
| | | "type": "integer", |
| | | "enum": [ |
| | | 1, |
| | | 2, |
| | | 3 |
| | | ], |
| | | "x-enum-comments": { |
| | | "TaskModeCurrent": "未开始的和进行中的", |
| | | "TaskModeLastFinished": "上一个结束的", |
| | | "TaskModeUnStarted": "未开始的" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "TaskModeUnStarted", |
| | | "TaskModeCurrent", |
| | | "TaskModeLastFinished" |
| | | ] |
| | | }, |
| | | "contextx.Response": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "address": { |
| | | "description": "PortName string ` + "`" + `gorm:\"type:varchar(191);comment:端口名称\" json:\"portName\"` + "`" + `\nFrequency int ` + "`" + `gorm:\"type:int(11);comment:数据更新频率 0-实时更新 1-1次/秒\" json:\"frequency\"` + "`" + `", |
| | | "description": "PortName string ` + "`" + `gorm:\"type:varchar(191);comment:端口名称\" json:\"portName\"` + "`" + `\nFrequency int ` + "`" + `gorm:\"comment:数据更新频率 0-实时更新 1-1次/秒\" json:\"frequency\"` + "`" + `", |
| | | "type": "string" |
| | | }, |
| | | "baudRate": { |
| | |
| | | "model.DevicePlcAddress": { |
| | | "type": "object", |
| | | "properties": { |
| | | "channel": { |
| | | "description": "数据起始地址", |
| | | "type": "integer" |
| | | }, |
| | | "fieldName": { |
| | | "description": "对应系统字段", |
| | | "allOf": [ |
| | |
| | | }, |
| | | "length": { |
| | | "description": "数据长度", |
| | | "type": "integer" |
| | | }, |
| | | "position": { |
| | | "description": "数据起始地址", |
| | | "type": "integer" |
| | | }, |
| | | "startAddress": { |
| | |
| | | "model.Procedures": { |
| | | "type": "object", |
| | | "properties": { |
| | | "channel": { |
| | | "description": "通道", |
| | | "type": "integer" |
| | | }, |
| | | "deviceId": { |
| | | "type": "string" |
| | | }, |
| | |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "position": { |
| | | "description": "每个设备可能有多个机位同时生产,用position表示位置", |
| | | "type": "integer" |
| | | }, |
| | | "procedure": { |
| | |
| | | "procedureId": { |
| | | "type": "string" |
| | | }, |
| | | "processModelNumber": { |
| | | "description": "工艺模型编号", |
| | | "type": "string" |
| | | }, |
| | | "startTime": { |
| | | "type": "integer" |
| | | }, |
| | | "status": { |
| | | "$ref": "#/definitions/model.ProcedureStatus" |
| | | } |
| | | } |
| | | }, |
| | | "model.ProcessModel": { |
| | | "type": "object", |
| | | "properties": { |
| | | "deviceId": { |
| | | "description": "用于过滤获取nsq消息", |
| | | "type": "string" |
| | | }, |
| | | "isUpdate": { |
| | | "description": "前端用", |
| | | "type": "boolean" |
| | | }, |
| | | "newNumber": { |
| | | "type": "string" |
| | | }, |
| | | "newParamsMap": { |
| | | "type": "object", |
| | | "additionalProperties": true |
| | | }, |
| | | "number": { |
| | | "description": "工艺模型编号", |
| | | "type": "string" |
| | | }, |
| | | "params": { |
| | | "type": "string" |
| | | }, |
| | | "paramsMap": { |
| | | "type": "object", |
| | | "additionalProperties": true |
| | | }, |
| | | "procedure": { |
| | | "description": "工序", |
| | | "type": "string" |
| | | }, |
| | | "product": { |
| | | "description": "产品名称", |
| | | "type": "string" |
| | | } |
| | | } |
| | | }, |
| | |
| | | "procedureId" |
| | | ], |
| | | "properties": { |
| | | "position": { |
| | | "type": "integer" |
| | | }, |
| | | "procedureId": { |
| | | "type": "integer" |
| | | } |
| | |
| | | "type": "object", |
| | | "properties": { |
| | | "address": { |
| | | "description": "PortName string ` + "`" + `gorm:\"type:varchar(191);comment:端口名称\" json:\"portName\"` + "`" + `\nFrequency int ` + "`" + `gorm:\"type:int(11);comment:数据更新频率 0-实时更新 1-1次/秒\" json:\"frequency\"` + "`" + `", |
| | | "description": "PortName string ` + "`" + `gorm:\"type:varchar(191);comment:端口名称\" json:\"portName\"` + "`" + `\nFrequency int ` + "`" + `gorm:\"comment:数据更新频率 0-实时更新 1-1次/秒\" json:\"frequency\"` + "`" + `", |
| | | "type": "string" |
| | | }, |
| | | "baudRate": { |
| | |
| | | "type": "string" |
| | | } |
| | | }, |
| | | "canStarted": { |
| | | "description": "是否可以开始生产", |
| | | "type": "boolean" |
| | | }, |
| | | "channel": { |
| | | "description": "当前任务在设备第几个通道", |
| | | "type": "integer" |
| | | }, |
| | | "currentProcedureIndex": { |
| | | "type": "integer" |
| | | }, |
| | | "order": { |
| | | "$ref": "#/definitions/model.Order" |
| | | }, |
| | | "position": { |
| | | "description": "当前任务在设备第几个位置", |
| | | "type": "integer" |
| | | }, |
| | | "procedure": { |
| | | "$ref": "#/definitions/model.Procedures" |
| | | } |
| | | } |
| | | }, |
| | | "response.TaskResponse": { |
| | | "type": "object", |
| | | "properties": { |
| | | "channelAmount": { |
| | | "description": "通道数量", |
| | | "type": "integer" |
| | | }, |
| | | "prompt": { |
| | | "description": "提示语", |
| | | "allOf": [ |
| | | { |
| | | "$ref": "#/definitions/conf.Prompt" |
| | | } |
| | | ] |
| | | }, |
| | | "taskCount": { |
| | | "description": "任务数量", |
| | | "type": "integer" |
| | | }, |
| | | "tasks": { |
| | | "description": "任务列表", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/response.TaskData" |
| | | } |
| | | }, |
| | | "workers": { |
| | | "description": "人员列表", |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/common.ProcedureWorker" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }` |