PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can you determine if an input is unwired?

Can you determine from within a called Sub VI if an input is unwired?
0 Kudos
Message 1 of 2
(3,097 Views)
No, but if you can use strange default values for the controls you can tell when the VI runs if the termials are wire if the values for the controls change. This will add more complexity to your VI.

There are some nice built in features to help you. Strings can made so that they default to an empty string. Floating point numbers can be set to NAN (not a number).
0 Kudos
Message 2 of 2
(3,097 Views)