11-25-2007 01:12 PM
11-25-2007 01:52 PM
Each version of the PDA module only works with the version of LabVIEW which has the same number. I suggest you talk to your local NI office and see if you can replace the PDA module with the correct version (if it's new you probably can).
As for building the application, in 7.x, you needed to change the target to the PDA and then call Tools>>Build... and once that executable goes into the sync folder, ActiveSync transfers it to the PDA, where you can run it.
In 8.x you need to create a project and create a build, but I don't know the details. I assume that an EXE is created and once again needs to be transferred to the PDA.
One important thing to be aware of is that the PDA module was quite buggy (at least in 7.x, I have no experience with 8.x). Not all of the functionality is available and some things don't work correctly. Just be aware that you might need to spend some time on adapting your application so that it works on the PDA as you want it to.