LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Which Labview function can I use to display a graph located in a sub vi, during the running of the main vi?

Which Labview function can I use to display a graph located in a sub vi, during the running of the main vi?
Summer
0 Kudos
Message 1 of 4
(2,648 Views)
Hi, there is not such VI. You have to use graph reference. You create reference of your graph in main.vi and put it as input in sub-vi. In sub-vi create property value of the graph reference and put there your data. You will see it in main.vi.

P.S. For creating reference click right button on graph and select create/reference. Also look at examples about references in LabVIEW.
Message 2 of 4
(2,648 Views)
Thanks a lot for your help.
Summer
0 Kudos
Message 3 of 4
(2,648 Views)
i am facing same problem,
i understood the concept,but unable to implement
unable to creat refernce,
if possible send me links, so that i can make it.
can you send me example code.
0 Kudos
Message 4 of 4
(2,648 Views)