Jump to content

Remote Panel on a PDA


John Lokanis

Recommended Posts

No. RFPs use ActiveX and the RTE to allow you to interact with the VI. At the moment, there is no seperate RTE for the PDA module and I believe there is limited support for ActiveX on PocketPC. There is a document on NI's site explaining this (and I think it also appears in the help). It may be possible to view RFPs through a browser, since I believe that's just publishing them as an image.

Another option is to connect remotely to the computer through something like windows' terminal services client or VNC, which will give you real control.

You can simulate an RFP by using the get panel image and windows' PostMessage or MouseEvent functions on the PC side and by using a picture control and the mouse down event on the PDA side and transferring the picture and the clicks back and forth, but you should be warned that this is very bandwidth hungry (no compression) and a bit of a CPU pig for the PDA and will not work fast.

Link to comment
Can the LV PDA toolkit create a VI that can display and interact with a remote panel from a standard (desktop) installation of LV?

-John

First of all: You have been warned (from me!)

(I am one of these unlucky creatures, who has to work with the PDA Module, and because, I am the dumbest brick of all, I thought it would be easy to developed a bigger client/server application and now I have to debug & fix it.)

the PDA Module can create VIs, which run on a PDA. If you need interaction with a VI, running on your PC, you will need some networking e.g. Bluetooth or TCP/IP and you have to code that on your own. Luckly there is a PC + PDA TCP/IP Demo in the example finder, which shows you how it works and helps you to avoid the common pitfalls (e.g. CR/LF-Mode crashes the PDA-VI ...). I have no experience with the new shared variables on a PDA, I tried to create one (it was my first ever ...) but it "failed valiadion", whatever that means ...

If you think about the LabVIEW Remote Panel functionality, i give Yen a 100% ACK ...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.