LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to put a waterfall display inside the front panel ?

When you call a waterfall display from sound and vibrations toolset from Labview , the waterfall apears in a different window , not in your front panel .How can I put it in the front panel in order to print it with the rest of the front panel ?
LabView 7.1 -windows XP -
0 Kudos
Message 1 of 5
(3,399 Views)
You can use a subpanel control to put the waterfall graph in the front panel of your application.

I am attaching a rough example for LV 7.1.
Doug
Enthusiast for LabVIEW, DAQmx, and Sound and Vibration
Message 2 of 5
(3,399 Views)
Thanks Doug for your answer,
It was not possible for me to open this example, ( I have LV 7.1 and sound and Vib. toolset) I know how to use the subpanel function to open one front panel inside another one, but the waterfall display is not a front panel of a VI, or is it ? if it is a front panel of a VI ,what is its name ?
0 Kudos
Message 3 of 5
(3,399 Views)
Sorry you were unable to open the example. What error did you get? In any case, I am attaching a screenshot of the block diagram of the example that I sent that shows how you can put the waterfall in the subpanel. The actual waterfall display is a VI that is called dynamically by the SVT Waterfall VIs. The VI is called svl_Waterfall Display.vi, and a reference to this VI is already returned by the Initialize Waterfall VI.
Doug
Enthusiast for LabVIEW, DAQmx, and Sound and Vibration
0 Kudos
Message 4 of 5
(3,399 Views)
Thanks Doug , this solve my problem.
0 Kudos
Message 5 of 5
(3,399 Views)