Professional OPC
Development Tools

logos

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.

WPF compatibility

More
16 Sep 2013 11:50 #1424 by edokt
Replied by edokt on topic WPF compatibility
Hello
Thank you for your response
It's quite full :-)

Please Log in or Create an account to join the conversation.

More
14 Sep 2013 17:09 #1423 by support
Replied by support on topic WPF compatibility
We have multiple "programming models". Two basic models are most used:

- procedural coding (i.e. you instantiate our component in the code, and call methods on it), and
- Live Binding (using Visual Studio designer, you bind OPC data to properties of visual objects).

The procedural coding provides objects on which other models build upon. The procedural coding works in all .NET environments we know about, including WPF.

The Live Binding is for Windows Forms only. It should also work when a Windows Form container is placed onto WPF form. If you want to "animate" properties of WPF controls, you can always do so without Live Binding: Instantiate our component (typically, an EasyDAClient object, for OPC Data Access), call a method subscribe to OPC item changes, and implement a callback method or an event handler to process the incoming data and update the properties of visual controls.

Let me know if you need further help
Best regards,
Zbynek Zahradnik
The following user(s) said Thank You: edokt

Please Log in or Create an account to join the conversation.

More
14 Sep 2013 16:33 #1421 by support
WPF compatibility was created by support
I have a question related to your OPC Client Toolkit
Are Easy OPC client controls compatible with WPF?

Thanks

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.052 seconds