| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "name": "本地气象设备通道",
- "description": "测试",
- "devices": [
- {
- "slaveId": 1,
- "name": "本地气象设备",
- "model": "EM-3000",
- "description": "",
- "registers": [
- {
- "address": 0,
- "area": "COIL",
- "type": "BINARY",
- "description": "设备运行/停止控制"
- },
- {
- "address": 1,
- "area": "COIL",
- "type": "BINARY",
- "description": "故障报警状态1"
- },
- {
- "address": 2,
- "area": "COIL",
- "type": "BINARY",
- "description": "故障报警状态2"
- },
- {
- "address": 3,
- "area": "COIL",
- "type": "BINARY",
- "description": "故障报警状态3"
- },
- {
- "address": 30001,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "水平面总辐照度"
- },
- {
- "address": 30002,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "斜面辐照度"
- },
- {
- "address": 30003,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "温度"
- },
- {
- "address": 30004,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "气压"
- },
- {
- "address": 30005,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "湿度"
- },
- {
- "address": 30006,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "风速"
- },
- {
- "address": 30007,
- "area": "INPUT",
- "type": "TWO_BYTE_INT_UNSIGNED",
- "description": "风向"
- }
- ]
- }
- ]
- }
|