LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a Graph dynamic?

Solved!
Go to solution

Good afternoon
I have a graph of parameters, but it is static, I realized that I need to change the index value so that new values are added and the graph itself is drawn. But I'm just starting to learn LabVIEW

and the only thing I came up with is a timer in a loop that changes the iteration, but I can't connect it to the index. Please tell me how can I do this?

1.PNG

Download All
0 Kudos
Message 1 of 6
(559 Views)

From your description, I can't tell what you're trying to accomplish.

You code makes no sense; and it is messy.

0 Kudos
Message 2 of 6
(532 Views)

I'm trying to figure out how to make this graph appear gradually, such as one each new point once per second, rather than the whole graph at once.

1.PNG

0 Kudos
Message 3 of 6
(516 Views)
Solution

See attachment for a way to do it.

  1. Clearly you don't have a good understanding of data flow.  I strongly recommend that you go through the online LabVIEW tutorials.
  2. When asking for help, there's no excuse for not cleaning up your code before submitting it. I usually don't help those who submit messy code.
0 Kudos
Message 4 of 6
(486 Views)

Thank you very much, you are right, my knowledge is not enough for this. From now on I will be attentive to what I post for help.

0 Kudos
Message 5 of 6
(460 Views)

Meteo.png

I don't have the time to figure out what you are trying to achieve, but I did some little changes that seemed resonable. At least now your VI is running. 

Actor Framework
0 Kudos
Message 6 of 6
(448 Views)