LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How To Refresh Display of Data Every 15 mts

Hi All
 
I have an application which involves the display of data fetched from database.
 
When the application is run todays data is displayed.
 
But new data may be added to database meanwhile.
 
So i want my data display to be refreshed in every intervel(say 10 mts as selected by the user)
 
Is the way to achieve this is to put the code in the timeout intervel?
But i want thedata  to be refrshed every 10 mts even if the user is using the system.
 
I think some other way needed.
 
How do i accomplish this?
 
Thanks in advance
Message 1 of 4
(2,831 Views)

You can put this code in a boolean variable meant for acquisition, that ll be triggered from any other event case including the timeout case, on the completion of the stipulated time.

Use the Val(sig) property node of that variable to get it triggered programmatically.

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 4
(2,825 Views)

Thank u so much for ur reply sir.

I didnt get u properly.

Can u pls explain little more if can..with a sample vi.

My vi is nw working for view data ...if the user clicks view data button.

I want the same code to be executed every 10 minutes because there may be new data in the table so i want to display it also.

Thanks once again

 

 

 

 

 

0 Kudos
Message 3 of 4
(2,822 Views)
See here for more.
- Partha ( CLD until Oct 2027 🙂 )
Message 4 of 4
(2,778 Views)