12-12-2006 11:18 AM
12-12-2006 12:22 PM
Executables running in CE need to have their source code compiled by an appropriate compiler. In LV, this means buying the PDA module, which will allow you to build an executable which will run on CE devices.
However, it's not that simple. Unlike PCs, there is no LabVIEW run-time engine for CE. Instead, LV PDA converts your VIs into C and then uses the Microsoft compiler to compile it into an executable. This process is problematic and so the PDA module is limited and buggy. Be aware that building executables for the PDA module will often mean having to do all kinds of things to get around the bugs in the module.
That said, if you search this site you should be able to get an evaluation version of the PDA module for LV 8.2 and check it out yourself. I haven't used it myself, but hopefully it's somewhat better than the older versions.
12-12-2006 05:02 PM
Thanks!!
Can you tell me what is the difference between LabView's PDA module and touch-panel module? I want to recompile my application developed on a Win XP environment for a touch-screen single board computer running Win CE. From what I have read, it seems like both PDA module and the touch-panel module would be able to do the task - but what is the difference between the two modules?
12-14-2006 08:48 AM