I have written an application which continuously acquires data from my
daq card (2000 samples @ 2000sam/sec).  I am appending each iteration
and displaying the entire waveform on one waveform graph.  I have a
second waveform graph that I'd like to use to dynamically select a
particular range (so I can zoom in to a small portion of the larger
waveform).  To do this I require the ability to modify the XScale at
runtime.  I have tried using the Waveform Graph Property Node
(XScale.Min and Max) and have noticed that these cannot be manipulated
at runtime.  I browsed some example code and found one example that
uses the property "XScale.OldRange", yet I cannot seem to find this
property in the list available when you right-click on the node.
Where is this property located????  I have copied and pasted the
property node from the example and pasted it in my own application,
and linked it to the graph I'm trying to manipulate and it does work;
however I'd like to be able to select the property myself.

The example to which I'm referring is "Two Channel Oscilloscope.vi"
found in the "Find Examples" menu in Labview.  ***I'm currently
working with LV6.1.

Reply via email to