LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynmic calling function node configuration

Can We call a function dynamically using a call function node.

 

requirements - Function need to be selected dynamically, hope that Dumpbin will list the exported function in a dll to /out file

 

this needs to configure the Call function node dynamically .... is it possible?

 

help please .... suggest me if it possible with any other language too...

0 Kudos
Message 1 of 2
(2,563 Views)

No, the configuration of the call library function node cannot be changed in runtime.

You can make a node for every function call and use a case structure to call the respective function then.

0 Kudos
Message 2 of 2
(2,552 Views)