| | |
| | | constvar.ProblemCodeSerf, |
| | | constvar.ProblemCodeCloud, |
| | | constvar.ProblemCodeDevice, |
| | | constvar.ProblemCodeProcessModel, |
| | | constvar.ProblemCodePlcConfig, |
| | | constvar.ProblemCodePlcAddressList, |
| | | constvar.ProblemCodePlcProcessModelAddressList, |
| | |
| | | constvar.ProblemCodeSerf: "serf集群", |
| | | constvar.ProblemCodeCloud: "消息队列", |
| | | constvar.ProblemCodeDevice: "生产设备绑定", |
| | | constvar.ProblemCodeProcessModel: "工艺参数", |
| | | constvar.ProblemCodePlcConfig: "plc配置", |
| | | constvar.ProblemCodePlcAddressList: "plc地址表", |
| | | constvar.ProblemCodePlcProcessModelAddressList: "plc工艺参数地址表", |
| | |
| | | checkObj = &PlcProcessModelAddressList{} |
| | | case constvar.ProblemCodePlcConnect: |
| | | checkObj = &PlcConnect{} |
| | | default: |
| | | continue |
| | | } |
| | | checkResultListTemp = append(checkResultListTemp, &CheckResult{ |
| | | ItemCode: item, |