07-11-2010 09:35 PM
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,
07-11-2010 09:46 PM
I don't understand what you want. Is it just to set the min and max of the scales?
07-11-2010 09:54 PM
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,
07-11-2010 11:08 PM
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.
07-12-2010 12:07 AM
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,