03-29-2011 04:21 AM
Hmmmm, i went a step further to test the different response of displaying values on different controls. It seems, if its printing on a table, it would not perform as what its suppose to do. I attached a version which updates an array, and its working fine. I even tried with 300 iterations.
Cheers. I'm not sure with the problem, whether its the flow of my program or its actually the "table control" or the event structure or the "format string vi".
Awaiting some good news! 😄
03-29-2011 04:40 AM - edited 03-29-2011 04:42 AM
in my case, I put a 2 at the for loop (I removed the sequence.. ) and it s updating both values...
03-29-2011 04:55 AM
Thanks for the bolt of lighting. I figured out. I don't update the values for each data in the for-loop. I update the table colum outside the end of the for-loop. 😄
MANY THANKS FOR THOSE WHO HELP!