Wie die Verbindung von remote-OPC-Server mit opcdaauto.dll mit C#?

DLL verwendet : opcdaauto.dll von der OPC Foundation

        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, ""); 

Dann auch ich bin nicht in der Lage zu kommunizieren . Jede Hilfe sehr geschätzt.

Vielen Dank im Voraus

InformationsquelleAutor user3292700 | 2014-02-19
Schreibe einen Kommentar