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
| {
| "WebApiUrl": "http://127.0.0.1:8901/",
| "NDCApiUrl": "http://127.0.0.1:5201/api/order/",
| "SqlServer": "Data Source=127.0.0.1;Initial Catalog=DoubleCoinTest;User ID=sa;Password=123456;",
| "TCPServerIP": "127.0.0.1",
| "TCPServerPort": 8085,
| "Areas": [ "SQKQ0", "SQKQ1", "SQKQ2", "SQKQ3", "SQKQ4", "SQKQ5", "SQKQ6", "SQKQ7", "SQKQ8", "SQKQ9", "SQKQ10", "SQKQ11", "SQKQ12", "Ï߱߿ÕÍÐÇø±àÂë", "Ô²ÄÁϲúÏß¿ÕÍÐÇø±àÂë" ],
| "S7TestMoni": true,
| "IsOpenScanCode": true,
| "ProductionLine": [
| {
| "ProductionLine_IP": "127.0.0.1",
| "ProductionLine_Name": "1",
| "ProductionLine_Rack": 0,
| "ProductionLine_Slot": 1,
| "PointIn": "SQKQ1-1",
| "PointOut": "SQKQ1-2",
| "Sorting": 0
| }
| ],
| "AgvScanDevice": [
| {
| "AgvCode": "string",
| "ScanAddress": "127.0.0.1"
| },
| {
| "AgvCode": "string01",
| "ScanAddress": "127.0.0.2"
| }
| ],
| "SafeDoorDevices": [
| {
| "DeviceCode": "1",
| "DeviceName": "1ºÅ¾íÁ±ÃÅ",
| "IPAddress": "127.0.0.1"
| }
| ],
| "WeightDevices": [
| {
| "WeightDevice_IP": "127.0.0.2",
| "WeightDevice_Name": "1",
| "WeightDevice_Rack": 0,
| "WeightDevice_Slot": 1,
| "Point": "SQKQ7-1"
| }
| ]
| }
|
|