LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Comment transposer un programme LabWindows/CVI sur un PDA ? // How to transpose a LabWindows/CVI program to a PDA ?

Bonjour,
 
je voudrais transposer un programme LabWindows/CVI sur pda. Apparement, on pourrait importer des dll crées par LabWindiws/CVI dans LabView et utiliser le module PDA ensuite. Cela est-il vraiment faisable ? Je voudrais importer les données d'un appareil par bluetooth et consigner des valeurs dans un tableur compatible avec excel.
 
Merci de vos reponses.
Guillaume
 
/////////////////////////////////////////////////
Hi,
 
I would like to import data from a mobile unit via bluetooth and save values in a spreadsheet excel-compatible. The probleme is that a LabWindows/CVI program exist for PC and I want to transpose it in a PDA. Apparently, a solution is : import DLL from LabWindows/CVI to LabView and create a new graphic interface for PDA with the PDA module.
 
Thanks for answers.
Guillaume
0 Kudos
Message 1 of 4
(3,170 Views)

Depending on the complexity of your application, this may not be so simple.

If you already have C code, you're probably better off recompiling it in embedded VC++ (which I believe you can download from Microsoft's site for free) instead of going through LV.

Note that CE is different from windows and that you may need to change at least the code which calls the Bluetooth hardware.


___________________
Try to take over the world!
Message 2 of 4
(3,157 Views)
Is there a solution for Palm, PocketPC and windows CE ? or should I build a program for each OS ?
0 Kudos
Message 3 of 4
(3,154 Views)

eVC will compile C code to any CE version (that includes PocketPC), but be sure to check the supported versions on the version you use.

I'm sure there are also tools for compiling C code to palm, but I have no idea what they are.

Note - in any case, using the LV PDA module is probably not good for you. Unlike LV for desktop systems, LV for PDAs is still very limited and quite buggy. If you know C, use other tools, which will be cheaper and more versatile.


___________________
Try to take over the world!
Message 4 of 4
(3,141 Views)