LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to adjust the scale of a chart between 2digits?

hi,
I made my charts for different processes that I wanted,I just need to adjust the scale of a chart between 2digits now,I need a method which is possible to be applied for both X,Y.

thx,

0 Kudos
Message 1 of 5
(2,690 Views)

I don't understand what you want. Is it just to set the min and max of the scales?

0 Kudos
Message 2 of 5
(2,683 Views)

forexample:

for my Y:

 I need it to be set from -1000 to 1000 (as it is my current)

for my X:

 I want it to be set from 0 to 80

 

and also I want my X,to be work as seconds(from second 0,till 80seconds after),so I need it to follow the period of 1seconds between it's scales,

 

thx,

0 Kudos
Message 3 of 5
(2,680 Views)

Programatically, you use the Xscale (or YScale) Range.Min and Range.Max. Be sur to turn off autoscaling.

 

I would suggest you look at example called Real Time Chart to learn how to set the Offset and Multiplier properties to match acquisition time.

0 Kudos
Message 4 of 5
(2,667 Views)

in my block diagram,in scales tab,I don't click on auto scale,but still it uses 2digits that it likes,not mine,and also for time(my X),still it doesn't work,

0 Kudos
Message 5 of 5
(2,658 Views)