09-19-2007 08:40 PM
09-19-2007 09:38 PM
You would need to have the data flowing on the wire to the table indicator from within the For loop. You may need to use shift registers and "append" type functions so that the previous data is maintained and the new data is added. If the node for the table indicator is outside the for loop, the table will only get updated when the for loop completes.
If you are still unsure, please post your VI so we can look at it.
09-20-2007 01:17 AM
09-20-2007 10:00 AM
09-20-2007 10:11 AM
09-20-2007 11:27 AM
Hello,
THANK YOU!!! Your modified program worked exactly the way that I wanted it to. I apologize, but in my, haste I mistakenly put the random numbers in the sequence structure instead of the case statement (I actually have the case statements in my routine). The other errors, I am guilty of!
However, I sincerely thank you for your quick response and help.
Sincerely,
Rajesh.