03-19-2020 02:44 PM
Hello, I use IMU data (Pitch, Roll, Pitch - Roll) to track head movement. My goal is to store the tilt data and in case of motion detection, the so-called exceeding of the respective threshold, I want to save the time period to the relevant values from the IMU and save them in spreadsheed. (see below)
time(s) | Pitch | Roll - Pitch | State |
0,5 | 31,8 | 215,5 | Back Tilt |
1 | |||
1,5 | |||
2 | |||
I attach used .VI which is cut off by unimportant blocks.
Thank you for any replies.
03-19-2020 03:15 PM - edited 03-19-2020 03:20 PM
Hi Boris,
@LaBoris wrote:
I attach used .VI which is cut off by unimportant blocks.
No, you did NOT attach a VI. All we got is an image we cannot debug with LabVIEW, missing most parts of the code…
Please remove this Rube-Goldberg ("==FALSE" is the same as NOT!) before uploading the VI!
What is the content of those 4 waveforms which are saved in the CSV file?
Also please learn the difference between "Excel worksheets" and plain text CSV files…