LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to have a vertical grid lineon the waveform graph indicator for every 10% percent of the maximum X axis value?

Hi,

how to have a vertical grid line on the waveform graph indicator for every 10% percent of the maximum X axis value, so the x axis will split into 10, the vertical grids line in total will be 11 (including first and last)

Example if the maximum X axis value is 11.56, first vertical grid is at the origin(0), second vertical grid is at 1.156 and continue to last one 11.56
0 Kudos
Message 1 of 6
(3,036 Views)
You can use the Range property to do that. Just set the increment value to 10% of the full range. See the attached VI.
Message 2 of 6
(3,036 Views)
sorry i forget to mention my labview is only v7.0 pro
0 Kudos
Message 3 of 6
(3,036 Views)
AxE,

Here is a copy of the program posted saved in version 7.0

-JohnM
0 Kudos
Message 4 of 6
(3,036 Views)
Thanks John.

AxE let us know if you have questions.
0 Kudos
Message 5 of 6
(3,036 Views)
Thanks JohnM and Evan,

the increment work great and i modify it to pass the 10% into "start" too, so it will start at the point of 10% of maximum range

attached file to let people download in future, if they met the similar situation
0 Kudos
Message 6 of 6
(3,036 Views)