04-17-2017 10:33 AM
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
Solved! Go to Solution.
04-17-2017 11:03 AM
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.
04-17-2017 12:24 PM
thanx it works