LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create class wire in VIM

Solved!
Go to solution

I try to study malleable VIM but cannot get something here. This is my malleable VI. Just two class constants in two different cases.

 

 

vim.gif

 

However, only one can be used in main VI:

 

main.gif

If I change order of frames in the malleable VI, first instance of the VIM becomes connected with broken wire.

 

What do I do wrong?

 

Thank you

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
Message 1 of 3
(2,193 Views)
Solution
Accepted by topic author _Y_

VIM files change their outputs based on their input terminals.  If they don't have input terminals, or they do but they're not used... you always get the first unbroken case from the type specialization structures in it.

Message 2 of 3
(2,177 Views)

@Kyle97330 wrote:

VIM files change their outputs based on their input terminals.  If they don't have input terminals, or they do but they're not used... you always get the first unbroken case from the type specialization structures in it.


Could you mark that as solution, please?

0 Kudos
Message 3 of 3
(2,132 Views)