Hello. I am to build an automation solution based on WinPac-8000 controller (http://www.icpdas.com/products/PAC/winpac/introduction.htm).
I split this project into 2 programs: 1st is running on the controller (it does some business logic) and second operates on user machine (it displays current results). The problem is: I use build-in OPC server (named 'quicker'). It has nice intergration with C# and easy to use in the 1st program to access connected devices.
But I dont know how to access OPC-server from the second program through network. I have absolutely no idea where to start.
Links or any kind of advice will be very appreciated.