LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Like asp,servlet, need to do sumbmit,request,response

Just like Html pages, if you submit page new page will come. Like that if i want to do in labview once i submit first vi and if i want to open new VI by closing first VI ? How I can do? can any one help thanks
0 Kudos
Message 1 of 4
(2,632 Views)
The way you do it is with the VI server. I have created a couple of VIs that call each other. Open and run This.vi. When you press the button, it opens a reference to That.vi. It then opens the front panel and runs it. Finally, it closes its own front panel. The code in That.vi does the same thing.

The way I have it set up, they need to be in the same directory.
Download All
0 Kudos
Message 2 of 4
(2,632 Views)
Hi
thanks for ur example. But i am not able to open those two vi's because the version in which u stored is 7.1
i have version 7.0,
can u please downgrade to 7.0 so that i can see u samples. thanks sorry for the inconvenience

vidyaraj
0 Kudos
Message 3 of 4
(2,632 Views)
Vidyaraj,

Here is the set of VIs in LabVIEW 7.0 Express.
Download All
0 Kudos
Message 4 of 4
(2,632 Views)