01-18-2007 10:58 PM
01-18-2007 11:06 PM
01-20-2007 12:36 AM
01-22-2007 10:40 PM
08-08-2008 11:10 AM
08-08-2008 11:20 AM
Cory K wrote:
I'm trying to think of the easiest way around this.
10-22-2008 10:28 AM
One way to get the effect of the cursor without complicated programming is to use a horizontal pointer slide whose range is dynamically updated via property nodes to the x-scale of the waveform chart that you are monitoring. The pointer uses the chart's history data (accessed also by property node) to select the point on the chart whose values you want to access and reads them out by indexing the historical data to the position in the array specificd by the pointer's value. Visually this approach works particularly well if you place the horizontal pointer slide directly under the chart and adjust its length so that it matches the chart's x-scale. Use the slide's property node to turn off itsvisible scale values since they are visible immediately above in the chart's x-scale.
09-03-2010 11:41 PM
Altenbach,
Here is my vi, I was trying to add a histroy for the graph similar to function like a chart,can you please let me know how to add a history buffer to a waveform graph, so that I can retrive the previous data latter.
09-03-2010 11:55 PM
Normally, you should start a new thread with your question since this thread was about adding cursors to a chart, and the note about history for graphs was a minor side-note. However, in this case you do not need to start the new thread since your question has been asked before. You can find an example here: http://decibel.ni.com/content/docs/DOC-4770
09-04-2010 12:09 AM
Smercurio_fc,
I was going through the vi in the link you gave me, but the vi is not maintaining any history. If I run the vi for some time, stop it and try to look at the previous data, i.e right from begining i couldnt retrive any old data. I dont know if iam missing anything. Can you tell me how to retrive the past data.