LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulate xy-graph to re-define axis value

Hi!
 
 I have a program that will output to an xy-graph. I now want to change the axis so that the biggest value on my y-axis at the end of the measuremet is set as zero, and all other values changed with respect to the new zero point. I am not sure what i should do to accomplish this. I was wondering if anyone knows how this can be done. The graph is created in a sub-VI and outputed to the main VI afterwards.
 
Thank you!
0 Kudos
Message 1 of 2
(2,568 Views)

You can use the Array Max&Min function to find the max value and then subtract that from the array.

Message Edited by Dennis Knutson on 05-08-2007 03:01 PM

0 Kudos
Message 2 of 2
(2,563 Views)