HubBuilder3.x.json
1.2 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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": "S1200",
"IP": "192.168.30.10",
"Port": 102,
"Rack": 0,
"Slot": 0,
"Name": "输送线CC10",
"ConnectTimeOut": 2000,
"ReceiveTimeOut": 2000,
"EnableSingleWrites": true,
"EnforceSingleWrites": false
},
{
"ReadBatchLimit": 19,
"SiemensPLCS": "S1200",
"IP": "192.168.30.20",
"Port": 102,
"Rack": 0,
"Slot": 0,
"Name": "ExtensionHand",
"ConnectTimeOut": 2000,
"ReceiveTimeOut": 2000,
"EnableSingleWrites": true,
"EnforceSingleWrites": false
}
]
}