LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

waveform chart ploting problem

Hi
I have this a problem in this example which i use 2 waveforms to be ploted in one waveform chart
the problem is that it start plotting at the far right..
how can i make it start plotting at the left??
thanx
0 Kudos
Message 1 of 4
(2,916 Views)
Hi
 
Remove the waveform generation and all the dynamic data vis. Just wire the two double values to a bundle function. The output of the bundle function can then be wired to the graph. You will also have to modify the initialisation of the graph.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 2 of 4
(2,911 Views)
this is great it works Smiley Happy
thanx alot
0 Kudos
Message 3 of 4
(2,906 Views)
By the way - you want to display 10 points. If you set the scale-range e.g. 10 - 20 results in displaying 11 points.
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 4 of 4
(2,903 Views)