Sorry I couldn't open your vi's. Another tip when posting vis is to save them previously as older versions of LV, since many of us still use older ones, either because we don't need the latest one or still just too expensive to upgrade. Saving in older versions allows all people with later version to open it.
About your problem with nesting arrays, I assume the problem is either:
1.- If you're using Chart, you can right click on it and select history lenght, and change it to any other size.
2.- You end up instead with 5 - 20 points arrays, to correct it, you must either link them all into a single array of 100, or rechape the array to make it 1 X 100 instead of 5 X 20. The reshape vi is in the Array tools menu.
3.- If you're using Chart, try the other displays available, all have their unique characteristics to show the same data. If you're not sure which one to use, a good way to do is just put them all on the same front panel, then wire them all with the same data array, so you can make comparisons and select the one which best fit your needs.
Hope this help you some more.