LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Express VI causes confusion

Hello all!

In the settings for the user dialog express VI, you can create inputs. That's what the configuration window says. So I created one input which turns out to be an output:

 

MaSta_0-1693396386222.png

 What is wrong here?

0 Kudos
Message 1 of 3
(597 Views)

Hi MaSta,

 


@MaSta wrote:

So I created one input which turns out to be an output:

 

 What is wrong here?


Nothing is wrong…

 

When you create an "input" (aka control) in the dialog's user interface then you get its value as an output in the conpane of the ExpressVI!

The English name of that function is "prompt user for input" - and that's what it does! It prompts the user to input data - but not the programmer in the block diagram…

 

(Similar to your other threads: what are your expectations for that ExpressVI and how good do those expectations match with the help for that VI? Maybe using the English LabVIEW version would help you as some functionality is localized quite bad for German version…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(590 Views)

The input is what the user enters into the dialog, which is then available as output for any downstream code that needs it.

0 Kudos
Message 3 of 3
(575 Views)