> Hi there, i have created a xy graph to behave like a chart . But on
> the x axis i need time be generated. Is there a way of generating time
> like a stop watch, but with the graph also acting like the stop watch.
> But i need also the time data to be outputted to a spread sheet and
> one column to display time of results e.g. seconds, minutes, 1,2,3,4
> etc down one column. By the way the xy graph is contained within a
> while loop and i have tried supplying time by using a control rate so
> the data on graph updates every second. But when it comes to spread
> sheet output the time is in seconds, but always start from a large
> number(223424,224424,225424 etc and never from zero.
>
I'm not certain that I understand the problem, but I think that you want
to use the Offset property on the X scale of the graph. What this does
is add an amount to the X value to compute the scale's displayed value.
In otherwords, if the X values go from 0 to 100, and you set X Offset
to be 500, then the scales will display numbers from 500 to 600. You
can then set the formatting to whatever you like, like Relative Time or
Absolute Time.
Greg McKaskle