03-09-2009 02:35 PM
I'm having a problem with using appended array. I used appended array to save the values from the analyser and then use those values to draw a graph.
I tried to save the values one by one on the rows. But I couldn't do it. I can only able to save on the same row only. when the next value excute, it is overwriting on the same row. I want to write the next value on the next row below.
Can anyone help me with this please? I have attached my VI with this post.
03-09-2009 02:43 PM - edited 03-09-2009 02:45 PM
03-09-2009 02:47 PM
Your code make very little sense, so I don't understand what you really want.
Attached is a solution for (2), please specify exactly what you want. 🙂
03-09-2009 02:54 PM - edited 03-09-2009 02:59 PM
Is this what you are looking for? (Beat to the punch!)
03-10-2009 01:34 PM
Hi Guys,
Thanks for your help. I have solve the problem. Basically, I have to add a another shift register to the for loop to write the data on the appended array on the different row. Becase the values wont come outside the for loop until it finish its full iteration.
I have attached the new VI with this post.