ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic input

hello again everyone,

I'm not an experienced user of labview so I think it is a simple question:
I'm in fact designing Inputs for a fortran program: I have a combo box with two choices: '1' or '2' and depending on the choice ,I want to have one or two numeric indicator (for further input to appear)that appear
I linked my combo box to a case structure where I have my two cases.
But when I run my VI there is always my 2 numeric inputs appearing from the very beginnig...
I guess I missing something,
If anyone has an idea, it would be very welcome.

kl
0 Kudos
Message 1 of 3
(2,832 Views)
You will probably have to place 2 numeric controls on your front panel, but then start with the second one hidden. You can change the properties though a property node for that control. Just be sure the default setting for the second control is hidden.
Message 2 of 3
(2,823 Views)
Thanks mlloyd , it sounds like a good Idea
I'm going to try it.

klaks
0 Kudos
Message 3 of 3
(2,804 Views)