LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adjust time scale in chart

Timing doesn't really have anything to do with priority. Timing just ensures that the task/thread/process does not use the processor while the loop is in the wait perdiod (of the timing function).

The event structure is very efficient because it basically ensures that it is not using the processor AT ALL unless someone does something that calls a case (such as changing the value of the defined control).

If your buffer is being overwritten the reduce the amount of wait time in your lower loop and/or increase the buffer size.

________________________________________________________

Use the rating system, otherwise its useless; and please don't forget to tip your waiters!
using LV 2010 SP 1, Windows 7
________________________________________________________
0 Kudos
Message 11 of 12
(667 Views)
That makes sense. Thanks.

Rut
0 Kudos
Message 12 of 12
(649 Views)