LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview arduino damping

Solved!
Go to solution

hey i am using LABVIEW 2011 and i have some issue in it took the waveform for z axis from accelerometer and then i will input this waveform to damping factor but  it gives terminal of different data types issue . some one please solve my problem because i already got the z axis waveform but for damping its an issue.

 

Thankyou 

Download All
Message 1 of 3
(2,713 Views)
Solution
Accepted by topic author mhunain

There's a couple of things going on. First, your data acquisition loop is only outputting the last value for your Z axis. You will need multiple points to do the analysis you are performing. The data type issue is that you do not have a waveform, but you using a Get Waveform Components node. You will need to wire in a Build Waveform node and set the appropriate timing (dt) based on your milliseconds to wait value. If you do that, you will get rid of the data type issue and your analysis will work.

Message 2 of 3
(2,692 Views)

thanx it works

Message 3 of 3
(2,667 Views)