I need to create a small HMI/SCADA WPF application that uses WCF
- by HomeMade
Hello
I have to create a simple app, that will suit as an example of using WPF and WCF for creating HMI screens.
I'm not sure what WCF is supposed to do in such application, I guess there must be an OPC server that my application connects to. Does app connect to OPC server using WCF service and does the WCF service reside inside the application or outside?
Is WCF service meant to be used only as a connection to OPC server? I'm not yet quite sure which process to simulate, I need something simple.
Please, any ideas are welcomed.
Thank you