LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Build for PDA always fails on anything using tasks. _ATTsetChipESeries errors.

I am attempting to build for PDA using a simple PDA specific vi. The default vi with two buttons and a true/false case statement builds fine. When a task constant and a DAQmxBase Start Task are added the Build for PDA returns errors. A common example of the errors is ATTsetChipCFDAQ600460023 is a missing VI or C file.

I imagine this is just a simple configuration issue, but if anyone has run across this one I would appreciate a little nudge in the right direction. Thanks.
0 Kudos
Message 1 of 3
(2,840 Views)
Hello,

I have heard of a problem similar to this once before. It came down to some of the LabVIEW code that conflicted with execution on a PDA target but not the development PC. The troubleshooting process should be relatively the same. Some of the general information that we'll need to look at include:

- The example you are trying to run
- Whether or not the PocketPC driver components are installed (Start Menu >> Programs >> National Instruments >> NI-DAQmx Base)
- The DAQ device being used
- The PDA being used
- The version of DAQmx Base installed

Have a look through this discussion thread which seems similar to your original question.

Jared A
0 Kudos
Message 2 of 3
(2,831 Views)
Thanks for the followup. This morning I flushed the iPAQ, uninstalled all of LabView and the embedded Microsoft stuff, liberally cleared out the registry, and then reinstalled everything. Amazingly enough, everything is now working. I am now able to read from my 6024E for the moment.
0 Kudos
Message 3 of 3
(2,823 Views)