LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi thread application with multiple screens

Hi there, I'd like to know how I could structure an application that potentially has several screens. Some allow the user to enter data and others are reporting screens. What is a recomended way to structure this? Also when designing a multithread application what are the best practices?

*************************************************
CLD
*************************************************
0 Kudos
Message 1 of 2
(3,007 Views)

Hi ,

 

If you only want a multi panel software with no specific need in multi thread toy don't have to use it , it will work great.

 

Multi thread is used if you need to do several things at the same time , a good example is if you need to press 2 buttons and each one of them is doing a loop , multi thread is the best solution for this.

 

The best advice I can give you is simply to use the examples in CVI there are many good Multi thread & Multi panels examples.

-----------------------------------------
Kobi Kalif
Software Engineer

Message 2 of 2
(2,998 Views)