LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does polymorphic vi's adapt in execution time?

Solved!
Go to solution

Hello,

 

I'm new in LabView and I would like to know if polymorphic VI's adapt dinamically to the datatype in execution time.

 

Thanks in advance.

0 Kudos
Message 1 of 4
(2,231 Views)
Solution
Accepted by topic author marccj

No, determination which instance has to be used is done in edit time before compilation.

You can either select the instance manually (selection by drop down list, necessary for polymorphism for outputs) or (for inputs), it adopts automatically.

 

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(2,226 Views)

It adapts at edit time.The correct instance of the VI will be chosen when you wire the inputs, from then on there is no change/adaption unless you go ahead and change the type of input.

0 Kudos
Message 3 of 4
(2,221 Views)

Ok, thanks both of you for your responses!

 

Best regards.

0 Kudos
Message 4 of 4
(2,218 Views)