LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pda webserver

in labview you can use the webbrowser to control vi's with the VI Webserver

I'm testing and developping software for pda with labview, Now I want to try to surf to the same page I did with my browser in windows with the pda.
I can access this page with my PDA, but the only thing i get is the text which is on in the html-code, but the labview-environment is not visible on the pda.

Is this because the pda does not have the labview runtime engine installed? If this is the problem: is there a labview runtime engine for PDA?
If not, is there a solution for this problem?

kindly regards,

lieven
0 Kudos
Message 1 of 3
(3,584 Views)
Exactly right, the PDA doesn't have the RTE and can't handle the ActiveX controls used for this on the PC.
Basically, you need to build a parallel interface and synchronize them through software using TCP. Much less convenient. Another option would be to use remote viewers like the internal terminal services client or VNC to connect to the entire PC.
Here
and here are a couple of links about this.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(3,578 Views)
I was afraid for that..

thanks for your reply...
0 Kudos
Message 3 of 3
(3,568 Views)