From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Web UI Builder and Data Dashboard

cancel
Showing results for 
Search instead for 
Did you mean: 

Function wait(ms) in labview web UI builder

Solved!
Go to solution

Does the function wait(ms) in LabVIEW web ui builder include processing time?

0 Kudos
Message 1 of 2
(8,545 Views)
Solution
Accepted by topic author LawrenceChong

Hi Lawrence, 

 

I think your question is asking whether the wait (ms) will block the cpu. In labview and webUI the function will not block the rest of the code from executing. You might want to make a structure such as shown below to see this: 

 

 

Untitled.png

 

 

 

You will see that if "Wait time" is greater than "Execution Time" the loop speed will be limited by the "Wait Time" and vice versa. 

 

Does this answer your question

Jesse Dennis
Engineer
INTP
0 Kudos
Message 2 of 2
(8,522 Views)