Hi
I currently use a very simple method to display data that was captured by a TI C6711 dsp, and is sent over a network to a pc running Labview for displaying data and controlling the system. (see attached file for one of the vi's I'm using: it displays every block of 240 points that comes in every 12mSec, and can send out 2 levels that are set on the graph. It also writes the data to disk when the stop button is clicked)
I am kinda new to Labview, and I pretty sure my code is not the most efficient way to do this ;-, so any tips to make it better are welcome.
Now my actual question: I have to improve the vi, so that the display acts like an oscilloscope. However, I cannot think of a way to implement this immedeately, since I also need
some kind of triggering and because the data only comes in per 240samples.
I did a search on the forum but I did not find projects similar to mine, although I'm sure someone has done it before..
Any help will be greatly appreciated!
-Stijn