LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to update a dynamic vi?

I am loading charts and graphs dynamically and I want to be able to update them using the same loop in the main vi.

(Using LV 6.1)
0 Kudos
Message 1 of 2
(2,576 Views)
Use a Call By Reference node to pass the data directly to the dynamic VI.

There is a great shipping exaple that illustrates how to use the call by reference node. Launch the example finder >> go to the Search tab >> type in call by reference >> click the Call By Refernce Nodes text that apperas in the search results field >> double click the example called Dynamic Load example.
Message 2 of 2
(2,576 Views)