11-19-2009 11:20 AM
11-20-2009 04:47 PM
Hey dkundinger,
Unfortunately, there is not a dedicated toolkit in LabVIEW for Finite Element Analysis. However, you could use some of the Mathematic VI's to do the calculations needed to find the deflections and stresses in your beam. There is also some Example Code that could be useful.
What sort of modeling are you looking to do? Are you simply looking to take readings from your DAQ device and then calculate the corresponding stresses/deflections in your beam? If you have a model of your system, you could take your readings, apply the corresponding equations, and display the corresponding deflections on your front panel.
Alternatively, if you have a FEA software package that has ActiveX controls, you could use LabVIEW to control the FEA program and then import the data into LabVIEW.