LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
stupidboy1121

Select parameter in invoke node like 'Unbundle by Name'

currently, Invoke node cannot change parameter order, so wires are twisted and It not looks good.

 

Suggest: Invoke node supports change parameter order, so code will looks clearer.

 

22687i0329BA92B25C31AB

3 Comments
G-Money
NI Employee (retired)

How would your wires be twisted just because of the order? The order of the parameters in an invoke method are normally for a reason. It operates in a top down order so the parameters are listed in the order in which they are needed. Are you just having issues with your wire bends and code cleanliness or is this a different issue? Could you post a image of what you see now with the invoke nodes?

JackDunaway
Trusted Enthusiast

@G-Money wrote:
The order of the parameters in an invoke method are normally for a reason. It operates in a top down order so the parameters are listed in the order in which they are needed.

I don't think this is correct. You're confusing top-down execution of property nodes, whereas an Invoke Node is one atomic operation.

 

This Idea could probably be marked as a duplicate of Rearrange Unbundle and Bundle by Name, since asco suggests the Idea be expanded to include any node of this style.

 

Darren
Proven Zealot