LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA download problem

When my VI's get to a certain (modest) level of complexity, I get an error when loading them onto my Plam OS Simulator (Garnet).
It says "SKIPPED CODE RESOUCE 10 while importing".  And the program will not run.
 
How can I work around this?
0 Kudos
Message 1 of 4
(2,982 Views)
Jeffrey,
 
I wasn't able to find anything about that error.  Is this error occuring on the Simulator, or does it occur in LabVIEW?  Have you tested any sub-sections of your code to try to narrow down what might be getting skipped?  That is what I would recommend: breaking down you code and testing parts, then slowly putting them back together and seeing where it starts to give that error.  Repost with any more additional info!
 
Thanks!
Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 2 of 4
(2,962 Views)
I get the Resource Code 10 Skipped error on any VI of signficant complexity as I drag it onto the simulator.  If I download to the PDA target, it will crash it.
 
I have taken working subsections and then put them together and get this error.  It does not appear to be any one function, but rather the complexity.  These are NOT complex VI's by any normal standard.
 
So, I an now working to simplify everything so no one VI is very large.
0 Kudos
Message 3 of 4
(2,953 Views)
So you are compiling to a Palm executable and then dragging that to the simulator correct?  Palm does have some issues with file size, but I don't think that that is what is causing this.  Have you tried to run the code on a Emulator instead of a Simulator for Palm?  I might also suggest to do some real maticulous troubleshooting.  What I mean by this is to take your subsections and add them to your main VI one at a time until you get this error.  Once you get it try changing the VIs that are included to see if any specific combination of VIs is causing the issue.  Let me know how that goes.

Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 4 of 4
(2,943 Views)