05-13-2009 03:56 AM
I have a clarification @JK1. For step 3 of your solution, if I use a state machine (I just read about them from http://zone.ni.com/devzone/cda/tut/p/id/3024 ) using a loop and a case structure, then will my front panel change appearance change to reflect the new GUI of each state as i transition from state to state?
Do I make separate VI's for each of my sub-tasks with the GUI's I want for them, and then insert them in their corresponding state in the "main" VI?
Thanks
05-13-2009 04:05 AM
Considering your application:
1. Main screen (after welcome screen) has five buttons. So the state machine for this screen will have cases to handle these five buttons.
2. If any one of the button leads to a GUI then that GUI will have its own state machine to handle the buttons.
3. So each GUI with buttons will have individual state machines to handle the buttons in FP.
Hope it helps.
05-13-2009 04:26 AM
05-13-2009 04:36 AM
05-13-2009 04:40 AM
Rainbow_Warrior wrote:
Will that happen here as well?
This is based on how you design you appl in LV.
It can be made similar or dissimilar, as you wish...
05-13-2009 06:26 AM