LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I know if an input of a sub VI is wired or not ? Does there exist a property?

I want to fill an array with fixed numbers or with a number received from the user of my VI. Therefore I need to know if the user of my VI wired this input or not.
0 Kudos
Message 1 of 2
(2,458 Views)
You can have a default filled with NaN
In the VI test on NaN and you know what to do.
greetings from the Netherlands
Message 2 of 2
(2,458 Views)