47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"password": "ac9689e2272427085e35b9d3e3e8bed88cb3434828b43b86fc0596cad4c6e270",
|
|
"hardware_version": {
|
|
"board_version": "B001.001.001",
|
|
"display_version": "S001.001.001",
|
|
"other_version": "Y001.001.001"
|
|
},
|
|
"software_version": {
|
|
"display_program": "001.001.001",
|
|
"communication_program": "001.001.001",
|
|
"measurement_program": "001.001.001"
|
|
},
|
|
"net": [
|
|
{
|
|
"nic": "网卡一",
|
|
"ip": "192.168.1.10",
|
|
"mask": "255.255.255.0",
|
|
"gateway": "192.168.1.1",
|
|
"protocol": "Modbus TCP"
|
|
},
|
|
{
|
|
"nic": "网卡二",
|
|
"ip": "192.168.1.56",
|
|
"mask": "255.255.255.255",
|
|
"gateway": "192.168.1.56",
|
|
"protocol": "Modbus TCP"
|
|
}
|
|
],
|
|
"uart": [
|
|
{
|
|
"port": "COM1",
|
|
"baud": 19200,
|
|
"parity": "NONE",
|
|
"data_bits": 8,
|
|
"stop_bits": 1,
|
|
"protocol": "Modbus RTU"
|
|
},
|
|
{
|
|
"port": "COM2",
|
|
"baud": 19200,
|
|
"parity": "NONE",
|
|
"data_bits": 8,
|
|
"stop_bits": 1,
|
|
"protocol": "Modbus RTU"
|
|
}
|
|
]
|
|
} |