LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

creating a graph

Hello everybody
I need your help. I have to variables X and Y. how can I representon a graph Y=f(X)?.
0 Kudos
Message 1 of 4
(2,900 Views)
An XY graph? But that's just a guess, are there more details you can provide?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 4
(2,897 Views)
Hello
this is very shortly my work : I want to command to measurment instruments (
Synthesizer and signals Generator  : HP 8341B

and Spectrum Analyzer : HP 70700A, 70004A).

in the attachment you can find more details.
please verify this VI with me.
I want to represent "puissance" =f("fréquence) (look at the loop for) : How?
I have another question : how can I recuperate the graph of the spectrum which I recieve on my analyzer? in another words how can I get the same window of the  analyzer'screen on my front pannel?
thank you Smiley Indifferent

Download All
0 Kudos
Message 3 of 4
(2,892 Views)
Ok, this is much simpler. In this case the X-Axis values are a set increment which means you can use a simple waveform graph to present the data and use the graph's X-Scale.Multiplier property to set the scale increment. Several of the FFT operations (like Auto Power Spectrum.vi) have a df output that you can use to set the increment.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 4 of 4
(2,886 Views)