09-02-2011 02:53 PM
Is there anyway to resize the connector pane, just for the easy handling while assigning connections? And it seems the maximum number of connection that one can have on a connector pane are limited to 24. Is there anyway to add more?
Does adding up more connection to the connector pane, slow down the vi?
Thanks,
Deepak
09-02-2011 03:33 PM
You cannot resize the connector pane.
You can choose a different pattern to assign more connections. But, if you are assigning about 24 connections, then you are not designing your VI correctly. Try to use clusters to group data; makes it easier to maintain the code and would be considered good practice.
Adding more connection doesn't slow down the VI.
09-02-2011 05:06 PM
Thanks, Adnan.
09-02-2011 05:12 PM
09-02-2011 10:25 PM
@jcarmody wrote:
Take a look at this and this (by this person).
Thanks for the link. Pretty cool!