LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
Mihály

Abstract VI execution

Status: New

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.

1 Comment
raphschru
Active Participant

I would love that.

I find this silly to be forced to include a VI's front panel in a build just to be able to call it dynamically.

 

Just to clarify in LabVIEW terms:

 - "abstract represented" > Generic VI Reference

 - "specific represented" > Strictly Typed VI Reference