LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Variable min+max values for a scale in a standard Graph

Hello,
 
i have an arry with 601 values, which i connected to a standard graph to display it. Now i need to change the min and max values of the x and y scale to change the resolution of the displayed graph. But the problem is, that i can only choose auto-scale or fix values for max+min, and there is no input at the graph, where i can connect the variables with the min+max values for the scale. Is there another graph available with more inputs? Or has someone a VI for doing this. I ve found here an example for a 3D-Graph, which is made with activeX elements, but I dont know how to realize this in my VI.
 
thx
 
Markus
 
0 Kudos
Message 1 of 3
(2,904 Views)
Hi,

You can achieve it with the property nodes of the waveform graph. if you have an array with 601 values you may need the array size function for the x scaling (maximum) and for the y scale the Array Max & Min VI. Connect your calculated values to the property nodes and you have it. Attached you will find a simple VI with the property nodes of the waveform graph you need.

hth
Joachim
Message 2 of 3
(2,897 Views)
thanks alot for the fast answer Smiley Happy
0 Kudos
Message 3 of 3
(2,892 Views)