05-13-2014 10:19 AM
Hello ,
I've seen something strange in the CVI 2013 debugger. I can't see more of 10 000 points of an array with the CVI debugger (with "View variable value"). This seems to be new, whereas with older versions of CVI, it is possible to see very wide range of data.
So, is there a way of seeing a very large array ?
Best regards.
Solved! Go to Solution.
05-13-2014 10:34 AM - edited 05-13-2014 10:45 AM
There are two options: use graphical array view, which works for larger arrays, too.
Otherwise, if you use View Variable Value and click on the name, you are asked if you want to use Array Display:
If you answer Yes, a popup will show up asking you which portion of the data to look at, see below:
In my case, x_raw consists of 24064 data points, but only 10000 can be loaded into the Array Display table simultaneously - which at first glance does not seem to be a restriction as one is not able to look at that many numbers simultaneously.
But it still is a restriction as there is no possibility to change this selection... So if one is interested in say data points 500, 11000, 22000 at present it seems impossible to do that...
05-13-2014 10:51 AM
Hello Wolfgang,
For test I have made in simple array of double like this one :
double tab[30000];
for(int i=0; i<30000; i++) tab[i]=i;
I 've tried to change the slice in the array view, but the result seems to be very curious. You could see that in the attached jpg.
Best regards.
05-13-2014 11:05 AM
You seem to be right, I tried with my code and here, too, the table shows wrong results, seems like you have found a bug 😉
05-13-2014 12:54 PM
Happy to see I'm not alone in the dark 😉
05-14-2014 01:20 PM
Yes, this is already a known issue in 2013, unfortunately: 463914.
Sorry about that.
Luis
05-15-2014 04:10 AM
Hello,
Thanks to all for your help and your answers.
Best regards.
Domp.
05-15-2014 04:18 AM
just a little comment:
the solution to this issue was the answer of Luis that this is a known bug, so maybe you should also mark his answer as the solution, not yours
05-15-2014 04:20 AM
You're right. It's done now.
08-06-2015 02:24 AM
This has been fixed in CVI2013 SP2