LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

visa on PDA

HI everyone!
 
I'm controlling an instrument from a romote computer.
I built a program on the client pc that uses visa libraries.
How do I get that program to work on a PDA Module????
 
Ideas are welcome!!!
Thanks!
 
leof240
0 Kudos
Message 1 of 5
(3,717 Views)
You can replace the VISA functions with the serial VIs for serial communication or the TCP/UDP VIs for ethernet communication. If it's serial you may need to include the open port function instead of the configure VI. You can find examples for how to use both by searching the example finder for "TCP" or "serial".

___________________
Try to take over the world!
0 Kudos
Message 2 of 5
(3,712 Views)

Another suggestion, make sure you develop your application while targeted to a PDA Device or Emulator. Not all Win VIs are available when in PDA mode.

AlessioD

0 Kudos
Message 3 of 5
(3,702 Views)
what example finder?
0 Kudos
Message 4 of 5
(3,697 Views)
If you don't even know the example finder (Help>>Find Examples) then you might need some more help. To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(3,691 Views)