LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

configuration parameter interface

Hello .

   I have just finished my main VI.  But I realized that an  Initialzation Interface should be add to my system.   I mean that when the VI start,  a window will pop up   for configurating parameters and  pass parameters to the main vi. What I thought that using a sequence structure and p...

   So if you have any advise ,please tell me.Thank you very much.

 

 

0 Kudos
Message 1 of 4
(2,949 Views)
Absolutely no need for any sort of sequence structure. Your pop-up will pass the parameters so dataflow will be enough.
Message 2 of 4
(2,941 Views)

   Maybe i haven't expressed this question clearly. The question is how to pop up a window for configurating parameters and pass parameters effectively to the main vi. And the main vi in the picture is just a sketch map,  in fact I haven't package the source code in to a vi,it‘s a relatively large program.

 

0 Kudos
Message 3 of 4
(2,934 Views)
Look at the examples. A pop-up is just a VI with the display properties set to show front panel when called. You wire the indicators on the subVI to the connector pane.

Your comment about packaging the source code to a VI makes no sense. Source code IS a VI.
Message 4 of 4
(2,929 Views)