LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to call static VI reference

Sir , I have problem to call static VI refernce in my main Program of ODE solver.Give solution to my problem.this is example problem given in labVIEW 8 i.e.,ODE circuit.
0 Kudos
Message 1 of 2
(2,339 Views)

The Help for that function tells you what to do:

ODE F(X,t) is a strictly typed reference to the VI that implements the right-hand side of an ordinary differential equation dX/dt=F(X,t). Create this VI by starting from the VI template located in labview\vi.lib\gmath\ode.llb\ODE rhs.vit.

 

There are also several examples that ship with LabVIEW showing you how to use ODE Solver.

0 Kudos
Message 2 of 2
(2,309 Views)