Hi all,
I'm usually interfacing a lot of sensors via compactDAQ modules. I've made some subVis to handle tasks such as applying calibration data or filtering to their signals. These calibration data typically need to be set up or changed on the fly, so defining all of the sensor calibrations in NI MAX would be rather painful (as far as I can tell).
My calibration subVis typically have a few controls (a table, some bools etc) whose interface I would like to define once and for all so it could be plopped down in a single action, instead of having to create new controls for every input of the subVIs, all of which have to be moved and organized. It would be highly preferable if this could result in a single block in the block diagram, with multiple outputs...