Commit bf1ae486 顾剑亮

添加产线IP

1 个父辈 a29760e4
......@@ -93,9 +93,6 @@ namespace AGVControl
}
Common.nodeInfo = new List<ClientNode>();
Common.nodeInfo.Add(new ClientNode("A5", "", Convert.ToBoolean(Common.appConfig.AppSettings.Settings["A5"].Value)));
Common.nodeInfo.Add(new ClientNode("A6", "", Convert.ToBoolean(Common.appConfig.AppSettings.Settings["A6"].Value)));
Common.agvProductionLine = new Dictionary<string, string>();
path = Common.CONFIG_PATH + "AgvProductionLine.csv";
line = System.IO.File.ReadAllLines(path);
......
D1,E1,192.168.0.1
D2,E2,192.168.0.2
D3,E3,192.168.0.3
D4,E4,192.168.0.4
D5,E5,192.168.0.5
D6,E6,192.168.0.6
D7,E7,192.168.0.7
D8,E8,192.168.0.8
D9,E9,192.168.0.9
D10,E10,192.168.0.10
D11,E11,192.168.0.11
D12,E12,192.168.0.12
D13,E13,192.168.0.13
D14,E14,192.168.0.14
D15,E15,192.168.0.15
D16,E16,192.168.0.16
FeederIn,E21,192.168.0.17
FeederOut,E22,192.168.0.18
C1,G1,192.168.0.19
C2,G2,192.168.0.20
C3,G3,192.168.0.21
C4,G4,192.168.0.22
C5,G5,192.168.0.23
C6,G6,192.168.0.24
C7,G7,192.168.0.25
C8,G8,192.168.0.26
C9,G9,192.168.0.27
C10,G10,192.168.0.28
C11,G11,192.168.0.29
C12,G12,192.168.0.30
C13,G13,192.168.0.31
C14,G14,192.168.0.32
C15,G15,192.168.0.33
C16,G16,192.168.0.34
\ No newline at end of file
A5,A5,
A6,A6,
D1,E1,10.85.199.42
D2,E2,10.85.199.90
D3,E3,10.85.199.91
D4,E4,10.85.199.92
D5,E5,10.85.199.93
D6,E6,10.85.199.94
D8,E8,10.85.199.95
D9,E9,10.85.199.180
D10,E10,10.85.199.181
D11,E11,10.85.199.182
D12,E12,10.85.199.183
D14,E14,10.85.199.184
D15,E15,10.85.199.185
D16,E16,10.85.199.96
FeederIn,E21,
FeederOut,E22,
C1,G1,
C2,G2,
C3,G3,
C4,G4,
C5,G5,
C6,G6,
C7,G7,
C8,G8,
C9,G9,
C10,G10,
C11,G11,
C12,G12,
C13,G13,
C14,G14,
C15,G15,
C16,G16,
\ No newline at end of file
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!