02-24-2015 07:50 AM
Hello,
I've set a table and it fills with data.
I first set it to 50 rows, but for future use of the program I'm updating it to 100 rows. When I now run my VI it only fils the first 50 rows. The other stay empty.
I only have 23 rows where actual data is stored in, but the rest should just fill up with 0. Wich it does, until row 50.
What do I do wrong? Do I have to change some settings?
I couldn't find an answer annywhere.
Greatfull for your help,
Lore Maris
Student
KDG Antwerp
Belgium
02-24-2015 08:03 AM
It's pretty hard to see what you did wrong when you don't show us what you've done.
Post your code and we can tell you what's going on.
02-24-2015 08:18 AM
you won't be able to run it. 'cause you haven't got the right drivers.
Can't write it without the drivers. Sorry!
02-24-2015 08:46 AM
figured it out myself allready!
I was writing a report about every piece of the program (because that's what they want from you if you make a program for school).
And than it came to me, the program only compares 50 elements. So I changed that and it works.
still thanks for the time and effort!
02-24-2015 08:48 AM - edited 02-24-2015 08:51 AM
What table are you talking about, the one name Table Control or the unnamed one? (you should give significant name to your controls and indicators). The one labeled Table Control just have 50 rows, that may be the cause of your problem.
EDIT:You also have a race condition at the lower right of the while loop.
Ben64