LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA pocket pc not supporting unbundle function

Hi ,
 
In the pocket pc pda module i get the following error App failed.Error code 130892003.Unable to lock memory chunk.
 
I found out that this error is generated during unbundling process.It was mentioned in the LV help that " PDA VIs do not support unbundling elements from nested clusters using a single Unbundle By Name function".
 
Even after doing all that i get the same error.I have attached the code which generated the error.If any of you know about this please let me know.
 
 
Thanks,
Geetha
0 Kudos
Message 1 of 4
(3,039 Views)
Hi Geetha
 
Have a look at this thread (Reply No. 7):
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 4
(3,034 Views)
Hi Thomas,
 
Thanks for your reply. I really got good idea about handling clusters in PDA.
 
I have one more question ,"Can Pocket PC handle parallel loops".I tested a small vi with two parallel while loops and i found that the only one loop was executed.   
 
If you know about this please let me know.
 
Thanks,
Geetha
 
 
0 Kudos
Message 3 of 4
(3,025 Views)

A LabVIEW application on the PocketPC can definitely have more than one loop. Make sure it runs properly on the computer and that you don't have dependencies between the loops.

I have had recently a windows CE (not PocketPC) PDA where for some reason my applications would only run at a normal speed if I kept tapping the screen. I haven't had any chance to check it, since I had to return it, but that was a single loop anyway, so it shouldn't apply to your case.


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(3,021 Views)