LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Labview 7.1 created EXE in Windows Mobile 6.0

Solved!
Go to solution
Can I use my profeesion edition of 7.1 to create EXE files to run on Windows Mobile 6.0?  I've created EXE files and run then directly on embedded XP touchscreen without special Touchscreen Mobule.  I was wondering if this is possible under Windows Mobile 6.0?
0 Kudos
Message 1 of 4
(3,159 Views)
You need the pda module.
0 Kudos
Message 2 of 4
(3,150 Views)
Solution
Accepted by topic author CaptnO

This can't work for various reasons. First Embedded XP is simply XP with more control over what modules get installed and what not. Second because of this, it also only runs on Intel/AMD x86 CPUs. So if you create an executable under LabVIEW for Windows it will run under embedded XP too, provided you do not access system services that have not been installed on your embedded XP system.

 

Mobile PC (or as it was called earlier Windows CE) is built in a similar way as the Windows API but is not the same. Applications are only (with many limitations) source compatible between Mobile PC and normal Windows, but absolutely not binary compatible. Also all Mobile PC systems run on a RISC CPU architecture such as ARM. For these CPUs a compiled executable for the x86 CPU architecture is simply a mess of bytes with no meaning whatsoever.

 

As altenbach said the LabVIEW PDA module does allow creating executables for the Mobile PC systems. But beware, Mobile PC systems are not at all comparable with desktop systems.The hardware performance is magnitudes less, the Windows CE (Mobile PC) API is a lot more restricted than on desktop Windows, and the PDA module has also because of this its own limitiations. Don't expect a front panel to be ported seemlessly to your PDA. There are much less controls to choose from and also the limited screen real estate is another severe limitation to port applications from a desktop seemlessly to a PDA.

Message Edited by rolfk on 11-23-2009 08:38 AM
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 3 of 4
(3,133 Views)
Thanks.  I'm probably going to look into UMPC solutions.  Many are using XP and higher.
0 Kudos
Message 4 of 4
(3,095 Views)