05-05-2008 12:05 PM
05-05-2008 01:00 PM
05-05-2008 01:30 PM
05-05-2008 02:11 PM
05-05-2008 02:53 PM
Hi smercurio,
What about Internet Toolkit or Measurement Studio? Could they help me in some way? The idea is the Web app runs on the PC Server (made with some LV toolkit) and the client just access it without using a LV Runtime.
Reading your rhetorical question I think it is possible, for example when you publish your VI on the web like monitor or snapshot and you can watch the fron panel of this VI using a Web browser and you don't need a LV runtime in the client computer.
Thanks again for your help.
JC
05-05-2008
03:17 PM
- last edited on
05-26-2025
04:29 PM
by
Content Cleaner
Yes, but those are static images. There is no control capability. To do this you don't need any additional tools. You can use the built-in Web Publishing Tool accessed from the Tools menu.
Actually, even creating a page that provides control capability can be done with the Web Publishing Tool. Again, no additional tools are required to create the web page. To allow control, however, you need the Run-Time Engine on the client since the page is essentially just an <EMBED> object. You should also be aware that the remote control part of it is limited in terms of connection licenses. The Full Development System comes with one connection license. The Professional Development System comes with 5 licenses. Additional licenses can be purchased from here.
05-05-2008
03:41 PM
- last edited on
01-11-2025
06:52 PM
by
Content Cleaner
Were you planning to use the Web Server function in LabVIEW?
This might work for what you want.
Although you may not have all of the options that something like Apache would offer, it might be quite a bit easier to configure LabVIEW as your webserver.
05-05-2008 03:42 PM
05-05-2008 04:06 PM
05-05-2008 04:06 PM
Hi Patrick,
Thanks for the information. Please correct me if I'm wrong but I think the Web Server function help me to publish the VI in three modes: Embedded, Snapshot and monitor. If I use the first option, it is necessary to have a LV run time in order to display and control the VI and that's not the objective.
I attached a figure of a VI where I can extract data from a database. I can select data from a date to another one. The data will display in the Wafeform graph after I choose the time slot and it will make some operations to get the average, mains and peaks of the data that I chose. I would like to do all of this using a Web browser and without installing a run time in the computer which want to access to this program.
JC