When developing LabVIEW automation tools, I miss a way to list the controls connected to a VI's connector pane. That would make it possible for the user to better select which controls to set before calling a VI (dynamic VI call).
An "IsOnConnector" property on a control reference would be very useful. Or better; a property returning an enum with one of the four values: "NotConnected", "Optional", "Recommended" and "Required".
Another solution could be a property like the Controls property on a Panel reference, but only listing the controls on the connector.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.