LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

A 'dynamic' formula node in a LabVIEW execution file

Solved!
Go to solution

 


@nferry wrote:

 

Because of Formula Node need to be prepared at compile time,

It is necessary to recreate a VI by copy and change the formula before saving.

 

In fact, thanks to formula node this enable C-like code generation dynamically,

compared to Eval Formula which don't handle conditionnal, loop, etc...


 

But this only works in the development environment. No build application!

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 11 of 12
(1,914 Views)

"But this only works in the development environment. No build application!"

 

Well in fact it is possible to work in runtime environnement.

We have just experiment it to check that for a customer.

 

To do this, you must include "DSC enhancement runtime option"

in your project and in the setup if you want to provide it in a setup.

 

But there is a drawback, we experiment problem with xnode,

so all "time cadenced structure" won't work when DSC is activated.

 

Both options are shown in image files.

 

Best regards

Nicolas

Download All
0 Kudos
Message 12 of 12
(1,861 Views)