LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i change amplitude names

I have 2 amplitudes for the graph. I could change only 1 amplitude name using property node from program? how do i change name for second one from program?
Thank you,
Ranjith
0 Kudos
Message 1 of 8
(3,411 Views)
You must first change the active plot with an Active Plot property node. (0 --> first signal, 1 --> second signal...)
0 Kudos
Message 2 of 8
(3,407 Views)
To change the other amplitede you need to select a different active scale.
By default the active scale is 0 (the first one created).
So change the amplitude name of the first one then write 1 to the property AcitveYscale and change the name of the seconf axis.

hope that helps
Message 3 of 8
(3,405 Views)
Thank you for the quick response.
I have 3 parameters. how can display these parameters in the center of the graph. I will not be having the scalling factors for min and max limts. How can i do that?
Ranjith
0 Kudos
Message 4 of 8
(3,393 Views)
Okay... let me put this in other way...
I have 2 parameters. how can i bind 2 amplituteds respectively to  those 2 parameters comming to graph?
Ranjith
0 Kudos
Message 5 of 8
(3,364 Views)
To bind a plot to one of the two Yscale you need to change the property plot.YscaleIndex for the Active Plot
First set Active plot to the index of the plot and then set plotY.Yscale index to the sale to use

Index 0 will be the first one created, index 1 the second one and so on.
0 Kudos
Message 6 of 8
(3,360 Views)

Thanks for the Answer. it helped me on time.

I couldnt find the property node for Multiplier in scalling factors. Can some one help me...

Ranjith

0 Kudos
Message 7 of 8
(3,325 Views)
You will find the offset and multiplier in the menu properties for the corresponding scale: Xscale or Yscale then "Offset and multiplier". If you don't need this to change at run time you can also edit this in the properties menu of the graph (From the front panel right click on the graph, select properties and go to the scale tab)
0 Kudos
Message 8 of 8
(3,315 Views)