news:506500000008000000206C0000-1031838699000@exchange.ni.com...
> I have a user interface with many controls, I have a loop that acquire
> data from a board I want to display those data (that are arrays) in my
> user interface but even the program passes from the place where I
> refresh the array in the user interface there are no changes.
> Is there any instruction like CVI ProcessDrawEvents() in labview 6.1?
> Thank you,
> Massimo Ponte.
In lv, the diagram and frontpanel run seperately. Make sure your program
doesn't use all cpu time, by inserting a wait.vi in your loop. This will
leave some cpu time for other applications, including the frontpanel.
Hope this will help,
Bram Daams