HubBuilder3.x.json
908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Para": 2,
//"ModbusClientBuildModels": [
// {
// "Name": "SRM03",
// "IP": "192.168.10.10",
// "Port": 502,
// "Station": 1,
// "DataFormat": "ABCD",
// "StartWithZero": true
// }
//],
//"MitsubishiBuildModels": [
// {
// "Name": "test2",
// "IP": "127.0.0.1",
// "Port": 6000,
// "HslMitsubishiMultiReadsOption": {
// "IntervalTime": 500,
// "AreaReadOption": [
// {
// "Area": "M",
// "Amount": 200
// }
// ]
// }
// }
//],
"SiemensPLCBuildModel": [
{
"ReadBatchLimit": 19,
"SiemensPLCS": "S1500",
"IP": "127.0.0.1",
"Port": 102,
"Rack": 0,
"Slot": 0,
"Name": "输送线CC30",
"ConnectTimeOut": 2000,
"ReceiveTimeOut": 2000,
"EnableSingleWrites": true,
"EnforceSingleWrites": false
}
]
}