LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using an array with an expression node on a PDA

I'm having a problem deploying an application to my PDA (pocket PC 2003) when the block diagram has an array wired to an expression node.
 
When I try to build the exe I get the following error:
retrun is a missing VI or C file.
 
Attached is an example VI that produces the same error
 
Thanks for the help.
Eric
 
LV 8.2
PDA Module 8.2
0 Kudos
Message 1 of 5
(10,559 Views)

After having some experience with the PDA module, I can say that this is most likely a bug even without looking at the code. My reasoning is that if this was unsupported functionality it should have broken your VI and not allowed you to build it.

You should probably change your code.


___________________
Try to take over the world!
Message 2 of 5
(10,545 Views)
Thanks for your reply,
 
I agree with you I think it is a bug as well.  But the expression node does work with a single numeric value and it is on the PDA function pallet.
 
I've already changed my code to work around the expression node I was using.
 
Thanks again
Eric
0 Kudos
Message 3 of 5
(10,522 Views)

Hello,

This is an issue known prior to release - it is documented in the PDA Readme file:

Open the LabVIEW Readme files folder by selecting Start»All Programs»National Instruments»LabVIEW 8.2»Readme, and then open readme_PDA.html.

Search that html page for "expression node" (without quotes) and you should find this issue acknowledged as the 8th bullet under the section entitled "VIs and Functions Known Issues."

Best Regards,

JLS

 

Best,
JLS
Sixclear
Message 4 of 5
(10,521 Views)

Thanks

I found it.

If all else fails read the directions.

Thanks again

Eric

0 Kudos
Message 5 of 5
(10,510 Views)