07-29-2008 06:02 PM
07-29-2008 11:27 PM
07-30-2008 06:49 AM
Hi,
I think you should check some of the design patterns through the Getting started window. For example Producer/Consumer (events) and the Standard State Machine would be good to start with. Another thing is that you could divide your VI more into subVIs. By implementing better design pattern and using subVIs helps you to avoid local variables and also makes your life easier 🙂
- Matti
07-30-2008 07:17 AM
Good comments from Matti & Ravens Fan.
I saw the code last night and figured that there's a lot of work needed, so you should attack this piecemeal. Maybe start by getting rid of Locals by wiring directly. And get rid of all stacked sequences. After those two are cleaned up, the code should already be much better. You'll also be able to remove the Flat sequence structure.
R
07-30-2008 07:28 AM - edited 07-30-2008 07:28 AM
07-30-2008 07:36 AM
07-30-2008 08:50 AM - edited 07-30-2008 08:50 AM
07-31-2008 03:16 PM - edited 07-31-2008 03:18 PM
07-31-2008 03:55 PM
07-31-2008 04:06 PM