09-24-2008 01:17 AM
09-24-2008 11:09 AM
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.