LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What runtime files are required to view a LabVIEW VI "web page"

I'm writing a Windows LV application that will serve up the front panels as web pages. I need to put the LV PDA runtime files on the PDA so that the VI will display. What files need to be loaded onto the PDA? Where do they need to be placed?

Chuck Schumann
Pico Systems, Inc
CSchumann@PicoSystems.com
0 Kudos
Message 1 of 4
(2,764 Views)
Hi Chuck!

If you are just wanting to be able to monitor the front panel from your PDA, you will be able to do so pretty easily and without any installations on your PDA. To do so, in the Web Publishing Tool, set the front panel to "monitor" or "snapshot" (not "embedded"). Then when you view it on the PDA it will be just like a normal webpage.

However, you will not be able to control the front panel (by setting it to "embedded" in the Web Publishing Tool) from your PDA. This requires the LabVIEW Run-time Engine, which PDA does not support because of the ActiveX controls. To be able to control (communicate with) your VI, you will need to implement to separate VIs. The actual VI running on the host PC, and one for the PDA. The two VIs can communicate via TCP communication, which will enable you to read and write values between the two VIs.

For more information, please read this KnowledgeBase:
How Can I Communicate Between My PDA Device and a PC using LabVIEW?
http://digital.ni.com/public.nsf/websearch/7D98C202FEC3F39086256D1E007A7609?OpenDocument

Hope this helps!

Travis H.
National Instruments
Travis H.
LabVIEW R&D
National Instruments
0 Kudos
Message 2 of 4
(2,745 Views)
This is very unfortunate. When I was quoting and specifying this project I read somewhere, and I thought it was on the NI site, that the only think only thing needed to control a VI with in the web browser on the PDA was the runtime. Which make a lot of sense. Now that my project has been bid and accepted I learn that the code development needs to be a PDA target, which is much more tedious to say the least.

Are there any examples of a PC and a PDA exchanging messages using TCP?

Chuck
0 Kudos
Message 3 of 4
(2,733 Views)
Hi Chuck,

I'm sorry to hear that you were previously misinformed on this issue. If you were presented this information somewhere on NI.com, please notify me of the location. Furthermore, hopefully these links will be able to assist you in your development!

Using the LabVIEW PDA Module for Wireless TCP/IP Communication with Palm OS or Pocket PC 2003 Devices
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=DE0326EA890732FFE034080020E74861&p_node=200515&p_source=External

Remotely Controlling PowerPoint with LabVIEW PDA for Pocket PC
http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=CC1DEF9E040D13E5E034080020E74861&p_node=200515&p_source=External

Developing Wireless PDA Applications in LabVIEW
http://zone.ni.com/devzone/conceptd.nsf/webmain/d84afd154916264686256f27007d3953?OpenDocument

Hope this helps!

Travis H.
National Instruments
Travis H.
LabVIEW R&D
National Instruments
0 Kudos
Message 4 of 4
(2,719 Views)