I'm working whin some VIs. Each one of them represents an agent. I'd like to know to me if there
is some way to be able to execute them all simultaneously and, if it is
possible, in a certain order, instead of executing each one of them
individually.
"simultaneously and, if it is possible, in a certain order"
I guess I am confused about what you want. Do you want them all to open together and run all at the same time independent of each other? or do you want them all to open and then run one by one in a specific order?
Possibly I did not explain myself with clarity. I
have created several VI relatively complex. The problem is that
whenever I want to make a test I have to execute them one by one. It
asked to me if there is some way to execute them all without press the run button in each one of them. I believe that it would be necessary to create a main program that it called to the VIs and run them.
Also it raised
the possibility to me of making this run in a certain order. Once press the button run of VI main, the VIs will be executed, but I want that first one runs and soon another one.
I don't found the problem in my VIs (very simplies). The main2.vi have a menu in which it calls Led 1.vi or/and Led 2.vi, but it doesn't run. The main2.vi is based in the example "Dynamic Load Example.vi".
Go to the VI Properties of the subvis, Window Appearance>Customize, y habilita las opciones de Show Front Panel when called and Close Afterwards if originally closed.