LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Showing time on front panel

Solved!
Go to solution

Issue resolved. 

Message Edited by labview_beginner on 10-21-2008 06:07 PM
0 Kudos
Message 1 of 5
(3,151 Views)

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.
0 Kudos
Message 2 of 5
(3,127 Views)

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!

Kameralina

Message 3 of 5
(3,106 Views)
Solution
Accepted by topic author labview_beginner

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.

0 Kudos
Message 4 of 5
(3,084 Views)
Thanks for taking the time!  It's greatly appreciated!
Kameralina

Message 5 of 5
(3,060 Views)