Even Better ASP.NET
For those using ASP.NET to create web-only clients for LabVIEW (and can't use the remote front panel feature in LabVIEW), there is some great news from our sister product - Measurement Studio. In the latest release, 8.0.1, we've added ASP.NET controls to the product. What are ASP.NET controls? Glad you asked.
<disclaimer>Okay - first off - this isn't a marketing blurb, even though it might sound like it. I've had several questions about how to call LabVIEW from ASP.NET, so I figured that many of my readers would want to know about this new addition. It makes creating thin clients for LabVIEW applications much, much easier.</disclaimer>
One of the biggest problems in creating nice looking web pages is that the programming model for HTML is so completely different than most other systems, especially regular Windows applications. To get around this problem, Microsoft introduced ASP.NET controls to the .NET framework. These look and feel like regular widgets during development - drop them down, configure properties, write regular callback code for them, etc.
However, when you run your project, instead of painting themselves on the screen in Windows, they convert themselves into HTML. Thus the render nicely in the browser.
The addition to Measurement Studio of ASP.NET controls means that you can now create web pages with the types of UI widgets you're used to from LabVIEW. To see what I mean, just check out this page.
"For those using ASP.NET to create web-only clients for LabVIEW"
Hi I want to ask quoting the above sentence that what kind of applications are created using ASP.NET for LabVIEW...I am intersted in using ASP.NET with LabVIEW but I dont know what have to do???
I know LabVIEW using in my Lab.....what are the requisites to combine both the technologies.
With Regards
James
Posted by: James | May 14, 2006 at 10:59 PM
Good question James, especially with the LV remote front panels included. It's such a good question that I think I'll make a quick post on the topic :)
Posted by: Brian Tyler | May 15, 2006 at 09:24 AM