LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SUB-VI showing the options made in the MAIN-VI.

Solved!
Go to solution

I dunno if its possible to make, but in my main-VI, the user has to choose some values and some text forms to fill, and i want a sub-vi to show those options made, with a confirmation button that will lead to another VI. And a cancel button to return to the Main-VI. If possible, this sub-VI should appear in a pop-up window.

 

Thanks in advance.

 

TN

TN
Currently using LV 8.5
logo
0 Kudos
Message 1 of 21
(4,080 Views)

thnisa wrote:

I dunno if its possible to make,


Everything is possible!

 

This is all very basic. What have you tried so far? Where did you get stuck?

0 Kudos
Message 2 of 21
(4,075 Views)

I'm new with LabView, and yes, i'm learning that it has almost no limitations.

Atm i'm still finishing the validation parameters, so i haven't tried any sub-vi to show in a pop-up the result of choices made by the user in the main-vi.

 

Any help or example is welcome, most of my short knowledge in LabView, is due to the little example VI's that i found here.

 

Thanks in advance.

TN 

TN
Currently using LV 8.5
logo
0 Kudos
Message 3 of 21
(4,059 Views)

What is your LabVIEW version?

 

I don't quite understand the mechanics you want. So the user enters text in the main VI. After that, there should be a popup to confirm or cancel the entry. What should happen if the user cancels (e.g. clear the original entry or go back to the original entry for further editing). Is the user supposed to be allowed to make changes and corrections to the entry on the popup itself?

 

To make a subVI into a popup, go to vi properties and choose style "window appearance...dialog".

 

 

0 Kudos
Message 4 of 21
(4,054 Views)

I'm using LabView 8.5 atm, but i will switch to 8.6 as soon as it arrives. Anyway, my idea is: in the 1st VI, the user has to fill several forms, most of them numeric, and it will show the errors and allow the user to switch his options before going to the next sub-vi. Which will be that sub-vi i'm asking, and that, will only show the options the user has made, plus some other results based on formulas. On this VI, the user can only click "proceed" and that will lead to another VI with graphs etc, or to click "cancel" and to return to the main VI, giving a chance for the user to make some changes.

 

I hope that you got my point, i can send you the VI, but only if you pm me with your mail.

 

Thanks once more.

TN

TN
Currently using LV 8.5
logo
0 Kudos
Message 5 of 21
(4,051 Views)

Hi thnisa,

 

Does this attached example respond to your wish?

Alexandre M. | Certified LabVIEW Developer
Embedded and Control Systems Engineer (NI France)
0 Kudos
Message 6 of 21
(4,011 Views)

Yes it does, well, at least partially. Because i need to edit the sub-vi, cause on the sub-VI it will be showing the choices the user has made plus some other results made with formulas. And if the user is not satisfied with the results, he can validate some new 1s on that VI. And only after, the program will go to another VI, with graphs and values.

 

1st VI -  user is able to choose and define the global parameters of the experience.

2nd VI - that parameters are shown with some other result values based on formulas; in this VI user can edit the parameters if he is not satisfied with the result values from formulas.

3rd VI - will show some graphs based on the global parameters and on the formulas.

 

 1st VI <-> 2nd VI -> 3rd VI -> 1st VI (this is how i intend to make the navigation on the program possible.)

TN
Currently using LV 8.5
logo
0 Kudos
Message 7 of 21
(4,001 Views)

Can some1 check if i can use something like this 1 i'm attaching. Pls

 

Thanks

TN

TN
Currently using LV 8.5
logo
0 Kudos
Message 8 of 21
(3,983 Views)
You did not include any subVIs.
0 Kudos
Message 9 of 21
(3,967 Views)

Here it goes again. Still i haven't figure out how can i show in the sub-vi the global parameters and be able to edit them. Another question is, is there anyway to highlight the wrong value, if it is out of range? I know how to highlight the cluster, but my final cluster has many values and strings...which go all highlighted if 1 is wrong.

 

TN

TN
Currently using LV 8.5
logo
Download All
0 Kudos
Message 10 of 21
(3,962 Views)