LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different scale

Hello anybody!

I have a diagram with many different graphs. The problem I have, is that
some of the graphs have values that are much higher than that of others.
Because of this, small changes in the graphs are not visible. The scale of
the diagram is to big. So I want to know, if I can assign different scales
to different graphs in one diagram. Thanks a lot,

Peter Wernerus.
0 Kudos
Message 1 of 4
(4,927 Views)
Annoying isn't it!
Nope, no easy way to do this unless you process the data coming in so that
the gain of the lower ones is increased before display. Perhaps you could
switch in X10 gain stage onto the low channels only. Then do something
clever like progmatically change the plot colour of these to show indicate
the gain scale?

Peter Wernerus wrote in message <7mhsqu$8cg$1@nets3.rz.RWTH-Aachen.DE>...
>Hello anybody!
>
>I have a diagram with many different graphs. The problem I have, is that
>some of the graphs have values that are much higher than that of others.
>Because of this, small changes in the graphs are not visible. The scale of
>the diagram is to big. So I want to know, if I can assign different scales
>to different graphs in one diagram. Thanks a lot,
>
>Pe
ter Wernerus.
>
>
0 Kudos
Message 2 of 4
(4,927 Views)
> I have a diagram with many different graphs. The problem I have, is that
> some of the graphs have values that are much higher than that of others.
> Because of this, small changes in the graphs are not visible. The scale of
> the diagram is to big. So I want to know, if I can assign different scales
> to different graphs in one diagram. Thanks a lot,
>

There was a section at NIWeek 98 that covered this. It contained a .ctl
file that works in simple cases where you don't need to use attribute nodes.

There is also a VI that uses a slide to look as though you have multiple
scales. It is located on the web site. Go to the KnowledgeBase and searach
for multiple scales.

More of this will be built in for a future version.

Greg McKaskle
0 Kudos
Message 3 of 4
(4,923 Views)
In article <7mhsqu$8cg$1@nets3.rz.RWTH-Aachen.DE>, Peter Wernerus wrote:
>Hello anybody!
>
>I have a diagram with many different graphs. The problem I have, is that
>some of the graphs have values that are much higher than that of others.
>Because of this, small changes in the graphs are not visible. The scale of
>the diagram is to big. So I want to know, if I can assign different scales
>to different graphs in one diagram. Thanks a lot,
>
>Peter Wernerus.
>
>

How about a log-scale?
Or using multiple graphs with transparent background colour?
(At university I used to do that with LV3.1)

Greetings from Germany

Henrik


--
---------------------------- Corinna & Henrik Volkers
volkers@freebsd.first.gmd.de
| | |
__|._.__|._.__
|._.____________________ beeeeeeeeeeeeee...
| | |
0 Kudos
Message 4 of 4
(4,922 Views)