11-18-2022 09:03 AM
I have written a quick drop plugin which creates and saves a unit test from a template and adds it to the block diagram of the open VI and puts it in a diagram disable structure.
I want to also add this newly created VI to the project in a virtual folder called 'Tests' in the hierarchy level that the open VI is currently in.
There are a few things that I cannot work out
I think this may end up being too complicated but I would be keen to know if anyone can think of a way of solving some of these points.
For reference I have attached the current quick drop plugin I have cobbled together very quickly to see if it is actually of use.
Solved! Go to Solution.
11-18-2022 02:31 PM
Here's your first two.
11-18-2022 02:39 PM
And your 2nd two:
11-18-2022 02:46 PM
Here it is in LV 2017
11-20-2022 03:45 PM
That is exactly what I was after. Thanks