LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

screen rolling in labview

dear sir,
 
i am using labview 7.0. My application contains various screen.  Now i want that screen rolls one after another just like power point. Is it possible with labview? If yes please help me to build that vi.
 
 
 
thanking you
 
 
falgandha
0 Kudos
Message 1 of 5
(2,765 Views)

"mom" <x@no.email> wrote in message news:1175055010535-498494@exchange.ni.com...
dear sir,
&nbsp;
i am using labview 7.0. My application contains various screen.&nbsp; Now i want that screen rolls one after another just like power point. Is it possible with labview? If yes please help me to build that vi.
&nbsp;
&nbsp;
&nbsp;
thanking you
&nbsp;
&nbsp;
falgandha




Sure that is possible. But you have to specify what it is you want. Do you want VI panels to show one after the other? Or pictures loaded from files?


If you want to show pictures one after the other, have a look at the picture control. You can load jpg, png and bmp's, and show them in the picture control. Unfortunatelly, the picture control is not available in the base package...


Regards,


Wiebe.
0 Kudos
Message 2 of 5
(2,758 Views)

dear sir,

 

i want to show vi one after the other not the picture.

 

 

falgandha

0 Kudos
Message 3 of 5
(2,755 Views)

"mom" <x@no.email> wrote in message news:1175082008537-498646@exchange.ni.com...
dear sir,
&nbsp;
i want to show vi one after the other not the picture.
&nbsp;
&nbsp;
falgandha



Have a look at VI server. With VI server, you can start, stop and run VI's from your block diagram. Or, you can use Get Panel Image, and display the images in a picture control.


Regards,


Wiebe.
0 Kudos
Message 4 of 5
(2,750 Views)
As Wiebe said VI server (invoke nodes) might do what you want.
Have a look at the image to get started. Probably you'll need to run the VI first (between opening reference and open FP). Probably you'll also need to bring the FP to the front. There's a property FP.IsFrontmost that will do this.

Daniel

0 Kudos
Message 5 of 5
(2,745 Views)