LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I make sure my vi is PDA legit? (PDA module)

Hi All,

I am working with Windows Mobile 5.0 and when I am trying to deploy my executable, the following error message popped up.

Unsupported Control - Tag, 32164

Also, when I am in the Front Panel in LV PDA module, why do I see 9 icons in Decorations sometimes but sometimes see like 20 of them, just like in a normal LV front panel?


Thanks.


hellolv
0 Kudos
Message 1 of 4
(3,781 Views)
Hello,
 
When you are developing your PDA VI, make sure you're doing so with the VI created in your project explorer under the PDA target.  This will cause LabVIEW to restrict the palettes to PDA supported objects.  It sounds like you may have slipped in an unsupported control into your PDA VI.  For default front panel sizing, you can choose New PDA VI from the right-click menu off of your PDA target in the Project Explorer.
 
If you still have trouble just repost!
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 2 of 4
(3,755 Views)
So, even when I am under the Windows Mobile 5.0 Pocket PC device, I still have the option to pick either a VI or PDA VI to work with?
Will that VI work in PDA module?
0 Kudos
Message 3 of 4
(3,748 Views)
"So, even when I am under the Windows Mobile 5.0 Pocket PC device, I still have the option to pick either a VI or PDA VI to work with?"
 - Yes
 
"Will that VI work in PDA module?"
 - Not if you use unsupported features - if you use the New PDA VI, you'll have the restricted palettes and a properly sized screen for many PDAs.
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 4 of 4
(3,731 Views)