LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a VI to use in another VI which can take input help

First off my title is horrible but I could not do better.

Problem:

I have a VI which is attached I would like to create inputs for Start Frequency and Stop Frequency. Basically this VI ( which I will call File A) will be used inside another VI (File B) where File B will apply the inputs needed for File A. However my problem is when I insert File A into File B's block diagram I do not see any inputs.


0 Kudos
Message 1 of 5
(2,988 Views)

See here (in the LabVIEW fundamentals) at the header

Building the Connector Pane

Ton

 
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 5
(2,986 Views)
hmmm..the discription is very vague I have managed to find the connector pane but it doesn't explain how to create a subvi.
0 Kudos
Message 3 of 5
(2,980 Views)
Every VI is essentially a sub-vi. By connecting controls and indicator to the connector pane you declare the routine call. If you use autowiring, clicking inside the connector pane and sequentially the controls you want to export you will get what you want.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 4 of 5
(2,977 Views)
ooo i see now let me try now  think I have a better understanding now
0 Kudos
Message 5 of 5
(2,975 Views)