Hi,
I need to gather data from 7 or 8 groups of sensors. Each group contains 4 to 9 sensors to display. When I gather data, sometimes I want to view the data changes vs time. Sometimes I want to switch to bar graph views with the mean values per 1 second.
For one group of data, I can just hide/show a waveform graph and an XY graph (see the attached test vi). However, I don't really want to repeat this procedure 7 or 8 times for all groups. Plus, if I do it this way, and if there is anything I want to modify, I have to do the modification 7 or 8 times. Therefore, I need a method to encapsulate the code, just what those text-based languages (like C++, ...) do.
Is it possible in labview?
Thanks!