> I need to plot speed v/s time using waveform graph.
> Time on x axis.Each cycle lasts 30 secs. So if i have 3 cycles to plot
> then on the x axis of the waveform graph, i should have 0 to 30 on the
> time scale for first cycle the 30 to 60 for second cycle.. so on.
> but i am not able to change X0, its always at zero. hoew to change
> dynamically. please help. i am using labview 6.0
There are two sorts of graph datatypes that will work for the data you
are plotting. The oldest is just the cluster of X0, dX, and the Y
array. This items are accessed using normal bundle and unbundle nodes.
You can wire the middle terminal of a bundler with the existing
wire, and easily access any of the elements for replacement.
The waveform datatype was added la
ter and accomplishes many of the same
things as the bundled version. It is accessed with a special waveform
bundler that works much the same way except that the center terminal is
located at the upper left.
Greg McKaskle