|
Most recent improvement:
01.09.2004. Maybe most radical improvement in SmartSCADA system is done by introduction of Link component
|
|
Link component enables easy linking of property of any object on the form with any signal property in the system (on the form where link component is put on). This means that now you do not have to program behavior of non SmartSCADA components. To make some object’s property dynamic, just link it with some property of any signal. Link property editor enables easy linking but not just linking of properties directly. It enables object’s property linking with of user function (any number of signals) result. Now any Delphi object can become SmartSCADA control object - so, you can make your own object and make it dynamic. more |
|
History: |
|
NEW in SmartSCADA |
|
12.04.2004: - behavior of control components is changed. Now, SmartSCADA refreshes all visual components only when signal linked to component is changed. This improvement, made exe file faster. Problem was that in case that you put more then one hundred animated images on one form, a lot of time was spent to refreshing of this images although there were no changes in signals. |