01-03-2008 10:49 AM
01-04-2008 09:08 AM
I would say there are some un-timed loops within your code. Just give every loop a timing and you will give your processor time to do the frontpanel updates.
BR, Christian
01-04-2008 11:01 AM
Hi tsileo,
Here is a KnowledgeBase article describing different timing VIs that you can place into loops in your code. Also, here is some additional documentation concerning using timed loops in the LabVIEW Real-Time module, on the chance that you are using that in your code. Happy programming!
01-04-2008 11:17 AM - edited 01-04-2008 11:17 AM
Since it sounds like a GUI update issue, try using Defer Front Panel Updates as mentioned in this Nugget.

Ben
01-04-2008 12:11 PM