12-20-2010 05:54 PM
In attached file in "Type Spec" control all fields are void. How can I change it to type what I want (for example some of field I want to be type "error cluster", some "Instrument Handle out"). In other word how change "Type Spec" into "Type Spec 2"?? For all tips I would be really appreciate.
Solved! Go to Solution.
12-20-2010 09:51 PM
First, you have to disconnect the controls and indicators going into the call by reference node function. That is why you are getting the broken by between the Call by Ref Node and the Open VI. That was wired up under a specific VI, but the type specifier was changed when a different control was wired in.
Next, if you want a different VI, right click on the front panel control for the type specifier, Select VI class, Browse, and go find the subVI you want. The call by reference node will update to match the connector pattern. Then go and rewire your controls and indicators to the connector pattern.
12-21-2010 08:08 AM
For those of us who are lazy for browsing, you can set VI reference to be strictly typed to particular VI simply by dragging the VI you wish to call by reference into the VI Reference controll - drag and drop siply icon (from top right corner, or VI file from file browser) 🙂
12-31-2010 01:56 AM
Thanks a lot for a help. Problem is solved.
12-31-2010 04:58 AM
Walter,
if its solved mark it as solved by whoever solved it