From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,211 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,206 Views)