|
@@ -142,9 +142,9 @@ public interface DictionaryKey {
|
|
|
//设备分类
|
|
|
Map<String, Map<String, String>> PLC_CATEGORY = new HashMap<String, Map<String, String>>(){
|
|
|
{
|
|
|
- put("capsule", new HashMap<String,String>(){{put("url", "192.168.170.150");put("port", "4840");}});
|
|
|
- put("framework", new HashMap<String,String>(){{put("url", "192.168.170.170");put("port", "4840");}});
|
|
|
- put("safeguard", new HashMap<String,String>(){{put("url", "192.168.170.130");put("port", "4840");}});
|
|
|
+ put("capsule", new HashMap<String,String>(){{put("url", "192.168.170.150");put("port", "102");}});
|
|
|
+ put("framework", new HashMap<String,String>(){{put("url", "192.168.170.170");put("port", "102");}});
|
|
|
+ put("safeguard", new HashMap<String,String>(){{put("url", "192.168.170.130");put("port", "102");}});
|
|
|
}
|
|
|
};
|
|
|
|