titanium-as / TitaniumAS.Opc.Client

Open source .NET client library for OPC DA
MIT License
193 stars 94 forks source link

Fetch and show real time data on same page... #11

Closed tejasklodha closed 6 years ago

tejasklodha commented 7 years ago

Dear sir,

I made wpf application which fetch opcda data using your library and i am able to show real-time data on screen for one opc server.....

Now I want to show multiple opc server data on same screen....

How can i achieve this on same page??

Thanks,

alexey-kachalov commented 7 years ago

Hi. I think you can use several instances of OpcDaServer for that.

tejasklodha commented 7 years ago

Dear sir,

Can you give me demo for 3 instance use efficiently...?

alexey-kachalov commented 7 years ago

Hi again. I have a couple of news for you:

  1. We have a good solution for such tasks. It supports an interaction with a collection of OPC DA servers, also with multithreaded bindings for WPF. It can work with OPC DA servers which don't support values changed event with the same manner as for those which support that. Also you can easily configure you runtime. And many other things.

  2. But the solution isn't free software. If you interest with it, don't bother to contact me with a private conversation.