05-02-2006 08:48 AM
05-02-2006 09:15 AM
05-02-2006 09:41 AM
Clusters can usually help this problem. all data which has some logical connection can be placed in a cluster much like a struct in c. One additional node since the data is going to be passed in and out of many subvis and cases (where it is used) you should make the cluster a typdef and use the typdef for all data passing, this will make your program much more flexible since changing the cluster in the typdef will pass changes to ALL copies of this typdef. So if you later decide that you need an additional parameter, add it to the original typdef vi and presto no broken code.
Paul
05-03-2006 06:58 AM