Hi Josef,
I have had a look at your code.
You seem to have created a waveform (a good start) but your dt value is 9e-9 which gives a sample rate of 111MHz - which is impossible. So what rate is your data really being sampled at? Your code also seems to separate the first value in the csv file - is this the dt, because 2.4.. would be too slow to sample accelerometer data.
A general comment about the code:
You do not need to build your waveform and filter it within the loop - this only needs to happen onces. However, you may want to keep your graphs in a loop so the keep updating - up to you. Also, NI recommend that everyone trys to keep the VI on one screen - this can be done by turning the icon option off, using SubVis and removing white space. Maybe this would make your VI easier to work on.
Playing waveforms:
In labview 7.1 you can play sound (much nicer in labview 8.5 - using express vi's).
If you go to the example finder (help>>find examples>>hardware input/output>>sound) and maybe look at continuous sound output should give you some help. This requires a known sample rate (as mentioend earlier).
let us know how you get on,
Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help! 😉