【发布时间】:2014-02-19 08:24:06
【问题描述】:
使用的 DLL:来自 OPC Foundation 的 opcdaauto.dll
OPCServer ObjOPCServer;
OPCGroups ObjOPCGroups;
OPCGroup ObjOPCGroup;
ObjOPCServer = new OPCServer();
string _serverName = "Kepware.KEPServerEX.V5";
//In place of "", I need to give IP address of machine where OPC Server is present
ObjOPCServer.Connect(_serverName, "");
那我也不能交流了。任何帮助都非常感谢。
提前致谢
【问题讨论】: