Lydia,
I received your Web Project Request, submitted through the marketing web site on the same issue. That is not the best way to submit request, because the marketing people do not provide technical support. You can generate a service request for either phone or email support on the following web site:
www.ni.com>>Support>>Support Utilities>>Request Support
I looked at the VI you submitted. I cannot run it because I do not have the hardware.
The top level VI has a waveform graph whose Y scale was hidden. Both X and Y scales were set to auto scale. The RL.vi documentation said that that VI configures the frequency options of the spectrum analyzer, which on the graph is the X scale. The Scale Set.vi sets the vertical scale of the spectrum analyzer. I don't kn
ow what this scale is on the actual instrument, but in this VI it is the amplitude.8595-c.vi goes on to configure the marker on the instrument. I don't see anywhere where you are programmatically setting the X and Y starting points of the waveform graph.
8695 Read Wvfm to Array only reads whatever is the array of Y data that the instrument sends. It returns the X start but not the Y start.
If you want to programmatically set the Y scale starting point, you should use the property node Offset for the Y scale. It sets the initial value Y0. Wire the RL control to this property node so that the scale gets updated before the data is plotted.
I hope this helps
Zvezdana S.