09-30-2005 01:48 AM - edited 09-30-2005 01:48 AM
Message Edited by vix on 09-30-2005 08:49 AM
09-30-2005 01:59 AM
Hi Vix
I think the idea is not bad. If you know you may add pages once in a while and you have a "big" amount of pages, why not. If you have 30 pages I think it's far too much for a tab-control.
To completly say a solution is good or bad I think is not possible. If it solves the problem, the main job is done. Each solution will have its advantages and disadvantages. So I'd say you can go this way. If you don't want to have your vis stay in memory, I think VI server could be helpful.
As you already said - to exchange data there are various ways. I would use globals, accessing them with separate vis to avoid race conditions. For me they are an easy going solution (although there are lots of users in the forums that blame global variables). I would say that you use what is most convenient for you.
But all this is my opinion. Maybe there are others.
Thomas
09-30-2005 07:32 AM