LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display text in multiple places

I have a text box under my XY graph to input various notes about the test/graph. To print the graph I have a subVI that prints an enlarged landscaped graph with white backgrounds activated by a boolean button, thanks to the forum. How can I get the text imported into my print subVI?
0 Kudos
Message 1 of 2
(2,427 Views)

Well, you just need to add a text control to the subVI and create a connector for it.

Back in the main VI, you need to relink to the subVI (righ-click...relink to subVI) because the connector pattern has changed and then connect your text box to the new connector of the subVI.

 

0 Kudos
Message 2 of 2
(2,425 Views)