Hello Experts,
I am coming up against a problem which has surely been solved by others.
I have a set of VIs I would like to use multiple times in my project. To be more specific, I have created a template Action Engine (and all associated VIs and typedefs etc), and wish to re-use this multiple times in my project, as a starting block for new Action Engines.
After much trial and error, I have not had much success solving the problem of being able to copy (clone) the VIs into their own separate directory. I thought if I use a lvlib then I can get around having to rename every VI in the action engine, i.e. every action engine can have one Main.vi, and the typedef for the action can always be called Main - Action.ctl.
But it all seems to go wrong when I bring this lvlib into my project (actually I am trying to bring it into another lvlib file, as I wish to eventually clone this bigger lvlib).
Any ideas where I am going wrong, or any suggestions about the sensible way to do this. I am totally open to all suggestions.
Many thanks
Neil
ps: using LV 8.5
pps: for those unfamiliar with the term Action Engine, its another name for a LV2 style global variable with a bit of built in functionality. It doesnt really matter that it is an action engine for this problem I am trying to solve.