It would be nice to have a performant way to execute an abstract represented VI.
There are currently two generic ways to execute a VI by reference:
- abstract represented but not performant (FP required, running in UI threading)
- specific represented and performant
Executing a VI currently.png
Is it possible to provide such a functionality which combines the advantages of both solutions like this?
Executing a VI proposed.png
This means, the target VI could be handled in abstract way without coupling to the specific VI connector panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.