TheWaterbug wrote:But I also need the VIs to be architecturally simple, even at the expense of elegance, so that newbie LV users (like me
) can understand and adapt them.
Then my first recommendation is to make wrapper VIs for all of your function calls. These should be complete with documentation (at least context help), meaningful control labels, meaningful icon, and free labels describing what is happening. Then you can make your simple examples using those wrapper VIs. This will look a lot more professional and guide to understanding.