LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV 7.1 PocketPC 2003 bugs

Attached are 2 VIs where LV 7.1 PocketPC 2003 will produce buggy results.

The first VI, Sort Bug.vi works in LV7.1 for Windows. However, compiling in LV7.1 Pocket PC 2003 and running in debugging mode DOES NOT give the correct sorted array.

If you look at the array of clusters, notice I initialized the array with 20 elements.

The second VI, Search and Replace Bug gives memory errors after compiling and running in LV7.1 PocketPC 2003.

I believe the search and replace all string primitive goes haywire when using inputting the period(.) as the search string. This primitive in LV7.1 PocketPC 2003 uses the period like Match Pattern primitive in the regualar expression thus looking for any character. This memory bug occurs even when I change the code optimization setting via this link:

http://digital.ni.com/public.nsf/websearch/d5d7aea00513682286256e74006dd33c

Please verify!!!

Thank you
Robert
0 Kudos
Message 1 of 5
(2,773 Views)
Sort Bug.vi
0 Kudos
Message 2 of 5
(2,770 Views)
Search and replace bug.vi
0 Kudos
Message 3 of 5
(2,768 Views)
Hi Robert,

If you want to report bugs to NI, please contact an Applications Engineer through www.ni.com/support and submit it that way.

For the first example, how do you troubleshoot when you can't see the clusters on the PDA (cluster controls and indicators are not supported in LabVIEW PDA 7.1)?
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 4 of 5
(2,747 Views)
You can compile in PDA debug mode. In that way you can probe the cluster on the desktop while the app is running on the target PDA.
Message 5 of 5
(2,733 Views)