LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO GET WAVE FORM INFORMATION IN ANOTHER VI OR POP UP

Hi freinds,
I want to make visible a waveform graph when user clicks a button,is it possible to get the wave form information (graph ) in another vi.
vis attached.

Regards
rajesh
0 Kudos
Message 1 of 4
(2,482 Views)
There are numerous ways of transferring data between VIs (globals, functional globals, datasocket and so on), but if you just want to show and hide the graph, right-click on its terminal and select Create>>Property node. From the list of properties select "Visible?" and just wire T or F into it whereever you want.

___________________
Try to take over the world!
0 Kudos
Message 2 of 4
(2,465 Views)
Hi TST ,
I have incorporated your suggestions ,the screen should pop up when user clicks display graph button.by default the graph should not be visible to the user.please find the new attached zip file.
Regards
rajesh
0 Kudos
Message 3 of 4
(2,463 Views)
You have to have your case statement inside the while loop. Otherwise, it will be evaluated only once when you first start the program and not again until you stop and restart. You should also hide the graph when the button is false.
0 Kudos
Message 4 of 4
(2,445 Views)