Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
UA Live Binding on WPF windows.
It subscribes to three OPC Unified Architecture node values, and shows them updating in WPF TextBox-es.
And here is the relevant part of code:
Note that the connection-less nature of our API makes this into a fully usable application: No extra code is needed to achieve complete resiliency against network failures, server shutdowns etc. - it will reconnect itself in case of problems.
Best regards
Please Log in or Create an account to join the conversation.
Basically I need One-Way binding, the UA tag value should be updated inside a WPF component, so I can read the value continuosly.
Made from c# code is OK for me, do you have a small example?
Thanks, Davide
Please Log in or Create an account to join the conversation.
Without Live Binding, it is still possible to update a property of a WPF control with OPC data, but with some manual coding. Are you interested in an example for that? If so, one-time Read, or a Subscription?
Best regards
Please Log in or Create an account to join the conversation.
VS2013 and FW4.5.1 are the targets.
Thanks, Davide Gardoni
Please Log in or Create an account to join the conversation.