Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / June 2007

Tip: Looking for answers? Try searching our database.

HMI using ASP.NET??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
preethishanbhag@gmail.com - 28 Jun 2007 13:26 GMT
Hello friends,

I want to build an HMI application using ASP.NET.Can we design a HMI
using ASP.NET ? I want to plot the dynamic graph that is it changes
every second w.r.t. the data. So is it possible to do this application
using ASP.NET web application?

regards,

Preethi Shanbhag
Alberto Poblacion - 28 Jun 2007 22:00 GMT
> I want to build an HMI application using ASP.NET.Can we design a HMI
> using ASP.NET ? I want to plot the dynamic graph that is it changes
> every second w.r.t. the data. So is it possible to do this application
> using ASP.NET web application?

   A dynamic graph that changes every second is not practical for a web
application. You *could* do it using a timer to refresh a web form every
second (possibly using Ajax to refresh only the part containing the graph),
and the graph could be an image generated on demand at the server. It would
work if the server and the client are powerful enough and the connection
between them is fast enough, but I still think that doing it every second is
not adequete for a web application. You would be better served by a Windows
application for this purpose.
Pramod Anchuparayil - 28 Jun 2007 23:02 GMT
I Agree. It all depends on how much of data transfer we are talking about
here.

ASP.NET has AJAX (ATLAS) support or you could do the same using javascripts.

>> I want to build an HMI application using ASP.NET.Can we design a HMI
>> using ASP.NET ? I want to plot the dynamic graph that is it changes
[quoted text clipped - 9 lines]
> every second is not adequete for a web application. You would be better
> served by a Windows application for this purpose.
Jesse Houwing - 29 Jun 2007 10:34 GMT
* preethishanbhag@gmail.com wrote, On 28-6-2007 14:26:
> Hello friends,
>
[quoted text clipped - 6 lines]
>
> Preethi Shanbhag

have a look at either Flash or the more politically correct option in
this newsgroup Microsoft Silverlight. These were written to run in the
browser, but still do stuff.

Alternatively you could use AJAX to solve the issue, but my guess is
that it will take a lot more work and present a less intuitive UI to
your end user.

Jesse

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.