I am developing a client / server applicatiod based on opc using OPC Net API. My server is an OPC Client that provides process data to clients via WCF service infrastructure. Depending on what tags are connected by my clients I want to react on my server and only subscribe to those opc items.
Now my question: Is it possible to activate or deactivate opc items in an active subscription without recreating the subscription all the time?
Another question: Does anybody here have experience with that API and how many opc items can be in an subscription so that it still works with good performance?