11-10-2023 03:39 AM
Hello all, I have a waveform graph with four different plots showing different data.
I need to have the markers for the four scales aligned, the same amount of marker on each Y scale so I can use one grid for all of them.
Now you can see in the attached VI (LV 2017) that each scale has its own markers distribution and each one it's different from the others, if I enable the grid this is valid only for that axis, the other will result shifted in Y. I need only one line for all the four Y scales.
Thank you.
11-10-2023 04:16 AM - edited 11-10-2023 04:18 AM
Buongiorno seica,
@seica1 wrote:
I need to have the markers for the four scales aligned, the same amount of marker on each Y scale so I can use one grid for all of them.
Two steps:
You can do all that by using property nodes of the graph!
Example on step 2:
Right now your 4 scales use 19, 16, 20, 15 increments.
Change the scale ranges/increments so that all of them use 20 increments:
11-10-2023 04:53 AM
Thank you for immediate response.
I can't change the maximun value on each scale because it's a range requested by my customer.
I need to show all the values on each scale.
Your 2nd suggestion could be ok for me but how to change the markers division assuming the constrains above?
Thank you.
Massimo Ponte
11-10-2023 05:44 AM
Hi Massimo,
@seica1 wrote:
Your 2nd suggestion could be ok for me but how to change the markers division assuming the constrains above?
There's a Range property for each scale, with an Increment parameter…
11-10-2023 06:50 AM - edited 11-10-2023 06:52 AM
here I posted an idea and a solution for 'autoscaled' two scale matching ..
could be a starting point to match four scales.
But I assume a set of some common matched scale settings to choose it faster and migth fit
11-30-2023 07:03 AM
my 2c.
Only show the grid for one plot. Then use code similar to the following to actually re-scale the data to have 10 visible segments (11 label values).