PC Review


Reply
Thread Tools Rate Thread

Databinging for mission critical applications

 
 
=?Utf-8?B?QW5kcmV3?=
Guest
Posts: n/a
 
      13th Dec 2006
We use C# for our machine control application (of course C# is not doing the
real time hardware control). The C# application is mainly a GUI and domain
model proxy, which gets the machine status through hardware interface.

The domain object in C# knows how to send the command to the hardware
devices (running under realtime) and the domain object caches the status data
of the hardware it represents.

Now we are going to use data binding to connect the "Property of a GUI
control" and the "Property of the domain object". So that the domain object's
property change, for example temperature, would be automatically updated on
the GUI control property. We have hundreds of such Propreties needs to be
bind to various GUI properties. My question is what kind of overhead these
thousands of binding object would bring? Anyone has used data binding on a
large scale application?

Thx
lz
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWFuaXNoIEJhZm5h?=
Guest
Posts: n/a
 
      13th Dec 2006
Hi,
Are you going to display data in GUI also on real-time basis?if it is so
then you need to deal with the probelm of flicker and for avoiding flicker in
GUI(in case if you are displaying data on real-time basis in GUI) you need to
play around with invalidate property of control to avoid flicker.

Thanks and Regards,
manish bafna.

"Andrew" wrote:

> We use C# for our machine control application (of course C# is not doing the
> real time hardware control). The C# application is mainly a GUI and domain
> model proxy, which gets the machine status through hardware interface.
>
> The domain object in C# knows how to send the command to the hardware
> devices (running under realtime) and the domain object caches the status data
> of the hardware it represents.
>
> Now we are going to use data binding to connect the "Property of a GUI
> control" and the "Property of the domain object". So that the domain object's
> property change, for example temperature, would be automatically updated on
> the GUI control property. We have hundreds of such Propreties needs to be
> bind to various GUI properties. My question is what kind of overhead these
> thousands of binding object would bring? Anyone has used data binding on a
> large scale application?
>
> Thx
> lz

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: [News] Linux Resilient, Polished, Suitable for Mission-critical Finance Moshe Goldfarb Windows Vista General Discussion 0 15th Apr 2008 02:32 PM
Are we nuts? Multiple Users in Mission-Critical Access Database =?Utf-8?B?d2VuZHlqY3M=?= Microsoft Access 5 30th Mar 2006 06:50 PM
W2K netstat detects port 1433 is listenning but fport does NOT..., can't start mission critical sql server !!! SammyBar Microsoft Windows 2000 Security 9 16th Oct 2005 05:56 AM
corrupt mission-critical file =?Utf-8?B?RXRoYW4=?= Microsoft Powerpoint 3 6th Jun 2005 08:28 PM
Need help with NTAP32SMS.EXE- Mission Critical. new Virus? =?Utf-8?B?Q3JhaWcgTg==?= Microsoft Windows 2000 Security 2 27th Apr 2005 06:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:08 PM.