02-17-2005 09:13 AM
02-17-2005
09:29 AM
- last edited on
07-20-2026
04:03 PM
by
Content Cleaner
Hey yqin,
The LabVIEW PDA Module is actually just an add-on to the LabVIEW Development System. The ability to build a DLL comes from the LabVIEW Application Builder, a different add-on. There are two reasons why you would have the Application Builder:
1. You have the Professional Development System (it comes with that version)
2. You purchased it separately.
Now, you can call DLLs with the LabVIEW PDA Module if they are callable by a DLL. However, even if you have the Application Builder, you can not create DLLs to call on a PDA. I hope this information helps you out. Let me know if you're looking for anything else.
02-17-2005 10:20 AM
02-17-2005 01:33 PM
10-11-2007 10:46 PM - edited 10-11-2007 10:46 PM
@JRA wrote:
I see. LabVIEW can not currently created DLLs that can be run on a PDA (in your case, Pocket PC 2003). The Application Builder can only create DLLs that can be called on the desktop (laptop, PXI chassi, etc) but not the PDA. If you want to run the LabVIEW code on your PDA, you'll need to do it as a regular executable. Can you make all of your other code modules into DLLs and call all of them from LabVIEW? If so, then you can just build the VI and then download it to your PDA as a regular executable.
Message Edited by joku on 10-11-2007 10:48 PM