LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform Chart

Solved!
Go to solution

What doesn't work about it? You're going to have to give a little more detail so that we can determine what you're doing wrong.

0 Kudos
Message 11 of 15
(733 Views)

You did take out the clearing the chart history inside the loop, right?

0 Kudos
Message 12 of 15
(729 Views)

Yes the clearing is not in the loop but then the chart goes far beyond t=100 and doesn't stop. 

 

I've attached an image of the kind of result I'm looking for. When a graph is used instead of a chart, It just gives lots of linear plots instead of the curve I need. I also only plots from t=0 to 1.

Download All
0 Kudos
Message 13 of 15
(722 Views)
Solution
Accepted by ehalpin13

For the waveform graph transpose your array. The chart can't keep going unless you continue giving it more data. Can you post your updated code?

0 Kudos
Message 14 of 15
(719 Views)

I just transposed the array and it works perfectly!! Thank you so much for helping

0 Kudos
Message 15 of 15
(712 Views)