08-31-2006 04:45 AM
08-31-2006 04:54 AM - edited 08-31-2006 04:54 AM
Message Edited by shoneill on 08-31-2006 11:54 AM
08-31-2006 05:54 AM
08-31-2006 06:16 AM
Use a while loop with either an event or case structure to add each Element at selected Index.
This should do, Look at pic
08-31-2006 07:10 AM
08-31-2006 08:48 AM
08-31-2006 10:03 AM
08-31-2006 10:16 AM - edited 08-31-2006 10:16 AM
Message Edited by MJBrehm on 08-31-2006 10:18 AM
08-31-2006 11:16 AM
@Sulos wrote:
I dont get why the For-loop executes 200 times before the next sampel-value calculates..
Is the code that obtains the data outside the For Loop? If you have a sub-vi which does the data acquisition, move it inside the loop. ie replace the "Data Source" from the picture.
RayR
09-04-2006 05:10 AM