LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use tha same graph in different places of the block diagram?

Hello,
I need to write to a graph from two places in a block diagram. The two places are sequenced so the should never be written to at the same time.
Is this possible to do?


//Kongo
0 Kudos
Message 1 of 3
(2,631 Views)
Well, if you need that, you're most likely doing something wrong (try a state machine with a graph indicator outside the case), but if you really need it, open a VI Server reference for the graph control and wire it to a property node with the Value property. Another way to go would be to display the graph in a parallel while loop and write your data to a local variable of that graph instead, but that would probably decrease execution speed.
0 Kudos
Message 2 of 3
(2,619 Views)
Thank you for the answer, why didn't i think of a variable? Smiley Happy

0 Kudos
Message 3 of 3
(2,612 Views)