10-21-2008 06:02 PM - edited 10-21-2008 06:07 PM
10-22-2008 12:38 AM
labview_beginner wrote:Issue resolved.
Message Edited by labview_beginner on 10-21-2008 06:07 PM
Hai could you please post what trouble you have faced and how you resolved it so that others who will look into this thread will get lot more info.
10-22-2008 11:16 AM
Yes, please do leave your original post, and if you can, even a little info on how you resolved it would be helpful for fellow users who face the same issue.
Have a great day!
10-27-2008 06:47 PM
Apologies for removing the original post. It initial post was something like this:
--------------
I have two times loops running parallel - 1 which is acquiring the data every 30 sec and the other just looping infintely to show the current time on the front panel. But for some reason, timed loop for data acquiring was running fine and not releasing control to the other timed loop - because of this the current time on the front panel was not getting updated.
--------------
After browsing various threads I found what my mistake was:
there was dependency between the 2 loops - and probably because of the the time was not getting updated.
Solution:
http://forums.ni.com/ni/board/message?board.id=170&message.id=75933&query.id=60956#M75933
Instead of using 2 timed loop, I used a timed loop to do the acquisition and a while loop as explained in the above thread to show time on the front panel.
Hope this helps.
Thanks.
10-28-2008 02:13 PM