LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve DAEs (differential-algebraic equations )in LABVIEW ??

I am using Labview 6.1 but I do not know how to solve differential-algebraic equations (DAEs)in Labview from ODE functions which are available in Labview ??
0 Kudos
Message 1 of 2
(2,753 Views)
NamLe,

What kind of system are you trying to solve? You can do it with LabVIEW, but it will probably be a compination of hand and computer calculations. You can solve your system by dividing the solution into the two different steps: solve the algebraic system and solve the differential system. Please look through all of the ODE shipping examples for LabVIEW 6.1 (go to Find Examples and search for ODE) as well as the online help for all of the ODE VIs.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,753 Views)