LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Subvi output terminals missing

Hello,

I am new to Labview, so I could be missing something obvious. However, I just created a VI which essentially checks a loop definition (given a starting value, ending value and an increment, it provides two outputs - one boolean (indicates whether the sweep definition is sane (increment not too small, the right sign, etc.) and the other a whole number, which counts the number of steps in the sweep. When I save it (testing from its front panel works well - I am using an LED for the boolean and a number indicator for the number), and insert this into another VI, I get only one output terminal (the boolean). I do not know what is going wrong.

The number is calculated as a case definition - if the increment is too small, the number is just 0, otherwise it is the number calculated as above.

Please help.


0 Kudos
Message 1 of 2
(4,576 Views)

You simply need to configure the connector pane. Open the front panel of the subVI and right-click on the VI icon in the upper right. Select "show Connector" Add connecotrs as needed, the click on an empty connector, then on the desired control or indicator to assign an input or output connector. Check the help for more details.

(Once you change the connector pane, the subVI icon in the toplevel diagram might be greyed out. Simply right-click and select "relink to subVI".)

Message Edited by altenbach on 09-22-2006 09:59 PM

0 Kudos
Message 2 of 2
(4,575 Views)