LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i get my waveform graph to plot all points that are sent to it in sequence and not just the latest point?

Sorry I have to go today. I will help again tomorrow when I get back. I hope that everything goes well with out my help.

Tim
GHSP
0 Kudos
Message 81 of 87
(477 Views)

@Kenneth22 wrote:

Not sure why but now it seems to work.


It is because the controls were already initilized. If you shut it down completely and restart it it would fail again. The change that I made should fixit it.

Tim
GHSP
0 Kudos
Message 82 of 87
(474 Views)

Do you know why my xy graph is not resetting after each cycle?

0 Kudos
Message 83 of 87
(456 Views)

Did you have any idea why The xy graph would not be resetting? I have this new version and I didnt implement those last changes you made as I have not had any problems but this one.

 

Kenny

0 Kudos
Message 84 of 87
(437 Views)

When is it not reseting?

Tim
GHSP
0 Kudos
Message 85 of 87
(430 Views)

I would like it to reset in between cycles. So when it is looping through cycles I would like it to only have the current cycles data on the graph.

0 Kudos
Message 86 of 87
(427 Views)

If you add a local Varible for the graph to this part of the code and clear it it should do what you want.

 

Example.png

 

This would also work (I think) without the need for a loacl variable.

 

Example1.png

Tim
GHSP
0 Kudos
Message 87 of 87
(419 Views)