Hi, i just looked at your files. I have 2 things for you to try:
1. put a FOR loop around the waveform chart. Charts accept 1 point at a time so wiring the array will cause problems and you wont get what you expect.
2. to execute the VI on the cRIO instead of the PC, in the project drag it on to the cRIO target. it is that easy! you dont need to build an .rtexe to run the code and you can still debug with probes and highlight. once on RT you will need to change the path of the tdms to use the C drive. YOu can get the file off the crio using FTP from windows explorer.
See how you get on.
MIchael.