LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

real time plotting

Hello, I would like to know if exist a way to do a control real-time on the input values. While with the "while structure" i see the final result of the changed value I want to realize something that in the meanwhile I change the control values I see these changes on the waveform graph, so a "changing" graph.
Can you give me some tips so that I can start to work on it?
Thank you in advance.

0 Kudos
Message 1 of 2
(1,824 Views)

@inuyasha84 wrote:

While with the "while structure" i see the final result of the changed value I want to realize something that in the meanwhile I change the control values I see these changes on the waveform graph, so a "changing" graph.


If you can see the final result of the changed value, and want to observ the dynamic (runtime OR on the fly update) value also, you need to place the corresponding indicator inside the 'While loop'.

 

Find the attached example.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 2
(1,819 Views)