-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHMI_LIST.json
48 lines (48 loc) · 1.72 KB
/
HMI_LIST.json
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
{
"hmi": [
{
"section": {
"name": "Section A",
"data": [
{
"hmi_name": "HMI01",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
},
{
"hmi_name": "HMI02",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
},
{
"hmi_name": "HMI03",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
}
]
}
},
{
"section": {
"name": "Section B",
"data": [
{
"hmi_name": "HMI04",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
},
{
"hmi_name": "HMI05",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
},
{
"hmi_name": "HMI06",
"hmi_ip": "192.168.1.21",
"ini_file_path": "\\D$\\Fujianto\\code_csharp\\Check_HMI_Version\\INTOUCH.INI"
}
]
}
}
]
}