01-30-2012 05:48 AM
Hey,
I found an error in your image, you wired the [N] of the for loop with a one - remove that; thats why your program is not running properly. Also, type in some numbers in your 2D data array for later read-out. The loop will iterate through the array automaticly. My 2010 version is attached to the previous post.
Please note, that I used the 2D array to create the file as an example. Have a look at the file. You can just use any file here with this formatting, together with the load function. This and correct indexing of the output is, what I wanted to demonstrate to you with this VI.
As you accepted a question as a solution, I guess your problem is solved now?
01-30-2012 08:02 AM
Thank you, yes my problem solved now. I will use it now. Can we make also "ask for file". As I push RUN button, program will ask-brove the data file. Actually I made it at my first post. Best.