Hi all -
I'm putting together my first relatively large LabView project (~30 VIs so far) for a data acquisition project. I have a few clusters that I use in many of the VIs (for instance, one contains the assorted DAQmx tasks for different types of input and output). I'm trying to design the project so that I won't have to change the elements in the clusters very often. But if I do (for instance, if I add another type of data to be aquired), it's a major hassle to go through every VI and change the elements in the cluster, since I have to go manually to each VI that uses the cluster and change it.
Is it possible to do a find and replace for a cluster, rather than doing it manually?
Alternatively, is it possible to have something like an include file in C, in which the cluster would be defined?
Or is there a better way of distributing parameters across many VIs?
Cheers,
Eric Tytell