LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting list of wired inputs to a vi

Is there any method to find out which inputs to a VI are wired? The intention is to execute differently if an input is connected. An example of what I am talking about is the "file dialog.vi" in the "advanced file functions" palette, labview 7.1.1.

Thanks,
Venkat
0 Kudos
Message 1 of 2
(2,467 Views)

hi Venkat,

As far as I know, there is No method available to find which inputs are wired in a VI.

But U can design Ur own polymorphic VI with diff inputs wired & create cases where U ve match the Type Specifier of the incoming (or called) VI & do the execution accordingly. This is dynamically loading  of the VIs.

Can U come a bit more elaborate on the necessity & reason behind Ur question ?

I think I'm still not completely clear of Ur query... Smiley Wink

Can U attach some of Ur code so that anybody can give U a good suggestion ?

Regards,

- Partha ( CLD until Oct 2027 🙂 )
Message 2 of 2
(2,462 Views)