05-30-2009 01:55 AM
05-30-2009 03:59 AM
A lot of your code looks pretty odd and unusual, but if you want to update the table with each iteration of the FOR loop, you could do it as in the attached VI. (sorry, I don't have your hardware, so I am generating random values).
What is the purpose of the sequence frames with 0ms wait in the main VI? They don't really seem to do anything useful.
Al indicators except for the table in the main VI should be numerics. You can set the display format to anything you want.
Do you really need to log to file from within each subVI? Maybe loggin the entire row in the main VI would be more useful.
Your x10 followed by /10 is useless.