LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Two scales and zero

Hi,I have two Y autoscaling scales as you can see on the picture png01. My problem is that I want them with zero "on same level" like on picture two - but this is set manually png02. Is there way how to do it and keep autoscaling for both scales?
Blue line is only a cursor)
Thanks
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 1 of 7
(3,103 Views)
You probably should turn off autoscaling and set the ymin and ymax for each scale according to the largest absolute value of the corresponding plot.
Message 2 of 7
(3,086 Views)
Thank you, I'll try it!
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 3 of 7
(3,063 Views)
Here's a simple example (LabVIEW 7.0). Modify as needed.
0 Kudos
Message 4 of 7
(3,058 Views)
Hi! Thank you very much for your example, It was useful! But I wish you can help me agian.
I have XY Graph on my VI and I want to have same XY Graph on SubVI - It's because printing purposes.
Problem is that I want really same XY Graph with same ranges as source Graph, same colour ect. even when the source changes its color, range.... My only idea is to do it via property node(s), but it means to wire many properties (value, ranges, color....). Is there trick to inherit all properties of the source graph.

I used your your example to explain what I mean.
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 5 of 7
(3,044 Views)
If you want it to look exactly the same, you could just use a picture indicator on the subVI and display the image of the original. 😉
 
Try the attached modification (LabVIEW 7.1).
0 Kudos
Message 6 of 7
(3,039 Views)
Thank you for yor time.
I want it same except dimensions. I want to have "the copy" bigger. I can scale the picture (zoom factor) but there is lose of quality.....

I think the only way is to wire all necessary graph properties.
jochynator
LV 8.0.1, WinXP Pro
0 Kudos
Message 7 of 7
(3,023 Views)