|
Written by Alexey Dovgan
|
|
Saturday, 15 November 2008 |
|
So. I integrate WPF bindings support to FreeSCADA designer and runtime. At this moment there are no implementation of UI support for this feature, but we can editing pure XAML and make great things! We can bind any property of any object to channels values, names etc. From now we have two way data threads. I mean that from now we can put data from Schema to channel. We can use DataTamplates
and many other new possibilities from now are opened for us. At this time all new functionality is accessible in the source code in the our SVN repository,including test.fs2 project, which demonstrate new possibilities. |
|
Last Updated ( Saturday, 15 November 2008 )
|
Comments
2009-03-0713:53:51 Hi.
You can download our source code from svn repository by link free-scada.svn.sourceforge.net
/svnroot/free-scada/trunk/Free
SCADA2. At this momet Binding functionality are in very early stage. If you need to work with DataTemplate - you can DragNDrop any channel from project view to the schema, the channel templated View will created on schema, after this you can look to the XAML source to see how this feature are implemented, and make similar things for any other template that you want to create for channel data type. After editing XAML press F5 for applying your changes to schema.
Regards Alexey.
2009-03-0713:37:09 Dear Alexey,
Where can I download the source code for templates binding with different process tag
Regards
sgv