Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.15 KB

File metadata and controls

18 lines (11 loc) · 1.15 KB

ClientAce-Simple-Client

This is a console application for a simple console application that uses ClientAce to connect to a Kepware server and subscribes to a tag and displays the data in real time.

Download and Installing KepServerEX - Download

Make sure to select "Examples and Documentation" feature when installing the KepServerEX. This will download the tags that are used for the subscriptions in this example.

Check to see if KepServerEX is running locally in the taskbar.

Open the project in Visual Studio and replace the url variable in Program.cs with the correct connection url. opcda://-replace with computer name-/Kepware.KEPServerEX.V6

The connection user needs to use the base opcda:// then the first part is the computers name followed by the servers name by default it will be KepwareKEPServer.V6 if you are running the latest KepServerEX

Hit F5 and run the application in Visual Studio.

Note: You may have to remove and add the Kepware.ClientAce.OpcClient.dll to the project