Hi,
I am solving a 10 Degrees of Freedom systems coupled differential equation using Control Design and Simulation toolbox in labview. As the program became huge in size, I want to split it in to sub VIs for each differential equation and connect them inside a solver.
The problem I am facing is I am not able to make small VIs for each differential equation and use them in a simulation loop(as I need to solve the coupled equations together with the same solver ). Each time I am trying to make a sub VI, I had to place them in a simulation loop(solver). So even I want to solve the coupled equation in a R-K solver I am not able to.
Are there any way to do it?