How can i output data from the attached vi to another vi? I want to output the VALUE INPUT string to another vi, but i only seem to get other outputs that i don't want. Is there a way to select your outputs?
Right click on the icon and select Show Connector. Right click on the right side of the connector and select Add Terminal. Wire the new empty terminal to your indicator. Also, when you create subVIs, it's always a good idea to use a connector pattern with extra empty connections so when you add inputs or outputs, you can simply wire them up.
Right click in the icon (top right corner of the screen) and choose "show connector" on the front panel. Then right click in the connector and choose "add terminal". Click on the new white box (connection) that appeared and then click on the Value input indicator - that's how you assign an object to a connection.