LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Porting CVI code to labview PDA

I am tyring to use my CVI code on a PDA. Unfortunately it seems CVI does not support PDA software development. Is there any plans to support this in CVI . However laview 7.1 does. How do I use my existing code written in CVI and transport it to labview to run on a PDA.
Is this the best approach or is there another way?
0 Kudos
Message 1 of 3
(4,094 Views)
Hi,

you are right, CVI does not supports PDA targets. CVI 7 only has support for Windows OSes. I have not heard of any plans of creating "CVI for PDA". In the mean time I'm sure there is a C compiler for the PDA target you want to develop; you could write your own small version of the CVI run-time engone. Basically you implement for the PDA environment the CVI functions that you will use.

If you are interested in CVI for PDA you could go to http://www.ni.com/contact select product feedback and submit a request for CVI-PDA.

I hope this helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 3
(4,094 Views)
Juan,
I think it will be rather time consuming to rewrite CVI runtime engine and the libraries I am using.
I was hoping to find out how difficult it would be to port to labview 7.1. I am using mainly the user interface functions like tables, graphs, tab panels, and numeric and toggle controls. The only external interface is a serial port. The operating system I am migrating to will be Pocket PC 2003 and palm OS. Can you offer any other advice?
0 Kudos
Message 3 of 3
(4,094 Views)