| FreeSCADA 2.0.0.9 preview |
|
|
|
| Written by Michael | |
| Tuesday, 29 September 2009 | |
|
Here is small
update of FreeSCADA. There are two critical fixes:
You can get it from SF download page. We are waiting for your comments on our new Forum. Give it a try! :) |
|
| Last Updated ( Tuesday, 29 September 2009 ) |
| Next > |
|---|







Comments
2010-01-2609:56:54 HI.
I'm always grateful for a answer.
Today I'm wondering about "associate with data".
I want to just act a "Opacity" for two "Channel Name".
For example. If the "variable_1" is true or(||) the "variable_2" is true then
the Value of "Opacity" is 1.
Sorry my poor English. Do you understand me?
In brief, when the "OR Condition" is true. I just want to show the Rectangle (have unique NAME)
Thanks.
2010-01-1900:34:56 It works very well.
Thank's
Alexey
2010-01-1506:36:20 Hi.
I' sorry but in current release move and rotate actions are not accessable. But you can implement this functionality with direct XAML editing. Like below:
<Rectangle Fill="#FF808080" Stroke="#FF000000" Width="240" Height="60" RenderTransform Origin="0.5,0.5" InputMethod.IsInputMethodEn abled="True" Canvas.Left="210" Canvas.Top="130">
<Rectangle.RenderTransform >
<TransformGro up>
<TransformGro up.Children>
<MatrixTransf orm>Identity</MatrixTransform >
<RotateTransf orm>
<RotateTransf orm.Angle>
<Binding Path="Value" Mode="TwoWay">
<Binding.Converter>
<fscadacs:Com posingConverter >
<kbc:TypeConv erter SourceType="s:Int32" TargetType="s
</fscadacs:Compos ingConverter >
</Binding.Converter>
<Binding.FallbackValue>
<s
</Binding.FallbackValue>
<Binding.Source>
<fscadacs:Cha nnelDataProvide r IsBindInDesign="False" ChannelName="data_simul ator_plug.rotate" />
</Binding.Source>
</Binding>
</RotateTransform .Angle>
</RotateTransform >
</TransformGroup.Children>
</TransformGroup>
</Rectangle.RenderTransform >
</Rectangle>
Also example you can find by this link: free-scada.org/.../...
2010-01-1505:06:17 How can I use "Rotate Action" and "Move Action"?
I want to repeat the same action for a Xaml or Svg file.
(Vector Animation)
Give me a solution please.
Thanks.
2009-12-1916:45:04 Hi Joe.
Pls let me know what driver do you use, and i will check this issue.
Regards Alex
2009-12-1821:09:55 I am having issues making a SCADA program to simply turn on and off coils. I can read registers and coils just fine, but I cannot get a toggle button, with the coil binded to IsChecked, to work. The variable list in the FreeSCADA runtime seems to think it is on, but it isnt on in the PLC.
2009-12-1514:12:18 Hi
Do you intend to upgrade your software. I see the graphics seem not good, Could you give me a chance to work with you. I have great skill in C# and C++ programming, especial in 3D graphic. my mail: phamxba_gnr@yah oo.com
2009-11-1220:37:18 Hi Pedro.
Pls, can you send me your original project(that you have saved at first time) to alex_dov
Regards Alex.
2009-11-1217:26:58 Big problem!!!
After any change in a saved project, I get a "clr20r3" error and I cannot open the prject any more.
Thank's
Pedro
2009-11-0511:48:53 Hi pham.
The designer has some changed last time. So for make binding you need to click right mouse button on selected object and select "Associate with data" menu item.
Regards Alex.