| | |
| | | ProblemCodeNetwork ProblemCode = "network" //网络错误 |
| | | ProblemCodeDB ProblemCode = "db" //数据库连接错误 |
| | | ProblemCodeSerf ProblemCode = "serf" //未加入serf集群 |
| | | ProblemCodeNsq ProblemCode = "nsq" //未连接消息队列 |
| | | ProblemCodeCloud ProblemCode = "cloud" //未连接云端 |
| | | ProblemCodeDevice ProblemCode = "device" //未绑定设备 |
| | | ProblemCodeProcessModel ProblemCode = "process_model" //工艺参数缺失 |
| | | ProblemCodePlcConfig ProblemCode = "plc_config" //plc配置缺失 |
| | |
| | | ProblemCodePlcProcessModelAddressList ProblemCode = "plc_process_model_address_list" //plc地址表缺失 |
| | | ProblemCodePlcConnect ProblemCode = "plc_connect" //plc连接失败 |
| | | ) |
| | | |
| | | type SystemStatusKey string |
| | | |
| | | const ( |
| | | SystemStatusKeyNsq SystemStatusKey = "nsq" |
| | | ) |
| | | |
| | | type SystemStatusValue string |
| | | |
| | | const ( |
| | | SystemStatusValueNormal SystemStatusValue = "1" |
| | | SystemStatusValueUnNormal SystemStatusValue = "2" |
| | | ) |