FreeSCADA 2.0.0.9 preview PDF Print E-mail
Written by Michael   
Tuesday, 29 September 2009

Here is small update of FreeSCADA. There are two critical fixes:

  • Fix for the issue of retrieving big number of variables from CLServer reported by Seung Woo Lee.
  • Added command for Schema renaming and removing. This functionality was overlooked in previous releases. Thanks to Artur_K for pointing that.

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 )
 

Comments  

  1. #21 Seung Woo Lee
    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.
  2. #20 Seung Woo Lee
    2010-01-1900:34:56 It works very well.
    Thank's
    Alexey
  3. #19 Alexey Dovgan
    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="souble" />
    </fscadacs:Compos ingConverter >
    </Binding.Converter>
    <Binding.FallbackValue>
    <souble>0</souble>
    </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/.../...
  4. #18 Seung Woo Lee
    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.
  5. #17 Alexey Dovgan
    2009-12-1916:45:04 Hi Joe.
    Pls let me know what driver do you use, and i will check this issue.
    Regards Alex
  6. #16 Joe
    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.
  7. #15 pham
    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
  8. #14 Alexey Dovgan
    2009-11-1220:37:18 Hi Pedro.
    Pls, can you send me your original project(that you have saved at first time) to . And tell me what version of FreeSCADA do you use.
    Regards Alex.
  9. #13 Pedro
    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
  10. #12 Alexey Dovgan
    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.

Add comment

:D:lol::-);-)8):-|:-*:oops::sad::cry::o:-?:-x:eek::zzz:P:roll::sigh:


Next >