LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make an input array in a subvi homomorphic

Solved!
Go to solution

I have a sub vi which performs an operation on an array.  I would like to be able to pass this sub vi I16, -32 and other type numbers and have it give me back the same type of numbers.  As it stands now, If I draw the subvi as an array on the front panel, the representation of the input is "set" and all other types that I try to send to the vi show coercion dots and then output the same representation as the input of the subvi....rather than the type of data I provided.

 

Any thoughts.

 

Thanks.

0 Kudos
Message 1 of 4
(2,866 Views)
Sorry, that should probably be "Polymorphic" instead of "Homomorphic"....
0 Kudos
Message 2 of 4
(2,861 Views)
Solution
Accepted by Hummer1
The ability to create polymorphic VIs is included with the professional version of LabVIEW.
0 Kudos
Message 3 of 4
(2,859 Views)

Got it thanks.  Once I tried looking up Polymorphic the instructions were quite clear...

 

Thanks again.

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