Connect multiple opc server Using OPC

S

Thread Starter

S.Guru

I am developing a opc client. now i need to connect multiple opc servers in my client and all are active in same time. values also
update for all servers. How to connect multiple opc server Using OPC DA Wrapper 2.02 with C#?
 
G
I will suggest to maintain separate functions for connection and data access of different OPC Servers. The driver program shall make function calls as necessary or at regular intervals. The client screen can be updated accordingly.
 
Top