01-13-2009 07:55 PM
01-13-2009 08:03 PM
Your loop only runs once because there is a true value wired to the stop terminal of the loop. The next time the loop runs, the array is reinitialized.
Look back at my reply #4 for deja vu.
01-13-2009 09:17 PM
Hi,
I did change control button for stop, the values are listing down on the table but when i put it into the main program, the program will hang there because of the control button. and if i put as true false to the button, the main program's table only display one value not listing. So i don't think is the true false value that matters.
Is there problems with the program i did?
Regards,
Isa
01-13-2009 11:32 PM
01-14-2009 06:22 AM - edited 01-14-2009 06:26 AM
Hi,
I dont know if you fixed the timestamp issue, but as i understood it you wanted timestamp to show how long the program had been running, right?
If so, make T0 as a variable with the time of the program start (through date/time functions).
Let T1 (or wire directly) the time of measurement.
Store T1-T0 in table.
If you simply want to store the timestamp in the table, use "Replace Array Subset" and connect your time through that.
/Y